node-fetch 3.3.0+~cs11.4.11-5 source package in Ubuntu

Changelog

node-fetch (3.3.0+~cs11.4.11-5) unstable; urgency=medium

  * Team upload
  * Source-only upload

 -- Yadd <email address hidden>  Sat, 25 Nov 2023 07:34:43 +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

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-fetch_3.3.0+~cs11.4.11-5.dsc 3.6 KiB 2e8b94e0ed0094fda3c293c5fbf8f93404dacd50c2e2e9e549a21517ab18d655
node-fetch_3.3.0+~cs11.4.11.orig-fetch-blob.tar.gz 15.4 KiB 0c5d1f08b67de62b961c852155e87d186fe1e9e2d46394b5fd198650839a3cbb
node-fetch_3.3.0+~cs11.4.11.orig-formdata-polyfill.tar.gz 21.9 KiB 31796e5e11856ef4617b872245b997c364995a9c23b25b8b99c743fabe93424a
node-fetch_3.3.0+~cs11.4.11.orig-node-domexception.tar.gz 3.5 KiB eba234134890897807b85c2bc67cd32d0242eb9be1d1c62513797fdaab60c971
node-fetch_3.3.0+~cs11.4.11.orig-web-streams-polyfill.tar.gz 102.8 KiB 011ecfc6197f97867fffb16be0d01e380295292c738f24184bf3695f16b9736d
node-fetch_3.3.0+~cs11.4.11.orig.tar.gz 99.0 KiB a45abbc84a84cb7ed2fd814ab6d4c1eea6f5109dbf4de9a7ba9da416687dcc7a
node-fetch_3.3.0+~cs11.4.11-5.debian.tar.xz 54.4 KiB 04b6b86e5baed456094e2d72426db1f16e5c0f217462d5c925e8cbf39541c13c

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.