Comparing version 0.1.1 to 0.1.2
{ | ||
"name": "parlog", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"description": "Log Parser for ExpressJS/Morgan Middleware", | ||
@@ -25,2 +25,3 @@ "author": "Gregory Langlais", | ||
"scripts": { | ||
"install": "mkdir ./log", | ||
"start": "./bin/parlog", | ||
@@ -27,0 +28,0 @@ "test": "mocha --require test/support/env --reporter spec --bail --check-leaks test/" |
@@ -26,2 +26,4 @@ # parlog | ||
This will output a CSV file of the parsed log file(s) to the working directory. | ||
## Options | ||
@@ -178,2 +180,10 @@ | ||
### Directory | ||
This will parse all log files in the user defined directory `/home/ubuntu/log`. | ||
``` | ||
$ ./bin/parlog --directory /home/ubuntu/log | ||
``` | ||
### Start Date | ||
@@ -180,0 +190,0 @@ |
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
16878
221
1