node-sha 3.0.0-3 source package in Ubuntu

Changelog

node-sha (3.0.0-3) unstable; urgency=medium

  * Team upload
  * Fix filenamemangle
  * Fix test for nodejs >= 16

 -- Yadd <email address hidden>  Wed, 04 May 2022 08:00:49 +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-sha_3.0.0-3.dsc 2.0 KiB 309ecdab48d9eb9d7b6ce13eb108a89d96668283a00799bcd0df97ff47236736
node-sha_3.0.0.orig.tar.gz 6.8 KiB 3f445e685213ae913a4b0073b11507a4ffaf8702abf3e313c84a1d182e7e7e39
node-sha_3.0.0-3.debian.tar.xz 3.4 KiB 1f81bd9905ce7bbffd7ae626cc86bc09693519d2fc35174fc459930d19da683b

Available diffs

No changes file available.

Binary packages built by this source

node-sha: Check and get file or stream hashes - module for Node.js

 node-sha exposes simple functions to check and get file or stream hashes.
 The algorithm used defaults to sha1 and can be any of the algorithms
 supported by Node.js builtin crypto module.
 .
 Node.js is an event-based server-side javascript engine.