node-sha 3.0.0-1 source package in Ubuntu

Changelog

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

  * Team upload
  * Bump debhelper compatibility level to 12
  * Declare compliance with policy 4.5.0
  * Add "Rules-Requires-Root: no"
  * Add debian/gbp.conf
  * Add upstream/metadata
  * New upstream version 3.0.0
  * Update copyright
  * Drop useless patch
  * Use pkg-js-tools auto test & install

 -- Xavier Guimard <email address hidden>  Mon, 09 Mar 2020 14:44:26 +0100

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

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-sha_3.0.0-1.dsc 2.0 KiB 24c388ece89c4394a53ed46f5c1f973d0d09015f4bc133d32ec798f46658fdac
node-sha_3.0.0.orig.tar.gz 6.8 KiB 3f445e685213ae913a4b0073b11507a4ffaf8702abf3e313c84a1d182e7e7e39
node-sha_3.0.0-1.debian.tar.xz 2.8 KiB e0b1fdf08f609e5353bfcd46d6943a7bc0aa2ea567de71102786c65ddbcaade7

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.