Comparing version 0.0.2 to 0.0.3
{ | ||
"name": "aws-r", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"description": "attempts to use a postinstall script to install AWS onto amazon linux", | ||
@@ -8,3 +8,3 @@ "main": "index.js", | ||
"test": "echo \"Error: no test specified\" && exit 1", | ||
"postinstall": "./installR.sh" | ||
"postinstall": "chmod a+x installR.sh && ./installR.sh" | ||
}, | ||
@@ -11,0 +11,0 @@ "author": "macdja38", |
Sorry, the diff of this file is not supported yet
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
9817