New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.61 to 8.0.62

25

lib/index.js

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

});
var _exportNames = {
combinedAssets: true,
connectAssets: true,
addToken: true,
addNetwork: true,
addCombinedAsset: true
};
exports.addCombinedAsset = addCombinedAsset;

@@ -13,8 +20,2 @@ exports.addNetwork = addNetwork;

exports.default = void 0;
Object.defineProperty(exports, "validateAsset", {
enumerable: true,
get: function () {
return _validateAsset.validateAsset;
}
});

@@ -31,2 +32,14 @@ var _lodash = require("lodash");

Object.keys(_validateAsset).forEach(function (key) {
if (key === "default" || key === "__esModule") return;
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
if (key in exports && exports[key] === _validateAsset[key]) return;
Object.defineProperty(exports, key, {
enumerable: true,
get: function () {
return _validateAsset[key];
}
});
});
var _createCombined = require("./combined-assets/create-combined");

@@ -33,0 +46,0 @@

{
"name": "@exodus/assets",
"version": "8.0.61",
"version": "8.0.62",
"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