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

Changelog

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

  * Team upload
  * Add patch for node-data-uri-to-buffer >= 6

 -- Yadd <email address hidden>  Mon, 22 Apr 2024 13:00:30 +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

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-fetch_3.3.2+~cs11.4.11-2.dsc 3.7 KiB 8c8a5f4f6dc8f80b013478152ef9f907c175eacf999611a25d42adf83a5f34d2
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-2.debian.tar.xz 54.6 KiB 9ac534e200ec1ed47e6658f6afdb869894fe5d8d2a72c31ee0c1fdd5d68fa2f6

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.