node-fetch 3.3.2+~cs11.4.11-3 source package in Ubuntu

Changelog

node-fetch (3.3.2+~cs11.4.11-3) unstable; urgency=medium

  * Team upload
  * patch family-option test and skip two failing questionnable tests.
    Closes: #1071978

  [ Yadd ]
  * Declare compliance with policy 4.7.0

 -- Jérémy Lal <email address hidden>  Tue, 28 May 2024 13:58:13 +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
Oracular release universe misc

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-fetch_3.3.2+~cs11.4.11-3.dsc 3.7 KiB 92340a37450515f8267cb4b85d82bf7589433d0a6a12467ece66eebb90db5288
node-fetch_3.3.2+~cs11.4.11.orig-fetch-blob.tar.gz 15.4 KiB 0c5d1f08b67de62b961c852155e87d186fe1e9e2d46394b5fd198650839a3cbb
node-fetch_3.3.2+~cs11.4.11.orig-formdata-polyfill.tar.gz 21.9 KiB 31796e5e11856ef4617b872245b997c364995a9c23b25b8b99c743fabe93424a
node-fetch_3.3.2+~cs11.4.11.orig-node-domexception.tar.gz 3.5 KiB eba234134890897807b85c2bc67cd32d0242eb9be1d1c62513797fdaab60c971
node-fetch_3.3.2+~cs11.4.11.orig-web-streams-polyfill.tar.gz 102.8 KiB 011ecfc6197f97867fffb16be0d01e380295292c738f24184bf3695f16b9736d
node-fetch_3.3.2+~cs11.4.11.orig.tar.gz 99.0 KiB e91f623527cb6ef4ff6dfd238532ea1c8663383867733a7ae8b1cc33e71723c2
node-fetch_3.3.2+~cs11.4.11-3.debian.tar.xz 54.8 KiB 32da06cac2ed66ab01b3994ca5f3c12ef9b802f7923e34a8d7fc9246655d0b5d

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.