Socket
Book a DemoInstallSign in
Socket

inflate-cli

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

inflate-cli

A CLI utility for inflating streams compressed with `deflate` algorithm

latest
Source
npmnpm
Version
1.0.0
Version published
Weekly downloads
1
Maintainers
1
Weekly downloads
 
Created
Source

inflate-cli

A CLI utility for inflating streams compressed with deflate algorithm

Install

npm i -g inflate-cli

(Note: the bin is named inflate not inflate-cli.)

Use

You can either pipe the file (preferred) or specify the file name as a command line argument.

cat somefile.Z | inflate

or

inflate somefile.Z

Keywords

inflate

FAQs

Package last updated on 27 Sep 2020

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