Socket
Socket
Sign inDemoInstall

bitcoinjs-lib

Package Overview
Dependencies
26
Maintainers
1
Versions
87
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.3.0 to 3.3.1

2

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

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

@@ -472,3 +472,3 @@ var Buffer = require('safe-buffer').Buffer

// WARNING: This is __NOT__ to be relied on, its just another potential safety mechanism (safety in-depth)
this.maximumFeeRate = maximumFeeRate || 1000
this.maximumFeeRate = maximumFeeRate || 2500

@@ -475,0 +475,0 @@ this.inputs = []

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc