Socket
Socket
Sign inDemoInstall

bitcoinjs-lib

Package Overview
Dependencies
Maintainers
3
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 5.0.4 to 5.0.5

2

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

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

@@ -14,5 +14,6 @@ import * as bip32 from 'bip32';

export { BIP32Interface } from 'bip32';
export { ECPairInterface } from './ecpair';
export { Network } from './networks';
export { Payment, PaymentOpts } from './payments';
export { Payment, PaymentOpts, Stack, StackElement } from './payments';
export { OpCode } from './script';
export { Input as TxInput, Output as TxOutput } from './transaction';
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