@akiflow/licenses-verifier
Advanced tools
Comparing version 1.0.2 to 1.1.0
{ | ||
"name": "@akiflow/licenses-verifier", | ||
"version": "1.0.2", | ||
"version": "1.1.0", | ||
"description": "Verify that the dependencies of package.json are licensed in a way that allows their use in the current project", | ||
@@ -22,5 +22,7 @@ "repository": "https://github.com/akiflow/licenses-verifier.git", | ||
"test0": "node dist/index.js --projectPath=../", | ||
"test1": "node dist/index.js --tsOrJsFile=./output-licenses-verifier/subfolder-a/licensesData.ts", | ||
"test2": "node dist/index.js --tsOrJsFile=./output-licenses-verifier/subfolder-b/sub-1/licensesData.js --outLicensesDir=./output-licenses-verifier", | ||
"test3": "node dist/index.js --tsOrJsFile=./output-licenses-verifier/licensesData.js --outLicensesDir=./output-licenses-verifier/subfolder-c/sub-2/ --json=./output-licenses-verifier/subfolder-d/packagesByLicense.json" | ||
"test1": "node dist/index.js --production", | ||
"test2": "node dist/index.js --development", | ||
"test3": "node dist/index.js --tsOrJsFile=./output-licenses-verifier/subfolder-a/licensesData.ts", | ||
"test4": "node dist/index.js --tsOrJsFile=./output-licenses-verifier/subfolder-b/sub-1/licensesData.js --outLicensesDir=./output-licenses-verifier", | ||
"test5": "node dist/index.js --tsOrJsFile=./output-licenses-verifier/licensesData.js --outLicensesDir=./output-licenses-verifier/subfolder-c/sub-2/ --json=./output-licenses-verifier/subfolder-d/packagesByLicense.json" | ||
}, | ||
@@ -27,0 +29,0 @@ "license": "MIT", |
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
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
23972
20
423
1
1