node-create-ecdh 4.0.0-2 source package in Ubuntu

Changelog

node-create-ecdh (4.0.0-2) unstable; urgency=medium

  * Install browser.js
  * Enable tests 

 -- Pirate Praveen <email address hidden>  Mon, 04 Sep 2017 09:16:09 +0530

Upload details

Uploaded by:
Debian Javascript Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Javascript Maintainers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Bionic release universe misc

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-create-ecdh_4.0.0-2.dsc 2.1 KiB b112962a9cd0bfc29a5464de64d41d83fd1e13da6545d1a7102d4accb741c652
node-create-ecdh_4.0.0.orig.tar.gz 2.3 KiB 3d7098908bfe7a23f1ee406b3315012b834fc99b90c4e201eb78ac11bb4609c4
node-create-ecdh_4.0.0-2.debian.tar.xz 2.1 KiB 40ab7c8a96a4c0db20a6ceaafe85b2c76ef696ec1ea84baa8610dd7288d4c066

Available diffs

No changes file available.

Binary packages built by this source

node-create-ecdh: browserifiable createECDH

 In io.js or node >= 0.11 this module is just a shortcut to crypto.createECDH.
 In node <= 0.11 or the browser this is a pure JavaScript implementation, more
 specifically a wrapper around elliptic to give it the same API as node.
 .
 Node.js is an event-based server-side JavaScript engine.