Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@exodus/assets

Package Overview
Dependencies
Maintainers
0
Versions
75
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@exodus/assets - npm Package Compare versions

Comparing version 8.0.54 to 8.0.55

lib/usdcoin_ftx.js

4

CHANGELOG.md

@@ -0,1 +1,5 @@

# 8.0.55 / 2021-10-26
- add usdcoin_ftx combined asset
# 8.0.54 / 2021-09-10

@@ -2,0 +6,0 @@

19

lib/index.js

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

});
var _exportNames = {};
exports.default = void 0;

@@ -14,20 +13,12 @@

var _utils = require("./utils");
var _usdcoin_ftx = _interopRequireDefault(require("./usdcoin_ftx"));
Object.keys(_utils).forEach(function (key) {
if (key === "default" || key === "__esModule") return;
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
Object.defineProperty(exports, key, {
enumerable: true,
get: function () {
return _utils[key];
}
});
});
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
const newAssetsBase = Object.assign({}, _assetsBase.default, {
usdcoin_ftx: _usdcoin_ftx.default
});
const assets = {};
for (const [assetName, baseAsset] of Object.entries(_assetsBase.default)) {
for (const [assetName, baseAsset] of Object.entries(newAssetsBase)) {
const asset = Object.assign({}, baseAsset, {

@@ -34,0 +25,0 @@ currency: _currency.UnitType.create(baseAsset.units)

{
"name": "@exodus/assets",
"version": "8.0.54",
"version": "8.0.55",
"description": "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