Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

eckey

Package Overview
Dependencies
Maintainers
3
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eckey - npm Package Compare versions

Comparing version 0.4.0 to 0.4.1

7

CHANGELOG.md

@@ -1,3 +0,8 @@

next release / 2014-03-09
0.4.1 / 2014-04-14
------------------
* bugfix: fixed input when `new` isn't used with the constructor. #11, #9
0.4.0 / 2014-03-09
------------------
* Dropped sha256 and ripemd160 deps. Upgraded to crypto-hashing library.

@@ -4,0 +9,0 @@ * removed function wrapper

2

lib/eckey.js

@@ -9,3 +9,3 @@ var ECPointFp = require('ecurve').ECPointFp;

function ECKey (bytes, compressed) {
if (!(this instanceof ECKey)) return new ECKey(input);
if (!(this instanceof ECKey)) return new ECKey(bytes);

@@ -12,0 +12,0 @@ this._compressed = compressed || !!ECKey.compressByDefault;

{
"name": "eckey",
"version": "0.4.0",
"version": "0.4.1",
"description": "Elliptical curve cryptography for crypto currencies such as Litecoin and Bitcoin",

@@ -5,0 +5,0 @@ "keywords": [

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc