create-initializer-demo
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -1,1 +0,3 @@ | ||
console.log('initializer launched'); | ||
const fs = require('fs'); | ||
fs.writeFileSync('./out.txt', 'content' + JSON.stringify(process.argv), 'utf8'); |
{ | ||
"name": "create-initializer-demo", | ||
"version": "1.0.0", | ||
"description": "", | ||
"version": "1.0.1", | ||
"description": "Demo to use npm init <initializer>", | ||
"bin": { | ||
@@ -6,0 +6,0 @@ "create-initializer-demo": "./index.js" |
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
Trivial Package
Supply chain riskPackages less than 10 lines of code are easily copied into your own project and may not warrant the additional supply chain risk of an external dependency.
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
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
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
335
2
2