Socket
Socket
Sign inDemoInstall

bitcoinjs-lib

Package Overview
Dependencies
Maintainers
4
Versions
88
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bitcoinjs-lib - npm Package Compare versions

Comparing version 1.5.6 to 1.5.7

2

package.json
{
"name": "bitcoinjs-lib",
"version": "1.5.6",
"version": "1.5.7",
"description": "Client-side Bitcoin JavaScript library",

@@ -5,0 +5,0 @@ "main": "./src/index.js",

@@ -47,2 +47,3 @@ var assert = require('assert')

this.privKey = K
this.pubKey = K.pub
} else if (K instanceof ECPubKey) {

@@ -49,0 +50,0 @@ assert(K.compressed, 'ECPubKey must be compressed')

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