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

Changelog

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

  * Team upload
  * Fix test for tap >= 15 (Closes: #1009571)

 -- Yadd <email address hidden>  Tue, 19 Apr 2022 07:50:19 +0200

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

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-call-limit_1.1.1-3.dsc 2.0 KiB 301e7241c638f80e0adb49134b8459151d4f3ca3d9b957e5384a8ea61ec3a3e9
node-call-limit_1.1.1.orig.tar.gz 65.9 KiB 7dcb9d1e5946a97d4f1e3a93925777e9f834b27245f9e2d45677734e2b13eec0
node-call-limit_1.1.1-3.debian.tar.xz 2.4 KiB e5f7b4e8e71e2a6d356a395a1642ce80a65ee8bffe6e28719ee6c3909362708a

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.