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

Changelog

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

  * Team upload

  [ Debian Janitor ]
  * Bump debhelper from old 12 to 13.

  [ Yadd ]
  * Declare compliance with policy 4.6.0
  * Add "Rules-Requires-Root: no"
  * Add debian/gbp.conf
  * Fix GitHub tags regex
  * Use dh-sequence-nodejs for test and install
  * Fix debian/copyright

 -- Yadd <email address hidden>  Wed, 15 Sep 2021 19:02:24 +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
Jammy release universe misc

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-create-hash_1.2.0-4.dsc 2.2 KiB 586da4c2dc111f69673b41eff0e9530cf228323c997e168862b3524e68714a4c
node-create-hash_1.2.0.orig.tar.gz 2.6 KiB bd3058e16d142f3401072bc97872f46f206abd14717e695115d1eb3b3f801ae5
node-create-hash_1.2.0-4.debian.tar.xz 3.2 KiB dc8c76fb357f7774eea47218dd7bbb4c0f1edebdb88b843e29abf5ca64552d4b

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.