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

decompress

Package Overview
Dependencies
Maintainers
1
Versions
41
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

decompress - npm Package Compare versions

Comparing version 1.0.3 to 1.0.4

cli.js

4

index.js

@@ -15,2 +15,6 @@ 'use strict';

function Decompress() {
if (!(this instanceof Decompress)) {
return new Decompress();
}
this.ware = new Ware();

@@ -17,0 +21,0 @@ }

3

package.json
{
"name": "decompress",
"version": "1.0.3",
"version": "1.0.4",
"description": "Easily extract archives",

@@ -22,2 +22,3 @@ "license": "MIT",

"files": [
"cli.js",
"index.js"

@@ -24,0 +25,0 @@ ],

@@ -87,4 +87,23 @@ # decompress [![Build Status](https://travis-ci.org/kevva/decompress.svg?branch=master)](https://travis-ci.org/kevva/decompress)

## CLI
```bash
$ npm install --global decompress
```
```sh
$ decompress --help
Usage
$ decompress <file> [directory]
Example
$ decompress --strip 1 file.zip out
Options
-s, --strip Equivalent to --strip-components for tar
```
## License
MIT © [Kevin Mårtensson](http://kevinmartensson.com)
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