node-promise-inflight 1.0.1+~1.0.0-1 source package in Ubuntu

Changelog

node-promise-inflight (1.0.1+~1.0.0-1) unstable; urgency=medium

  * Team upload

  [ Debian Janitor ]
  * Trim trailing whitespace.
  * Use secure copyright file specification URI.
  * Bump debhelper from old 9 to 12.
  * Set debhelper-compat version in Build-Depends.
  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
    Repository-Browse.
  * Update Vcs-* headers from URL redirect.
  * Use canonical URL in Vcs-Git.
  * Apply multi-arch hints.
    + node-promise-inflight: Add Multi-Arch: foreign.
  * Bump debhelper from old 12 to 13.

  [ Yadd ]
  * Declare compliance with policy 4.6.0
  * Add "Rules-Requires-Root: no"
  * Change section to javascript
  * Add debian/gbp.conf
  * Modernize debian/watch
    * Fix filenamemangle
    * Fix GitHub tags regex
  * Drop dependency to nodejs
  * Use dh-sequence-nodejs auto install
  * Embed typescript declarations and repack

 -- Yadd <email address hidden>  Fri, 24 Dec 2021 17:54:04 +0100

Upload details

Uploaded by:
Debian Javascript Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Javascript Maintainers
Architectures:
all
Section:
javascript
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe misc
Lunar release universe misc
Kinetic release universe misc
Jammy release universe misc

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-promise-inflight_1.0.1+~1.0.0-1.dsc 2.5 KiB 824231ed2b1f299004f539cd326b66b6bc0759238205c945bb1f72eaaf46e7d2
node-promise-inflight_1.0.1+~1.0.0.orig-types-promise-inflight.tar.gz 1.8 KiB 21eca47ed785fad5e7648b13127a9e1fa73482e1ac5153843ff46eeeeeacdc38
node-promise-inflight_1.0.1+~1.0.0.orig.tar.gz 1.8 KiB 76d071ffdb62a55bc36d25b464e652dd7b7fdfc1ce3250d7351124ef62c67748
node-promise-inflight_1.0.1+~1.0.0-1.debian.tar.xz 3.0 KiB 089f81ed690aa9880319cef36727c3d0023151de994a11502e92dad5692a3336

Available diffs

No changes file available.

Binary packages built by this source

node-promise-inflight: one promise for multiple requests in flight to avoid async duplication

 Multiple requests called with the same result (only one underlying promise)
 Based on the callback based function 'inflight'.
 .
 Usage: return inflight(key, () => {/*fetch url*/ return Promise.delay(100)}
 .
 Node.js is an event-based server-side JavaScript engine.