node-shasum 1.0.2-2 source package in Ubuntu

Changelog

node-shasum (1.0.2-2) unstable; urgency=medium

  * Bump compat and policy (no changes)
  * Move to salsa

 -- Bastien Roucariès <email address hidden>  Fri, 01 Jun 2018 15:31:39 +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

Builds

Cosmic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-shasum_1.0.2-2.dsc 2.1 KiB c45e9c0e07df99e72df18fcc39587373fbedca6a0a6a1c72e954f156f7775cdb
node-shasum_1.0.2.orig.tar.gz 2.0 KiB 625f8c025aa34758430feff00dc8bda28316e09a3a8ff6ee8c1e7da5d6b8ae0e
node-shasum_1.0.2-2.debian.tar.xz 2.9 KiB c0e3d7551fe5e8b6e29a8180c4cc05639622b191b3daab33ba29ce2b91116bad

Available diffs

No changes file available.

Binary packages built by this source

node-shasum: Pure javascript function that return the sha1sum

 This package emulate the well know function sha1sum of Node.js in pure
 javascript allowing one to use this function in browser context.
 .
 In cryptography field, SHA-1 (Secure Hash Algorithm 1) is a cryptographic
 hash function designed by the United States National Security Agency
 and is a U.S. Federal Information Processing Standard published by the
 United States NIST, SHA-1 produces a 160-bit (20-byte) hash value
 known as a message digest. A SHA-1 hash value is typically rendered as
 a hexadecimal number, 40 digits long.
 .
 This a dependency of browserify
 .
 Node.js is an event-based server-side JavaScript engine.