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

@bitgo-beta/utxo-lib

Package Overview
Dependencies
Maintainers
2
Versions
1101
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bitgo-beta/utxo-lib - npm Package Compare versions

Comparing version 2.4.2-beta.23 to 2.4.2-beta.24

2

dist/src/bitgo/wallet/chains.d.ts

@@ -20,3 +20,3 @@ /**

export declare const chainCodesP2tr: readonly [30, 31];
export declare const chainCodes: (0 | 1 | 10 | 11 | 20 | 21 | 30 | 31)[];
export declare const chainCodes: (0 | 1 | 31 | 30 | 20 | 10 | 11 | 21)[];
export declare type ChainCode = typeof chainCodes[number];

@@ -23,0 +23,0 @@ export declare function isChainCode(n: unknown): n is ChainCode;

{
"name": "@bitgo-beta/utxo-lib",
"version": "2.4.2-beta.23",
"version": "2.4.2-beta.24",
"description": "Client-side Bitcoin JavaScript library",

@@ -49,3 +49,3 @@ "main": "./dist/src/index.js",

"dependencies": {
"@bitgo-beta/blake2b": "3.0.4-beta.23",
"@bitgo-beta/blake2b": "3.0.4-beta.24",
"@noble/secp256k1": "1.6.3",

@@ -85,3 +85,3 @@ "bip174": "npm:@bitgo/bip174@3.0.0",

"license": "MIT",
"gitHead": "018c6ec457a341bcb7671eebe59d91e578e25e86"
"gitHead": "b2a6a7cb199b1265b09ec04c524dfb0495e7940e"
}
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