Socket
Socket
Sign inDemoInstall

tar-stream

Package Overview
Dependencies
Maintainers
2
Versions
63
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tar-stream - npm Package Compare versions

Comparing version 3.1.0 to 3.1.1

7

extract.js

@@ -75,2 +75,5 @@ const { Writable, Readable, getStreamError } = require('streamx')

_read (cb) {
if (this.header.size === 0) {
this.push(null)
}
if (this._parent._stream === this) {

@@ -164,5 +167,3 @@ this._parent._update()

if (this._header.size === 0 || this._header.type === 'directory') {
const stream = this._createStream()
stream.push(null)
this.emit('entry', this._header, stream, this._unlockBound)
this.emit('entry', this._header, this._createStream(), this._unlockBound)
return true

@@ -169,0 +170,0 @@ }

{
"name": "tar-stream",
"version": "3.1.0",
"version": "3.1.1",
"description": "tar-stream is a streaming tar parser and generator and nothing else. It operates purely using streams which means you can easily extract/parse tarballs without ever hitting the file system.",

@@ -5,0 +5,0 @@ "main": "index.js",

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