Comparing version 2.0.2 to 2.0.3
{ | ||
"name": "jsbi", | ||
"version": "2.0.2", | ||
"version": "2.0.3", | ||
"devDependencies": { | ||
@@ -13,4 +13,6 @@ "eslint": "^5.4.0", | ||
"browser": "dist/jsbi-umd.js", | ||
"types": "jsbi.d.ts", | ||
"files": [ | ||
"dist" | ||
"dist", | ||
"jsbi.d.ts" | ||
], | ||
@@ -23,4 +25,5 @@ "scripts": { | ||
"lint": "eslint --fix jsbi.mjs", | ||
"generate-benchmarks": "for op in add and div mod mul neg not or sar shl sub xor; do scripts/generate-benchmark.py generate \"${op}\" > \"benchmarks/${op}.mjs\"; done" | ||
"generate-benchmarks": "for op in add and div mod mul neg not or sar shl sub xor; do scripts/generate-benchmark.py generate \"${op}\" > \"benchmarks/${op}.mjs\"; done", | ||
"ci": "npm run lint && git status && git diff-index --quiet HEAD -- && npm test" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
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
97345
7
323
0