bigint-crypto-utils
Advanced tools
Comparing version 2.4.5 to 2.4.6
{ | ||
"name": "bigint-crypto-utils", | ||
"version": "2.4.5", | ||
"version": "2.4.6", | ||
"description": "Utils for working with cryptography using native JS implementation of BigInt. It includes arbitrary precision modular arithmetics, cryptographically secure random numbers and strong probable prime generation/testing.", | ||
@@ -31,8 +31,8 @@ "keywords": [ | ||
"scripts": { | ||
"test": "node --experimental-worker node_modules/mocha/bin/_mocha --timeout 600000", | ||
"build": "node build/build.rollup.js", | ||
"test": "mocha --timeout 600000", | ||
"build:js": "node build/build.rollup.js", | ||
"build:browserTests": "node build/build.browser.tests.js", | ||
"build:docs": "jsdoc2md --template=README.hbs --files ./src/main.js > README.md", | ||
"build:all": "npm run build && npm run build:browserTests && npm run build:docs", | ||
"prepublishOnly": "npm run build && npm run build:docs" | ||
"build:docs": "jsdoc2md --template=./src/readme-template.hbs --files ./src/main.js > README.md", | ||
"build": "run-s build:**", | ||
"prepublishOnly": "npm run build" | ||
}, | ||
@@ -44,4 +44,5 @@ "devDependencies": { | ||
"jsdoc-to-markdown": "^5.0.3", | ||
"mocha": "^6.2.1", | ||
"rollup": "^1.31.1", | ||
"mocha": "^7.1.0", | ||
"npm-run-all": "^4.1.5", | ||
"rollup": "^1.32.0", | ||
"rollup-plugin-babel-minify": "^9.1.0", | ||
@@ -48,0 +49,0 @@ "rollup-plugin-commonjs": "^10.1.0", |
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
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
1
90096
11
7
2311