@ravshansbox/browser-crypto
Advanced tools
Comparing version 1.0.1 to 1.2.0
{ | ||
"name": "@ravshansbox/browser-crypto", | ||
"version": "1.0.1", | ||
"version": "1.2.0", | ||
"description": "Node.js crypto module subset for browser", | ||
@@ -18,13 +18,12 @@ "repository": { | ||
"scripts": { | ||
"build": "webpack --mode none --output-filename browser-crypto.js", | ||
"build:min": "webpack --mode production --output-filename browser-crypto.min.js", | ||
"prepublish": "npm run build && npm run build:min", | ||
"start": "webpack -dw" | ||
"build": "browserify src/index.js > dist/browser-crypto.js", | ||
"build:min": "browserify src/index.js | uglifyjs -c > dist/browser-crypto.min.js", | ||
"prepare": "npm run build && npm run build:min" | ||
}, | ||
"devDependencies": { | ||
"browserify-aes": "^1.0.0", | ||
"create-ecdh": "^4.0.0", | ||
"safe-buffer": "^5.0.0", | ||
"webpack": "^4.0.0", | ||
"webpack-cli": "^3.0.0" | ||
"browserify": "^17.0.0", | ||
"browserify-aes": "^1.2.0", | ||
"create-ecdh": "^4.0.4", | ||
"safe-buffer": "^5.2.1", | ||
"uglify-js": "^3.13.1" | ||
}, | ||
@@ -31,0 +30,0 @@ "files": [ |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance in 1 package
776056
15775
2
6