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

Changelog

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

  * Team upload
  * New upstream version 3.3.2+~cs11.4.11
  * Fix package.json version

 -- Yadd <email address hidden>  Fri, 22 Dec 2023 14:39:14 +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
Oracular release universe misc
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-fetch_3.3.2+~cs11.4.11-1.dsc 3.6 KiB 84ca1d803aa548ba7698d0cef595d7e578c8880e169ae4b05c551864183cf5d1
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-1.debian.tar.xz 54.5 KiB e8b1ee8ecd647c33090791a3f74da30956159d8dd964059f623dd3d57df0d7ef

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.