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 11.1.0 to 11.1.1

10

CHANGELOG.md

@@ -6,2 +6,12 @@ # Change Log

## [11.1.1](https://github.com/ExodusMovement/assets/compare/@exodus/assets@11.1.0...@exodus/assets@11.1.1) (2024-12-11)
### Bug Fixes
* fix: add missing param (#4686)
## [11.1.0](https://github.com/ExodusMovement/assets/compare/@exodus/assets@11.0.1...@exodus/assets@11.1.0) (2024-12-10)

@@ -8,0 +18,0 @@

4

package.json
{
"name": "@exodus/assets",
"version": "11.1.0",
"version": "11.1.1",
"description": "Exodus assets",

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

},
"gitHead": "a33d3eb6ff300fe6355f83aa99c62b19ab83c194"
"gitHead": "46f31ffb8a59f043ca4bd3855c88d6640ca35a1d"
}

@@ -61,3 +61,3 @@ import bip44Constants from '@exodus/bip44-constants/by-ticker'

getDefaultAddressPath: () => defaultAddressPath,
getKeyIdentifier: getKeyIdentifier || createGetKeyIdentifier({ bip44 }),
getKeyIdentifier: getKeyIdentifier || createGetKeyIdentifier({ bip44, assetName: base.name }),
getTokens,

@@ -64,0 +64,0 @@ hasFeature: (feature) => !!features[feature], // @deprecated use api.features instead

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