node-whatwg-fetch 3.6.2-6 source package in Ubuntu

Changelog

node-whatwg-fetch (3.6.2-6) unstable; urgency=medium

  * Add fix for rollup 3 (Closes: #1022653)
  * d/control: upgrade standards version to 4.6.1

 -- Nicolas Mora <email address hidden>  Wed, 26 Oct 2022 11:11:40 -0400

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
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-whatwg-fetch_3.6.2-6.dsc 2.0 KiB 7a7ea1400d9e8b0cfe50c6eb757b6c9622ce691103af04fe00aa3b21162de971
node-whatwg-fetch_3.6.2.orig.tar.gz 22.6 KiB faedfd553071a8ff6b69eb333c800fb0be8b4a92541987a0a4b4578d0b614971
node-whatwg-fetch_3.6.2-6.debian.tar.xz 2.9 KiB c819db8ae1e7a1bb018d3ab15cd78e447b8d68d5e4f72550134399b33160a198

Available diffs

No changes file available.

Binary packages built by this source

node-whatwg-fetch: window.fetch JavaScript polyfill

 The fetch() function is a Promise-based mechanism for programmatically making
 web requests in the browser. This project is a polyfill that implements a
 subset of the standard Fetch specification, enough to make fetch a viable
 replacement for most uses of XMLHttpRequest in traditional web applications.
 .
 Node.js is an event-based server-side JavaScript engine.