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

Changelog

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

  * Team upload
  * Update standards version to 4.6.1, no changes needed.
  * Add fix for rollup 3 (Closes: #1022683)

 -- Yadd <email address hidden>  Tue, 25 Oct 2022 10:38:51 +0200

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

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-cross-fetch_3.1.5+ds.1-2.dsc 2.1 KiB 84d9d97a7c58891ac63463389132686ad94d4150782979467a881f04bb6c8ee6
node-cross-fetch_3.1.5+ds.1.orig.tar.xz 84.9 KiB 18ceee24c8d8f382e6c0fb82cd8bfca23fa94a8f61cb4e010d100f2d9e6c831f
node-cross-fetch_3.1.5+ds.1-2.debian.tar.xz 3.4 KiB 4e9695c745ae87884a53c6c8504fa2e0ad0542f5aeeeb3dd73dbbc33723e4ef2

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.