decompress
Advanced tools
Comparing version 1.0.3 to 1.0.4
@@ -15,2 +15,6 @@ 'use strict'; | ||
function Decompress() { | ||
if (!(this instanceof Decompress)) { | ||
return new Decompress(); | ||
} | ||
this.ware = new Ware(); | ||
@@ -17,0 +21,0 @@ } |
{ | ||
"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) |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
7648
4
247
109
3