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

@exodus/assets-base

Package Overview
Dependencies
Maintainers
0
Versions
271
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@exodus/assets-base - npm Package Compare versions

Comparing version 8.0.1 to 8.0.2

6

CHANGELOG.md

@@ -0,1 +1,7 @@

8.0.2 / 2020-02-20
------------------
- Use new block explorer for VET
- Update XEM URLs to use HTTPS
8.0.1 / 2020-01-29

@@ -2,0 +8,0 @@ ------------------

4

lib/_vechain-tokens.js

@@ -27,4 +27,4 @@ "use strict";

blockExplorer: {
addressUrl: address => `https://explore.veforge.com/accounts/${address}`,
txUrl: txId => `https://explore.veforge.com/transactions/${txId}/clauses`
addressUrl: address => `https://explorer.vtho.net/#/accounts/${address}`,
txUrl: txId => `https://explorer.vtho.net/#/transactions/${txId}`
},

@@ -31,0 +31,0 @@ contract: token.addresses

@@ -24,5 +24,5 @@ "use strict";

const blockExplorer = {
addressUrl: address => `http://explorer.nemtool.com/#/s_account?account=${address}`,
txUrl: txId => `http://explorer.nemtool.com/#/s_tx?hash=${txId}`
addressUrl: address => `https://explorer.nemtool.com/#/s_account?account=${address}`,
txUrl: txId => `https://explorer.nemtool.com/#/s_tx?hash=${txId}`
};
exports.blockExplorer = blockExplorer;

@@ -24,5 +24,5 @@ "use strict";

const blockExplorer = {
addressUrl: address => `https://explore.veforge.com/accounts/${address}`,
txUrl: txId => `https://explore.veforge.com/transactions/${txId}`
addressUrl: address => `https://explorer.vtho.net/#/accounts/${address}`,
txUrl: txId => `https://explorer.vtho.net/#/transactions/${txId}`
};
exports.blockExplorer = blockExplorer;
{
"name": "@exodus/assets-base",
"version": "8.0.1",
"version": "8.0.2",
"description": "Base level package for supporting Exodus assets.",

@@ -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