node-call-limit 1.1.1-1 source package in Ubuntu

Changelog

node-call-limit (1.1.1-1) unstable; urgency=medium

  * Team upload
  * Bump debhelper compatibility level to 12
  * Declare compliance with policy 4.4.1
  * Add "Rules-Requires-Root: no"
  * Add debian/gbp.conf
  * Add upstream/metadata
  * Update VCS fields to salsa
  * New upstream version 1.1.1
  * Use pkg-js-tools auto test & install
  * Update homepage

 -- Xavier Guimard <email address hidden>  Tue, 14 Jan 2020 21:49:31 +0100

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
Focal release universe misc

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-call-limit_1.1.1-1.dsc 2.0 KiB d8cd149efc06286a2ce3e2f019ba39141dd3e2c10c5fbf3dc4e827d78545a470
node-call-limit_1.1.1.orig.tar.gz 65.9 KiB 7dcb9d1e5946a97d4f1e3a93925777e9f834b27245f9e2d45677734e2b13eec0
node-call-limit_1.1.1-1.debian.tar.xz 2.2 KiB 8083e67d3058aba159136b76b2346a030084289156fe17476812df76a203cfb9

Available diffs

No changes file available.

Binary packages built by this source

node-call-limit: Limit the number of simultaneous calls to an async function

 This module can also be used with promise returning functions to limit the
 number of simultaneous calls. When the number of calls go beyond the limit set
 by this module, they get queued and called when the previous call completes.
 .
 Node.js is an event-based server-side JavaScript engine.