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

@exodus/asset

Package Overview
Dependencies
Maintainers
0
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@exodus/asset - npm Package Compare versions

Comparing version 2.0.0 to 2.0.1

10

CHANGELOG.md

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

## [2.0.1](https://github.com/ExodusMovement/assets/compare/@exodus/asset@2.0.0...@exodus/asset@2.0.1) (2024-11-15)
### Bug Fixes
* fix: shield lint (#2985)
## [2.0.0](https://github.com/ExodusMovement/assets/compare/@exodus/asset@1.2.0...@exodus/asset@2.0.0) (2024-07-11)

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

9

package.json
{
"name": "@exodus/asset",
"version": "2.0.0",
"version": "2.0.1",
"description": "Utility functions for asset metadata packages",

@@ -16,4 +16,3 @@ "type": "module",

"dependencies": {
"@exodus/basic-utils": "^3.0.1",
"@exodus/currency": "^5.0.1",
"@exodus/currency": "^6.0.1",
"lodash": "^4.17.11",

@@ -24,3 +23,3 @@ "minimalistic-assert": "^1.0.1"

"test": "run -T exodus-test --jest",
"lint": "run -T eslint .",
"lint": "run -T eslintc .",
"lint:fix": "yarn lint --fix",

@@ -36,3 +35,3 @@ "prepublishOnly": "yarn run -T build --scope @exodus/asset"

},
"gitHead": "d54999492f06c2f007f319f8c5b183eb6f46b2e1"
"gitHead": "95e353cbf4ee280916760a1196b72e74889e475d"
}

@@ -0,7 +1,7 @@

import { UnitType } from '@exodus/currency'
import lodash from 'lodash'
import assert from 'minimalistic-assert'
import lodash from 'lodash'
import { UnitType } from '@exodus/currency'
import { extractUnits } from './utils.js'
import { validateBaseAssetDef, validateTokenDef } from './validation.js'
import { extractUnits } from './utils.js'

@@ -8,0 +8,0 @@ const { isNumber } = lodash

@@ -0,3 +1,3 @@

import lodash from 'lodash'
import assert from 'minimalistic-assert'
import lodash from 'lodash'

@@ -4,0 +4,0 @@ const { isArray, isString, isObject, isEmpty, isFunction } = lodash

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