node-cross-fetch 4.0.0+ds-2build2 source package in Ubuntu

Changelog

node-cross-fetch (4.0.0+ds-2build2) noble; urgency=medium

  * Rebuild against newly botstrapped nodejs packages.

 -- Gianfranco Costamagna <email address hidden>  Sun, 19 Nov 2023 23:52:44 +0100

Upload details

Uploaded by:
Gianfranco Costamagna
Uploaded to:
Noble
Original maintainer:
Debian Javascript Maintainers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-cross-fetch_4.0.0+ds.orig.tar.xz 86.5 KiB 72a922ba4ffc49839fb0e9a13a4256e605a93f4a665e755f04b9a7e1f56011d8
node-cross-fetch_4.0.0+ds-2build2.debian.tar.xz 3.7 KiB 818f22aba8f1eff702ce0a69fa7d4de6bf92e065eb3491e0c1ebcde7df5d742f
node-cross-fetch_4.0.0+ds-2build2.dsc 2.1 KiB 81a949007b49e9375a5e2dd8d82786698b928074710fced74dae26493df14704

View changes file

Binary packages built by this source

node-cross-fetch: Universal WHATWG Fetch API for Node, Browsers and React Native

 The scenario that cross-fetch really shines is when the same JavaScript
 codebase needs to run on different platforms.
  * Platform agnostic: browsers, Node or React Native
  * Optional polyfill: it's up to you if something is going to be added to the
    global object or not
  * Simple interface: no instantiation, no configuration and no extra dependency
  * WHATWG compliant: it works the same way wherever your code runs
  * TypeScript support: better development experience with types.
 .
 Node.js is an event-based server-side JavaScript engine.