node-assert 2.0.0-1 source package in Ubuntu
Changelog
node-assert (2.0.0-1) unstable; urgency=medium * Team upload * Fix GitHub tags regex * Update standards version to 4.6.0, no changes needed. * Fix filenamemangle * Drop dependency to nodejs * Embed array-fill and object.entries for test only * Build with babeljs * Update test * Update dependencies: + require node-util ≥ 0.12 + build depends on node-babel7 + test depends on node-tape -- Yadd <email address hidden> Sun, 07 Nov 2021 00:15:12 +0100
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 | Published | Component | Section | |
---|---|---|---|---|
Jammy | release | universe | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
node-assert_2.0.0-1.dsc | 2.1 KiB | 78c058a79388a9243a78a1b427b993c80652662951a6b10560006cf7b2ecc228 |
node-assert_2.0.0.orig.tar.gz | 37.7 KiB | 7f722579ea91fa697e19f57dbb0a3fe457a59276d5e71f26e0a849bbf7af4791 |
node-assert_2.0.0-1.debian.tar.xz | 5.1 KiB | 14812383641dd707990a1a978d3cc10ec54e31ccfd70ff19841f636168047926 |
Available diffs
- diff from 1.5.0-1 to 2.0.0-1 (48.5 KiB)
No changes file available.
Binary packages built by this source
- node-assert: simple assertion library for javascript
This module is used for writing unit tests for your applications, you can
access it with require('assert').
.
The API is derived from the commonjs 1.0 unit testing spec and the node.js
assert module