collect-require
Advanced tools
Comparing version 1.0.0 to 1.1.0
{ | ||
"name": "collect-require", | ||
"version": "1.0.0", | ||
"version": "1.1.0", | ||
"description": "collect require-js based codebase into a singel js file ", | ||
"main": "collect-require.js", | ||
"main": "src/collect-require.js", | ||
"scripts": { | ||
@@ -25,3 +25,8 @@ "test": "test" | ||
}, | ||
"homepage": "https://github.com/nishants/collect-require.js#readme" | ||
"homepage": "https://github.com/nishants/collect-require.js#readme", | ||
"devDependencies": { | ||
"chai": "^3.5.0", | ||
"mocha": "^2.4.5", | ||
"wrench": "^1.5.9" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
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
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
Found 1 instance in 1 package
9528
15
156
3
3