js-crypto-hash
Advanced tools
Comparing version 0.2.1 to 0.2.2
{ | ||
"name": "js-crypto-hash", | ||
"version": "0.2.1", | ||
"version": "0.2.2", | ||
"description": "Universal Module for Hash Function in JavaScript", | ||
@@ -8,6 +8,13 @@ "main": "dist/jschash.bundle.js", | ||
"test": "./node_modules/.bin/mocha --require @babel/register --recursive $(find test -name '*.spec.js')", | ||
"karma": "./node_modules/.bin/karma start", | ||
"browser": "./node_modules/.bin/webpack --optimize-minimize --mode development", | ||
"webpack": "./node_modules/.bin/webpack --optimize-minimize --mode production", | ||
"build": "NODE_ENV=production ./node_modules/.bin/babel src -d dist/ --keep-file-extension && npm run webpack" | ||
"test:bundle": "npm run webpack && cross-env TEST_ENV=bundle npm run test", | ||
"karma": "cross-env TEST_ENV=source ./node_modules/.bin/karma start", | ||
"karma:bundle": "npm run webpack && cross-env TEST_ENV=bundle ./node_modules/.bin/karma start", | ||
"karma:window": "npm run webpack && cross-env TEST_ENV=window ./node_modules/.bin/karma start", | ||
"html": "npm run html:source && npm run html:bundle && npm run html:window", | ||
"html:source": "cross-env TEST_ENV=source NODE_ENV=test npm run webpack", | ||
"html:bundle": "cross-env TEST_ENV=bundle NODE_ENV=test npm run webpack", | ||
"html:window": "cross-env TEST_ENV=window NODE_ENV=test npm run webpack", | ||
"webpack": "./node_modules/.bin/webpack --optimize-minimize --mode development --config webpack.dev.js", | ||
"webpack:prod": "cross-env NODE_ENV=production ./node_modules/.bin/webpack --optimize-minimize --mode production --config webpack.prod.js", | ||
"build": "cross-env NODE_ENV=production ./node_modules/.bin/babel src -d dist/ --keep-file-extension && npm run webpack:prod" | ||
}, | ||
@@ -42,4 +49,6 @@ "author": "Jun Kurihara", | ||
"chai": "^4.2.0", | ||
"cross-env": "^5.2.0", | ||
"eslint": "5.6.1", | ||
"karma": "3.0.0", | ||
"jsdom": "^12.2.0", | ||
"karma": "3.1.1", | ||
"karma-chrome-launcher": "^2.2.0", | ||
@@ -53,4 +62,6 @@ "karma-cli": "^1.0.1", | ||
"mocha-sinon": "^2.1.0", | ||
"webpack": "^4.20.2", | ||
"webpack-cli": "^3.1.2" | ||
"webpack": "^4.22.0", | ||
"webpack-cli": "^3.1.2", | ||
"webpack-common-shake": "^2.1.0", | ||
"webpack-merge": "^4.1.4" | ||
}, | ||
@@ -57,0 +68,0 @@ "dependencies": { |
Sorry, the diff of this file is too big to display
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
Uses eval
Supply chain riskPackage uses dynamic code execution (e.g., eval()), which is a dangerous practice. This can prevent the code from running in certain environments and increases the risk that the code may contain exploits or malicious behavior.
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
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
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
293061
27371
9
4537
28
9