Socket
Socket
Sign inDemoInstall

bitcore

Package Overview
Dependencies
Maintainers
2
Versions
132
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bitcore - npm Package Compare versions

Comparing version 0.1.15 to 0.1.16

13

lib/PrivateKey.js

@@ -81,15 +81,2 @@ var imports = require('soop').imports();

PrivateKey.fromBuffer = function(priv, network, compressed) {
if (typeof network == 'undefined')
network = 'livenet';
if (typeof compressed == 'undefined')
compressed = true;
var version = networks[network].privKeyVersion;
var privateKey = new PrivateKey(version, priv, compressed);
return privateKey;
};
module.exports = require('soop')(PrivateKey);

2

package.json
{
"name": "bitcore",
"description": "Bitcoin Library",
"version": "0.1.15",
"version": "0.1.16",
"author": {

@@ -6,0 +6,0 @@ "name": "Stephen Pair",

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