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

@bitgo/utxo-lib

Package Overview
Dependencies
Maintainers
0
Versions
171
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bitgo/utxo-lib - npm Package Compare versions

Comparing version 9.38.0 to 9.39.0

4

dist/src/bitgo/parseInput.d.ts

@@ -121,2 +121,6 @@ /// <reference types="node" />

export declare function parsePubScript(inputPubScript: InputPubScript, scriptType: ParsedScriptType): ParsedPubScriptP2ms | ParsedPubScriptTaproot | ParsedPubScriptP2shP2pk;
export declare function getChainAndIndexFromPath(path: string): {
chain: number;
index: number;
};
//# sourceMappingURL=parseInput.d.ts.map

4

package.json
{
"name": "@bitgo/utxo-lib",
"version": "9.38.0",
"version": "9.39.0",
"description": "Client-side Bitcoin JavaScript library",

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

"license": "MIT",
"gitHead": "339ceb8b3082a13247a10a1ae4e98fc79bf28080"
"gitHead": "4ebf57c316e7673faba2ccdef2a6f098dbf225bc"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

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