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.1 to 0.4.2

5

CHANGELOG.md

@@ -0,1 +1,5 @@

0.4.2 / 2014-04-17
------------------
* bugfix: fixed `compressed` when `new` isn't used with the constructor. #12
0.4.1 / 2014-04-14

@@ -5,3 +9,2 @@ ------------------

0.4.0 / 2014-03-09

@@ -8,0 +11,0 @@ ------------------

2

lib/eckey.js

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

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

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

{
"name": "eckey",
"version": "0.4.1",
"version": "0.4.2",
"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