Socket
Socket
Sign inDemoInstall

etherscan-link

Package Overview
Dependencies
0
Maintainers
5
Versions
5
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.3 to 1.1.0

CHANGELOG.md

2

account-link.js

@@ -6,4 +6,4 @@ const prefixForNetwork = require('./prefix-for-network')

const prefix = prefixForNetwork(network)
return 'http://' + prefix + 'etherscan.io/address/' + address
return 'https://' + prefix + 'etherscan.io/address/' + address
}

@@ -5,3 +5,3 @@ const prefixForNetwork = require('./prefix-for-network')

const prefix = prefixForNetwork(network)
return 'http://' + prefix + 'etherscan.io/tx/' + hash
return 'https://' + prefix + 'etherscan.io/tx/' + hash
}
{
"name": "etherscan-link",
"version": "1.0.3",
"version": "1.1.0",
"description": "A library for generating etherscan links.",
"main": "index.js",
"files": [
"account-link.js",
"explorer-link.js",
"index.js",
"prefix-for-network.js"
],
"scripts": {

@@ -25,4 +31,4 @@ "test": "mocha"

"devDependencies": {
"mocha": "^4.0.1"
"mocha": "^7.1.1"
}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc