node-run-async 2.4.1-2 source package in Ubuntu

Changelog

node-run-async (2.4.1-2) unstable; urgency=medium

  * Team upload
  * Remove dependency to node-is-promise
  * Modernize debian/watch
  * Fix GitHub tags regex
  * Declare compliance with policy 4.6.0

 -- Yadd <email address hidden>  Fri, 24 Sep 2021 16:25:19 +0200

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
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc
Jammy release universe misc

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-run-async_2.4.1-2.dsc 2.0 KiB c07e89dc80526a29189c251858abc83f048dfface6f3132e2f18951a1754bbbd
node-run-async_2.4.1.orig.tar.gz 13.7 KiB eea4a5cf0e1e30b82a5f102af60254a24845ee636f0ee48256c79218125b1094
node-run-async_2.4.1-2.debian.tar.xz 2.9 KiB 4cf166c839c2b47b9b133b8963c1c178afd32b2d2f753e5dbd6b603feba9cf78

Available diffs

No changes file available.

Binary packages built by this source

node-run-async: Run function synchronously or asynchronously

 Node.js module to run a function either synchronously
 or asynchronously using a series of common patterns.
 This is useful for library author accepting sync or async
 functions as parameter. runAsync will always run them as an
 async method, and normalize the multiple signature.
 .
 Node.js is an event-based server-side JavaScript engine.