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.3.3 to 2.4.3

4

lib/coins/bitcoinCash.js

@@ -41,3 +41,3 @@ const CoinHelper = require('./coin');

case 'mainnet':
return `https://live.blockcypher.com/bch/address/${address}`;
return `https://blockdozer.com/address/${address}`;
case 'testnet':

@@ -53,3 +53,3 @@ return `https://www.blocktrail.com/tBCC/address/${address}`;

case 'mainnet':
return `https://live.blockcypher.com/bch/tx/${txId}`;
return `https://blockdozer.com/tx/${txId}`;
case 'testnet':

@@ -56,0 +56,0 @@ return `https://www.blocktrail.com/tBCC/tx/${txId}`;

{
"name": "@amontech/amon-lib",
"version": "2.3.3",
"version": "2.4.3",
"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