Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@exodus/bitcoinjs-lib

Package Overview
Dependencies
Maintainers
83
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@exodus/bitcoinjs-lib - npm Package Compare versions

Comparing version 6.0.2-beta.4 to 6.0.2-beta.5

2

package.json
{
"name": "@exodus/bitcoinjs-lib",
"version": "6.0.2-beta.4",
"version": "6.0.2-beta.5",
"description": "Client-side Bitcoin JavaScript library",

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

@@ -392,3 +392,3 @@ 'use strict';

'TapSighash',
Buffer.concat([Buffer.of(0x00), sigMsgWriter.end()]),
Buffer.concat([Buffer.alloc(1), sigMsgWriter.end()]),
);

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