Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

parlog

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

parlog - npm Package Compare versions

Comparing version 0.1.1 to 0.1.2

3

package.json
{
"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 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc