node-create-hash 1.2.0-2 source package in Ubuntu

Changelog

node-create-hash (1.2.0-2) unstable; urgency=medium

  * Bump debhelper and policy (no changes)
  * Move to /usr/share

 -- Bastien Roucariès <email address hidden>  Sun, 15 Sep 2019 18:20:17 +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-create-hash_1.2.0-2.dsc 2.4 KiB ffc0886a5c7c9a9c6f2cafad7f465b3cd647cd97dc547bb1d2757735b765043b
node-create-hash_1.2.0.orig.tar.gz 2.6 KiB bd3058e16d142f3401072bc97872f46f206abd14717e695115d1eb3b3f801ae5
node-create-hash_1.2.0-2.debian.tar.xz 3.9 KiB 66c5921535256c5945429762300843d09cf749011bf94ec3a4dae7adb5946136

Available diffs

No changes file available.

Binary packages built by this source

node-create-hash: create hashes for browserify

 This package allow one to create hash in browser context using
 Node.js API.
 .
 A hash function is any function that can be used to map data
 of arbitrary size to data of fixed size.
 Hash functions are related to checksums, check digits,
 fingerprints, lossy compression, randomization functions,
 error-correcting codes, and ciphers.
 Although these concepts overlap to some extent, each has
 its own uses and requirements and is designed and optimized
 differently.
 .
 Node.js is an event-based server-side JavaScript engine.