New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@bitcoinerlab/discovery

Package Overview
Dependencies
Maintainers
0
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bitcoinerlab/discovery - npm Package Compare versions

Comparing version 1.2.3 to 1.2.4

2

dist/discovery.js

@@ -547,3 +547,3 @@ "use strict";

throw new Error(`Error: invalid utxo: ${utxo}`);
if (!utxo && split.length !== 3)
if (!utxo && split.length !== 2 && split.length !== 3)
throw new Error(`Error: invalid txo: ${txo}`);

@@ -550,0 +550,0 @@ const txId = split[0];

@@ -5,3 +5,3 @@ {

"homepage": "https://github.com/bitcoinerlab/discovery",
"version": "1.2.3",
"version": "1.2.4",
"author": "Jose-Luis Landabaso",

@@ -8,0 +8,0 @@ "license": "MIT",

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