node-cross-fetch 3.1.5+ds.1-3 source package in Ubuntu

Changelog

node-cross-fetch (3.1.5+ds.1-3) unstable; urgency=medium

  [ Debian Janitor ]
  * Apply multi-arch hints. + node-cross-fetch: Add Multi-Arch: foreign.

 -- Jelmer Vernooij <email address hidden>  Sun, 27 Nov 2022 15:28:56 +0000

Upload details

Uploaded by:
Debian Javascript Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Javascript Maintainers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-cross-fetch_3.1.5+ds.1-3.dsc 2.1 KiB e2250d039b95668bfa6d5b7439733ecaf42c856f92f7c6815b670314dc76150c
node-cross-fetch_3.1.5+ds.1.orig.tar.xz 84.9 KiB 18ceee24c8d8f382e6c0fb82cd8bfca23fa94a8f61cb4e010d100f2d9e6c831f
node-cross-fetch_3.1.5+ds.1-3.debian.tar.xz 3.5 KiB 49bc6932ab31450398de72fa72179db07602380e5477297beb232e918eb2b549

Available diffs

No changes file available.

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.