Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

ltsview

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ltsview

LTSV viewer

latest
Source
npmnpm
Version
0.2.0
Version published
Maintainers
1
Created
Source

ltsview

Build Status Dependency Status NPM version

LTSV viewer, inspired by ltsview

Installation

$ npm install -g ltsview

Usage

$ cat access.log | ltsview

or

$ ltsview access.log

Options

-k, --keys

filter keys.

$ printf 'l1:v1\tl2:v2\nl3:v3' | ltsview
---
l1: v1
l2: v2
---
l3: v3
$ printf 'l1:v1\tl2:v2\nl3:v3' | ltsview -k l1,l3
---
l1: v1
---
l3: v3

-i, --ignore-keys

ignore keys.

$ printf 'l1:v1\tl2:v2\nl3:v3' | ltsview
---
l1: v1
l2: v2
---
l3: v3
$ printf 'l1:v1\tl2:v2\nl3:v3' | ltsview -i l1,l2
---
l3: v3

--no-color

no coloring output.

-h, --help

show usage.

-V, --version

show version.

License

The MIT license. Please see LICENSE file.

FAQs

Package last updated on 08 Oct 2014

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts