node-isomorphic-fetch 2.2.1-1 source package in Ubuntu

Changelog

node-isomorphic-fetch (2.2.1-1) unstable; urgency=low

  * Initial release (Closes: #886274)

 -- Pirate Praveen <email address hidden>  Wed, 03 Jan 2018 23:18:39 +0530

Upload details

Uploaded by:
Debian Javascript Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Javascript Maintainers
Architectures:
all
Section:
misc
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Bionic release universe misc

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-isomorphic-fetch_2.2.1-1.dsc 2.1 KiB 37bc209b144464f8a180159ab6d99ba6078d404dd784a3733bcb46c2f22cf7c9
node-isomorphic-fetch_2.2.1.orig.tar.gz 3.3 KiB 0df5769590152dbe7f52badbad7fd4690e1de16981b536d7ba8527d3a922489a
node-isomorphic-fetch_2.2.1-1.debian.tar.xz 2.1 KiB ff2e503b05ef7c45a716917fbe2d20a6a7926960901cfb8d72c2cebf1a461981

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.