node-wrappy 1.0.2-3 source package in Ubuntu

Changelog

node-wrappy (1.0.2-3) unstable; urgency=medium

  * Team upload
  * Fix test for tap >= 15 (--no-cov) (Closes: #1009495)

 -- Yadd <email address hidden>  Wed, 13 Apr 2022 16:30:52 +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

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-wrappy_1.0.2-3.dsc 2.0 KiB f70d62146d7ff5c851bdcc018c5d7865dae0c37c34af9a38c5acbc4f3395c650
node-wrappy_1.0.2.orig.tar.gz 2.3 KiB b81382832bbc862775b0772ab65e1e0932ccbd23016f013b6ff31b626b05cc0c
node-wrappy_1.0.2-3.debian.tar.xz 2.5 KiB 4c793a45889763114a43474c4e19f5c55419d7f39fbacd643dd597c5655f5867

Available diffs

No changes file available.

Binary packages built by this source

node-wrappy: Callback wrapping utility

 Returns a wrapper function that returns a wrapped callback
 The wrapper function should do some stuff, and return a
 presumably different callback function.
 This makes sure that own properties are retained, so that
 decorations and such are not lost along the way.
 .
 Node.js is an event-based server-side JavaScript engine.