node-safe-buffer 5.2.1+~cs2.1.2-3 source package in Ubuntu
Changelog
node-safe-buffer (5.2.1+~cs2.1.2-3) unstable; urgency=medium * Team upload * Declare compliance with policy 4.6.0 * Fix test for nodejs >= 14 (Closes: #1009600) * Fix test for tap >= 15 (--no-cov) -- Yadd <email address hidden> Wed, 13 Apr 2022 12:10:18 +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 | misc | |
Lunar | release | universe | misc | |
Kinetic | release | universe | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
node-safe-buffer_5.2.1+~cs2.1.2-3.dsc | 2.5 KiB | a9e782bab53b7e074670643eb18399a9035fe1d0b11f81a2c7bbb6d0e2029939 |
node-safe-buffer_5.2.1+~cs2.1.2.orig-safer-buffer.tar.gz | 12.2 KiB | b6ee19114b7a665572165b4b68fec98ecb09124c2869bb79b0a4a4e004e59e07 |
node-safe-buffer_5.2.1+~cs2.1.2.orig.tar.gz | 10.5 KiB | 51bc669006b75bb99751a6cd4ff33c45d60f0573296f545abee5b8e379f0dc1d |
node-safe-buffer_5.2.1+~cs2.1.2-3.debian.tar.xz | 3.9 KiB | 445b3c163306e25e72fd9e2fafe3ec0f7a7ccfea88b93b9079ce410eec37405f |
Available diffs
No changes file available.
Binary packages built by this source
- node-safe-buffer: Safer Node.js Buffer API
The goal of this package is to provide a safe replacement for the node.js
`Buffer`. It's a drop-in replacement for `Buffer`. You can use it by adding
one `require` line to the top of your node.js modules; for example
var Buffer = require('safe-buffer' ).Buffer
Existing buffer code will continue to work without issues.
.
Node.js is an event-based server-side JavaScript engine.