node-assert-plus 1.0.0-4 source package in Ubuntu

Changelog

node-assert-plus (1.0.0-4) unstable; urgency=medium

  [ Debian Janitor ]
  * Apply multi-arch hints. + node-assert-plus: Add :any qualifier for nodejs dependency.

 -- Jelmer Vernooij <email address hidden>  Mon, 21 Nov 2022 12:08:06 +0000

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

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-assert-plus_1.0.0-4.dsc 2.0 KiB 2aace207f401f286f66bea3e555c516e69e08b5c3d95e60739685096ae2d2723
node-assert-plus_1.0.0.orig.tar.gz 8.7 KiB d20d505d91a1f131ce88f963ed2e784e6e8451207528406a81ef52ab5a019420
node-assert-plus_1.0.0-4.debian.tar.xz 2.9 KiB 79b7e6604bb668547d91ffa26f710310635f0c5eb4f38f888fa6411a2fd236d3

Available diffs

No changes file available.

Binary packages built by this source

node-assert-plus: small wrapper over nodejs' assert module with two extra features

 This library is a super small wrapper over node's assert module that has two
 things:
 (1) the ability to disable assertions with the environment variable
 NODE_NDEBUG, and
 (2) some API wrappers for argument testing. Like assert.string(myArg, 'myArg')
 .
 Node.js is an event-based server-side JavaScript engine.