js-interpreter
Advanced tools
Comparing version 1.4.6 to 2.0.0-beta.0
{ | ||
"name": "js-interpreter", | ||
"version": "1.4.6", | ||
"version": "2.0.0-beta.0", | ||
"description": "NPM package for https://github.com/NeilFraser/JS-Interpreter", | ||
"main": "lib/index.js", | ||
"module": "src/interpreter.js", | ||
"bin": "bin/js-interpreter", | ||
"main": "lib/js-interpreter.js", | ||
"bin": "lib/cli.js", | ||
"module": "src/js-interpreter.js", | ||
"scripts": { | ||
"build": "webpack --config webpack.config.cli.js", | ||
"build": "webpack --config webpack.config.js", | ||
"prepublish": "webpack && npm run build" | ||
@@ -23,11 +23,8 @@ }, | ||
"devDependencies": { | ||
"babel-core": "^6.24.0", | ||
"babel-loader": "^6.4.1", | ||
"babel-preset-es2015": "^6.24.0", | ||
"webpack": "^2.2.1" | ||
"@babel/core": "^7.8.3", | ||
"babel-loader": "^8.0.6", | ||
"webpack": "^4.41.5", | ||
"webpack-cli": "^3.3.10" | ||
}, | ||
"dependencies": { | ||
"acorn": "^4.0.11", | ||
"clone": "aminmarashi/clone#d97b4f" | ||
} | ||
"dependencies": {} | ||
} |
Sorry, the diff of this file is not supported yet
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
Debug access
Supply chain riskUses debug, reflection and dynamic code execution features.
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
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
GitHub dependency
Supply chain riskContains a dependency which resolves to a GitHub URL. Dependencies fetched from GitHub specifiers are not immutable can be used to inject untrusted code or reduce the likelihood of a reproducible install.
Found 1 instance in 1 package
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
Found 1 instance in 1 package
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
0
25
0
0
840210
5977
3
8
3
- Removedacorn@^4.0.11
- Removedclone@aminmarashi/clone#d97b4f
- Removedacorn@4.0.13(transitive)