node-create-hmac 1.1.7-1 source package in Ubuntu

Changelog

node-create-hmac (1.1.7-1) unstable; urgency=medium

  * Team upload
  * New upstream version
  * Bump policy and compat no changes
  * Move to salsa

 -- Bastien Roucariès <email address hidden>  Wed, 09 May 2018 10:55:20 +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-create-hmac_1.1.7-1.dsc 2.4 KiB e2bc7ab54f5b0516c7c0347d492e4e89101780fadebbf485be3c4ac22e560f2e
node-create-hmac_1.1.7.orig.tar.gz 3.1 KiB 666af0da3217a30bcad1955d2380132986d4fe23d4ca3ceca373121b273a54e6
node-create-hmac_1.1.7-1.debian.tar.xz 2.7 KiB da672ca31f21884b3fb83a01b7fd19775211016fc479b76062d606bb90022038

Available diffs

No changes file available.

Binary packages built by this source

node-create-hmac: nodejs style hmacs in the browser

 This library provides nodejs style hmacs for use in the browser, with native
 hmac functions in nodejs. API is the same as hmacs in nodejs.
 .
 This library is a dependency for webpack. Webpack takes code targeted at
 node.js and makes it run in the browser. Node.js comes with API of its own
 that is not available in the browsers. Webpack exposes this code
 to programs that are unaware they are running in a browser.
 .
 Node.js is an event-based server-side JavaScript engine.