node-inherits 2.0.4-6 source package in Ubuntu
Changelog
node-inherits (2.0.4-6) unstable; urgency=medium * Team upload * Fix test for tap >= 15 (--no-cov) (Closes: #1009533) -- Yadd <email address hidden> Thu, 21 Apr 2022 09:44:10 +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 | Published | Component | Section | |
---|---|---|---|---|
Mantic | release | universe | web | |
Lunar | release | universe | web | |
Kinetic | release | universe | web |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
node-inherits_2.0.4-6.dsc | 2.1 KiB | 8eb48daebcb5ca3088649a4a5c7cb95053fd28705111aea36ac028c2e89368a2 |
node-inherits_2.0.4.orig.tar.gz | 30.7 KiB | a6c794ebc263c3ab833a4efeeec91347cafe10c737a9147151265185c9a27161 |
node-inherits_2.0.4-6.debian.tar.xz | 3.1 KiB | e05be71b46b859ebd81a847dc9e4f50fb82be6f250798a3a5c15ad7bbe9e7be0 |
Available diffs
- diff from 2.0.4-4 to 2.0.4-6 (498 bytes)
No changes file available.
Binary packages built by this source
- libjs-inherits: Browser library that exposes inherits function from Node.js environment
node-inherits exposes standard inherits implementation of Node.js util
module, and allows bundlers such as browserify to not include full util
package in client code.
.
It is recommended to use this module for all code that requires only
the inherits function and that has a chance to run in a browser too.
.
This is the browser module.
- node-inherits: Node.js module that exposes inherits function
node-inherits exposes standard inherits implementation of Node.js util
module, and allows bundlers such as browserify to not include full util
package in client code.
.
It is recommended to use this module for all code that requires only
the inherits function and that has a chance to run in a browser too.
.
This is the Node.js module. Node.js is an event-based server-side
javascript engine.