New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

coinkey

Package Overview
Dependencies
Maintainers
4
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

coinkey - npm Package Compare versions

Comparing version 1.2.0 to 1.3.0

4

CHANGELOG.md

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

1.3.0 / 2014-09-29
------------------
* upgraded `"eckey": "^0.7.0"` to `"eckey": "^0.8.0"` (which upgraded ecurve from 0.8.0 to 1.0.0; removed superflous params)
1.2.0 / 2014-06-30

@@ -2,0 +6,0 @@ ------------------

11

package.json
{
"name": "coinkey",
"version": "1.2.0",
"version": "1.3.0",
"description": "JavaScript component for private keys, public keys, and addresess for crypto currencies such as Bitcoin, Litecoin, and Dogecoin",

@@ -15,7 +15,7 @@ "keywords": [

"mocha": "~1.17.1",
"mochify": "^0.9.4",
"mochify": "^1.1.3",
"istanbul": "^0.2.10",
"coveralls": "^2.10.0",
"mocha-lcov-reporter": "0.0.1",
"crypto-browserify": "^2.1.8"
"browserify": "^5.12.1"
},

@@ -30,3 +30,3 @@ "repository": {

"secure-random": "^1.0.0",
"eckey": "^0.7.0"
"eckey": "^0.8.0"
},

@@ -38,6 +38,3 @@ "scripts": {

"coveralls": "npm run-script coverage && node ./node_modules/.bin/coveralls < coverage/lcov.info"
},
"browser": {
"crypto": "crypto-browserify"
}
}

@@ -16,1 +16,2 @@ coinkey

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