Comparing version 0.8.17 to 0.8.18
@@ -67,3 +67,3 @@ #!/usr/bin/env node | ||
// ********** Version ********** | ||
program.version("v0.8.17", "-v, --version"); | ||
program.version("v0.8.18", "-v, --version"); | ||
@@ -70,0 +70,0 @@ program |
{ | ||
"name": "lint", | ||
"version": "0.8.17", | ||
"version": "0.8.18", | ||
"description": "Omnilint - Omniscient code linter.", | ||
"main": "index.js", | ||
"scripts": { | ||
"start": "node index.js", | ||
"test": "echo \"Error: no test specified\" && exit 1", | ||
"start": "node index.js", | ||
"postinstall": "echo \"Welcome to Omnilint\" && exit 1" | ||
"postinstall": "echo \"*** Welcome to Omnilint ***\"" | ||
}, | ||
@@ -11,0 +11,0 @@ "author": "Jimmy Douieb", |
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
Install scripts
Supply chain riskInstall scripts are run when the package is installed. The majority of malware in npm is hidden in install scripts.
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
Install scripts
Supply chain riskInstall scripts are run when the package is installed. The majority of malware in npm is hidden in install scripts.
Found 1 instance in 1 package
408283