Socket
Socket
Sign inDemoInstall

unpack-stream

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

unpack-stream - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

6

package.json
{
"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>`

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