@exodus/currency
Advanced tools
Comparing version 3.0.0-bigint.2 to 3.0.0-bigint.3
{ | ||
"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" |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
16034
1
+ Added@exodus/bigint@2.0.2(transitive)
- Removed@exodus/bigint@1.0.1-rc.1(transitive)
Updated@exodus/bigint@^2.0.0