Socket
Socket
Sign inDemoInstall

bitcoinjs-lib

Package Overview
Dependencies
Maintainers
1
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 3.1.0 to 3.1.1

2

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

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

@@ -134,2 +134,3 @@ # BitcoinJS (bitcoinjs-lib)

- [GreenAddress](https://greenaddress.it)
- [Melis Wallet](https://melis.io)
- [Robocoin](https://wallet.robocoin.com)

@@ -136,0 +137,0 @@ - [Skyhook ATM](http://projectskyhook.com)

@@ -50,2 +50,4 @@ var Buffer = require('safe-buffer').Buffer

function expandInput (scriptSig, witnessStack) {
if (scriptSig.length === 0 && witnessStack.length === 0) return {}
var prevOutScript

@@ -401,3 +403,3 @@ var prevOutType

if (SIGNABLE.indexOf(scriptType) !== -1) {
sig = buildStack(scriptType, input.signatures, input.pubKeys, input.script, allowIncomplete)
sig = buildStack(scriptType, input.signatures, input.pubKeys, allowIncomplete)
}

@@ -551,3 +553,3 @@

if (options.script !== undefined) {
input = expandInput(options.script, options.witness)
input = expandInput(options.script, options.witness || [])
}

@@ -554,0 +556,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