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

@exodus/currency

Package Overview
Dependencies
Maintainers
0
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@exodus/currency - npm Package Compare versions

Comparing version 3.0.0-bigint.2 to 3.0.0-bigint.3

12

package.json
{
"name": "@exodus/currency",
"version": "3.0.0-bigint.2",
"version": "3.0.0-bigint.3",
"description": "Currency support.",

@@ -13,3 +13,3 @@ "main": "lib/index.js",

"dependencies": {
"@exodus/bigint": "1.0.1-rc.1",
"@exodus/bigint": "^2.0.0",
"lodash": "^4.17.11",

@@ -19,3 +19,3 @@ "minimalistic-assert": "^1.0.1"

"devDependencies": {
"bn.js": "^4.11.0",
"bn.js": "^5.2.1",
"jest": "^29.3.1"

@@ -27,5 +27,5 @@ },

"build:clean": "rm -rf lib",
"test:native-bigint": "jest --selectProjects native-bigint",
"test:bn.js": "jest --selectProjects bn.js",
"test": "jest",
"test:native-bigint": "run -T jest --selectProjects native-bigint",
"test:bn.js": "run -T jest --selectProjects bn.js",
"test": "run -T jest",
"lint": "eslint . --ignore-path ../../.gitignore",

@@ -32,0 +32,0 @@ "lint:fix": "yarn lint --fix"

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