node-hash.js 1.1.7-1 source package in Ubuntu

Changelog

node-hash.js (1.1.7-1) unstable; urgency=medium

  * New upstream version. Fix UTF8 string handling.
  * Move to /usr/share
  * Bump debhelper and policy (no changes)

 -- Bastien Roucariès <email address hidden>  Mon, 16 Sep 2019 00:22:44 +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
Focal release universe misc

Builds

Eoan: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-hash.js_1.1.7-1.dsc 2.1 KiB 36bb1c7f2d80c2c6daf2491e942039075f7b788e9a844ac3a823c2aafcbac878
node-hash.js_1.1.7.orig.tar.gz 23.4 KiB 8354add18f0ea3fdc873d5c371629f03f6b759e5e54d4df45dd6a568a9decc8f
node-hash.js_1.1.7-1.debian.tar.xz 3.7 KiB 85d4461360ce200190692f3b1f8e2543931135dbd3dba177eccff75ef44f1a75

Available diffs

No changes file available.

Binary packages built by this source

node-hash.js: Hash functions that could be run by both browser and nodejs

 This module implements a few classical hash function that could be run
 in browser and in nodejs context.
 .
 Hash functions implemented includes ripemd160,sha1, sha224, sha256,
 sha384, sha512.
 .
 Node.js is an event-based server-side JavaScript engine.