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

@amontech/amon-lib

Package Overview
Dependencies
Maintainers
2
Versions
97
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@amontech/amon-lib - npm Package Compare versions

Comparing version 2.13.3 to 2.13.4

4

lib/coins/dash.js

@@ -5,4 +5,4 @@ const CoinHelper = require('./coin');

if (
(network === 'testnet' && /^[1-9][1-9A-HJ-NP-Za-km-z]{33}/g.test(address)) ||
(network === 'testnet' && /^(y|X)[1-9A-HJ-NP-Za-km-z]{33}/g.test(address)) ||
((network === 'testnet' || network === 'regtest') && /^[1-9][1-9A-HJ-NP-Za-km-z]{33}/g.test(address)) ||
((network === 'testnet' || network === 'regtest') && /^(y|X)[1-9A-HJ-NP-Za-km-z]{33}/g.test(address)) ||
(network === 'mainnet' && /^(7|X)[1-9A-HJ-NP-Za-km-z]{33}/g.test(address))

@@ -9,0 +9,0 @@ ) {

{
"name": "@amontech/amon-lib",
"version": "2.13.3",
"version": "2.13.4",
"description": "Common amon libraries",

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

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