Comparing version 0.3.2 to 0.3.3
{ | ||
"name": "eruda", | ||
"version": "0.3.2", | ||
"version": "0.3.3", | ||
"description": "Console for mobile JavaScript", | ||
@@ -8,3 +8,3 @@ "main": "dist/eruda.js", | ||
"dev": "webpack --watch", | ||
"release": "webpack & uglifyjs dist/eruda.js -o dist/eruda.min.js", | ||
"release": "webpack & webpack -p --output-filename eruda.min.js & uglifyjs dist/eruda.min.js -o dist/eruda.min.js --mangle", | ||
"serve": "nws -p 3000" | ||
@@ -31,2 +31,3 @@ }, | ||
"babel-loader": "^6.2.4", | ||
"babel-plugin-transform-runtime": "^6.8.0", | ||
"babel-preset-es2015": "^6.6.0", | ||
@@ -33,0 +34,0 @@ "css-loader": "^0.23.1", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
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
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
High entropy strings
Supply chain riskContains high entropy strings. This could be a sign of encrypted data, leaked secrets or obfuscated code.
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
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
16737
1
12
3
922354
18