comparing-dependencies
Advanced tools
Comparing version 0.0.2 to 0.1.0
{ | ||
"name": "comparing-dependencies", | ||
"version": "0.0.2", | ||
"version": "0.1.0", | ||
"description": "This library outputs the comparison results of depending libraries as a CSV file.", | ||
"main": "main.js", | ||
"main": "dist/main.js", | ||
"repository": "git@github.com:diescake/comparing-dependencies.git", | ||
@@ -10,3 +10,5 @@ "author": "diescake", | ||
"scripts": { | ||
"run-example": "node examples/main.js" | ||
"run-example": "node examples/main.js", | ||
"build": "node ./build.js", | ||
"prepublish": "node ./build.js" | ||
}, | ||
@@ -17,2 +19,3 @@ "dependencies": { | ||
"devDependencies": { | ||
"esbuild": "^0.12.28", | ||
"eslint": "^7.32.0", | ||
@@ -19,0 +22,0 @@ "eslint-config-smarthr": "^5.0.3", |
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
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
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
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
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
204843
5434
2
6
3
2