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.53 to 8.0.54

lib/utils/index.js

4

CHANGELOG.md

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

# 8.0.54 / 2021-09-10
- add isMaxFeeAsset util
# 8.0.53 / 2021-04-06

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

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

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

@@ -13,2 +14,15 @@

var _utils = require("./utils");
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 }; }

@@ -15,0 +29,0 @@

2

package.json
{
"name": "@exodus/assets",
"version": "8.0.53",
"version": "8.0.54",
"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