Comparing version 0.1.2 to 0.1.3
{ | ||
"name": "eslogs", | ||
"version": "0.1.2", | ||
"version": "0.1.3", | ||
"description": "A command-line tool for searching logs stored in elasticsearch.", | ||
@@ -9,3 +9,3 @@ "main": "index.js", | ||
"scripts": { | ||
"postinstall": "node scripts/postinstall.js" | ||
"postinstall": "scripts/postinstall.js" | ||
}, | ||
@@ -12,0 +12,0 @@ "bugs": { |
@@ -8,3 +8,3 @@ #!/usr/bin/env node | ||
if (!fs.existsSync(`${homedir}/.eslogs.json`)) { | ||
fs.createReadStream(path.resolve(__dirname, '../eslogs.json')).pipe(fs.createWriteStream(`${homedir}/.eslogs.json`)); | ||
fs.createReadStream(path.resolve(__dirname, 'eslogs.json')).pipe(fs.createWriteStream(`${homedir}/.eslogs.json`)); | ||
} |
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
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
6552