node-crypto-browserify 3.11.1-1 source package in Ubuntu

Changelog

node-crypto-browserify (3.11.1-1) unstable; urgency=medium

  * Team upload
  * New upstream version 3.11.1
  * Standards-Version: 4.1.2
  * Section: javascript
  * Add test to work around unsupported ciphers in openssl

 -- Jérémy Lal <email address hidden>  Sat, 30 Dec 2017 11:17:38 +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

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-crypto-browserify_3.11.1-1.dsc 2.6 KiB 32e32c8b7eb1a988cfd0d1ceb0fa26decaf0664fba4702440193e06d00a5b180
node-crypto-browserify_3.11.1.orig.tar.gz 14.9 KiB 46b52cf16ff03fa592847a5090d700de925705818d5127f14024059659776ac5
node-crypto-browserify_3.11.1-1.debian.tar.xz 3.4 KiB 2dda1f924e9e1b7926ec95eee9590b1539bb797830a4a8f3c06fe9e9762bc532

Available diffs

No changes file available.

Binary packages built by this source

node-crypto-browserify: implementation of crypto for the browser

 This library is an implementation of node's crypto for the browser.
 .
 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.