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.106 to 8.0.107

5

CHANGELOG.md

@@ -0,4 +1,9 @@

# 8.0.107 / 2022-01-11
- NANO: Update ticker to `XNO`
# 8.0.106 / 2021-12-24
- BTT: Add new BTT(TRX) token contract, rename old to BTTOLD
- LUNA: add Terra (LUNA) tokens

@@ -5,0 +10,0 @@ # 8.0.105 / 2021-12-14

4

lib/nano.js

@@ -6,3 +6,3 @@ "use strict";

});
exports.units = exports.ticker = exports.properName = exports.name = exports.blockExplorer = exports.assetType = void 0;
exports.units = exports.ticker = exports.properTicker = exports.properName = exports.name = exports.blockExplorer = exports.assetType = void 0;

@@ -17,2 +17,4 @@ var _types = require("./_types");

exports.ticker = ticker;
const properTicker = 'XNO';
exports.properTicker = properTicker;
const units = {

@@ -19,0 +21,0 @@ raw: 0,

{
"name": "@exodus/assets-base",
"version": "8.0.106",
"version": "8.0.107",
"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