node-isomorphic-fetch 3.0.0-3 source package in Ubuntu

Changelog

node-isomorphic-fetch (3.0.0-3) unstable; urgency=medium

  * Team upload

  [ Debian Janitor ]
  * Apply multi-arch hints. + node-isomorphic-fetch: Add Multi-Arch: foreign.

  [ Yadd ]
  * Declare compliance with policy 4.6.2
  * Update fetch-npm-browserify.js link (Closes: #1036610)

 -- Yadd <email address hidden>  Tue, 23 May 2023 13:18:55 +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
Mantic release universe misc

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-isomorphic-fetch_3.0.0-3.dsc 2.1 KiB 353acaf45abfb00066445414a116a5c23c53b79c3776b0541175bbf641820966
node-isomorphic-fetch_3.0.0.orig.tar.gz 3.4 KiB 3271279957fa8504e128af6c00db90d2908669e24108e1b781804af34dc5dd33
node-isomorphic-fetch_3.0.0-3.debian.tar.xz 2.7 KiB 9a8f767fb531c760e277011e139c9907d6833bc49103c6a1eb1296d83ec8ddfc

Available diffs

No changes file available.

Binary packages built by this source

node-isomorphic-fetch: Isomorphic WHATWG Fetch API, for Node & Browserify

 This adds fetch as a global so that its API is consistent between client and
 server.
 .
 This requires an ES6 Promise compatible polyfill, like es6-promise.
 .
 Node.js is an event-based server-side JavaScript engine.