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

eckey

Package Overview
Dependencies
Maintainers
1
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.2.0 to 0.3.0

9

CHANGELOG.md

@@ -0,1 +1,10 @@

0.3.0 / 2014-02-03
------------------
* Removed bower and component support. Closes #8
* Upgraded version number so that `cryptocoin` could install. Changes in `0.2.1` could qualify for a `0.3.0`.
0.2.1 / 2014-01-23
------------------
* Update dependency package names/versions
0.2.0 / 2013-12-07

@@ -2,0 +11,0 @@ ------------------

15

package.json
{
"name": "eckey",
"version": "0.2.0",
"version": "0.3.0",
"description": "Elliptical curve cryptography for crypto currencies such as Litecoin and Bitcoin",

@@ -26,13 +26,12 @@ "keywords": [

"dependencies": {
"ecurve": "0.1.x",
"ecurve-names": "0.1.x",
"cryptocoin-base58": "0.1.x",
"ecurve": "0.2.x",
"ecurve-names": "0.2.x",
"sha256": "0.1.x",
"ripemd160": "0.1.x",
"convert-hex": "0.1.x",
"btc-address": "0.1.x",
"ecdsa": "0.2.x",
"bigi": "~0.2.0",
"bs58": "~0.2.0"
"btc-address": "0.2.x",
"ecdsa": "0.3.x",
"bigi": "0.2.x",
"bs58": "0.2.x"
}
}

@@ -40,4 +40,4 @@ eckey

- [*] [jprichardson](https://github.com/jprichardson)
- [1] [remiq](https://github.com/remiq)
- (*) [jprichardson](https://github.com/jprichardson)
- (1) [remiq](https://github.com/remiq)

@@ -44,0 +44,0 @@

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