biggystring
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "biggystring", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Wrapper for bn.js to directly operate on strings as big numbers", | ||
"main": "lib/index.js", | ||
"module": "lib/index.js", | ||
"keywords": [ | ||
@@ -19,2 +19,7 @@ "big", | ||
}, | ||
"files": [ | ||
"lib/*", | ||
"package.json", | ||
"readme.md" | ||
], | ||
"devDependencies": { | ||
@@ -38,9 +43,9 @@ "babel-cli": "^6.24.1", | ||
"babel": "babel src/ -d lib/", | ||
"build": "npm run prepare && npm run flow", | ||
"build": "npm run lint && npm run prepare && npm run flow", | ||
"cover": "nyc --reporter=lcov --reporter=text --reporter=html --extension .js npm test", | ||
"lint --fix": "standard '*.js' 'src/**/*.js' --fix", | ||
"lint": "standard '*.js' 'src/**/*.js'", | ||
"prepare": "npm run lint && npm run babel", | ||
"prepare": "npm run babel", | ||
"test": "npm run build && mocha" | ||
} | ||
} |
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
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
6679
3
145
1