unpack-stream
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "unpack-stream", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Unpack a tarball stream", | ||
"main": "dist/index.js", | ||
"typings": "dist/index.d.ts", | ||
"files": [ | ||
@@ -36,4 +35,2 @@ "dist/" | ||
"dependencies": { | ||
"@types/node": "^6.0.45", | ||
"crypto": "0.0.3", | ||
"gunzip-maybe": "^1.3.1", | ||
@@ -43,2 +40,3 @@ "tar-fs": "^1.14.0" | ||
"devDependencies": { | ||
"@types/node": "^6.0.45", | ||
"got": "^6.5.0", | ||
@@ -45,0 +43,0 @@ "mos": "^1.3.1", |
@@ -37,7 +37,7 @@ # unpack-stream | ||
* `stream` - *Stream* | ||
* `destination` - *string* - the directory to which the stream will be unpacked | ||
* `[opts.shasum]` - *string* - shasum to verify tarball | ||
* `[opts.onStart]` - *Function* - called on download start | ||
* `[opts.onProgress]` - *(downloaded, size) => void* - tracks the download progress | ||
- `stream` - _Stream_ | ||
- `destination` - _string_ - the directory to which the stream will be unpacked | ||
- `[opts.shasum]` - _string_ - shasum to verify tarball | ||
- `[opts.onStart]` - _Function_ - called on download start | ||
- `[opts.onProgress]` - _(downloaded, size) => void_ - tracks the download progress | ||
@@ -44,0 +44,0 @@ ### `local(stream, destination): Promise<void>` |
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
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
2
7451
5
5
51
- Removed@types/node@^6.0.45
- Removedcrypto@0.0.3
- Removed@types/node@6.14.13(transitive)
- Removedcrypto@0.0.3(transitive)