node-fetch 2.6.1-7 source package in Ubuntu

Changelog

node-fetch (2.6.1-7) unstable; urgency=medium

  * Team upload
  * Don't forward secure headers to 3th party (Closes: CVE-2022-0235)

 -- Yadd <email address hidden>  Wed, 19 Jan 2022 16:40:33 +0100

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

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-fetch_2.6.1-7.dsc 2.0 KiB 4f9d4db59ff6c8a2fd1ff3f5cdca7a4e46dce2f95b5a278a9295e79ee60ab901
node-fetch_2.6.1.orig.tar.gz 40.6 KiB 8ec544ea2b5591ba2e12039424e69fbeded65cdf2db9b89b47fd89ce6308e75c
node-fetch_2.6.1-7.debian.tar.xz 4.1 KiB cff9b9f669c69a9c92e1f5e096b62754a0c62c3dde1fb8b6f3751705458e3875

Available diffs

No changes file available.

Binary packages built by this source

node-fetch: light-weight module that brings window.fetch to node.js

 Instead of implementing XMLHttpRequest in Node.js to run browser-specific
 Fetch polyfill, why not go from native http to Fetch API directly? Hence
 node-fetch, minimal code for a window.fetch compatible API on Node.js runtime.
 .
 Node.js is an event-based server-side JavaScript engine.