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 10.0.0 to 10.0.1

4

package.json
{
"name": "@exodus/assets",
"version": "10.0.0",
"version": "10.0.1",
"description": "Exodus assets",

@@ -37,3 +37,3 @@ "type": "module",

},
"gitHead": "ac55b0baf303dd9586519d23738281e13b1a2ce6"
"gitHead": "4b1f46e0654054f6cf668457f8fb041b8bd15707"
}

@@ -55,4 +55,2 @@ /* eslint-disable @exodus/mutable/no-param-reassign-prop-only */

// Only needed for custom tokens
// The explicitly listed *claim coins will be removed eventually
if (asset.isCustomToken) {

@@ -136,4 +134,4 @@ coerceTokenProps(asset, asset.baseAsset)

const asset = { ...assetDef, toString: () => name, info }
defineAssetProps({ assets, asset })
validateTokenDef(asset)
defineAssetProps({ assets, asset })
assets[name] = asset

@@ -140,0 +138,0 @@ return asset

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