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.22 to 8.0.23

6

CHANGELOG.md

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

8.0.23 / 2020-09-15
------------------
- Add HBAR asset info
- Prefix ZIL transaction IDs for block explorer
8.0.22 / 2020-09-14

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

@@ -302,2 +302,8 @@ "use strict";

},
hedera: {
description: 'HBAR is the cryptocurrency that powers the Hedera network. Hbars are network fuel for applications built on Hedera, can be used for peer-to-peer payments, and help secure the network through a system of weighted voting power.',
reddit: 'https://www.reddit.com/r/hashgraph',
twitter: 'https://twitter.com/hashgraph',
website: 'https://www.hedera.com/'
},
iconmainnet: {

@@ -304,0 +310,0 @@ description: 'Icon is a massive platform that will allow various blockchains to interact with each other via smart contracts.',

2

lib/zilliqa.js

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

addressUrl: address => `https://viewblock.io/zilliqa/address/${address}`,
txUrl: txId => `https://viewblock.io/zilliqa/tx/${txId}`
txUrl: txId => `https://viewblock.io/zilliqa/tx/0x${txId}`
};
exports.blockExplorer = blockExplorer;
{
"name": "@exodus/assets-base",
"version": "8.0.22",
"version": "8.0.23",
"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