Socket
Socket
Sign inDemoInstall

tar

Package Overview
Dependencies
17
Maintainers
2
Versions
126
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.2 to 1.0.3

4

lib/extract.js

@@ -64,2 +64,6 @@ // give it a tarball and a path, and it'll dump the contents

this._fst.on('drain', function() {
me.emit('drain')
})
// this._fst.on("end", function () {

@@ -66,0 +70,0 @@ // console.error("\nEEEE Extract End", me._fst.path)

2

lib/parse.js

@@ -149,3 +149,3 @@

e.tar_block = this.position / 512
this.emit("error", e)
return this.emit("error", e)
}

@@ -152,0 +152,0 @@

@@ -5,3 +5,3 @@ {

"description": "tar for node",
"version": "1.0.2",
"version": "1.0.3",
"repository": {

@@ -8,0 +8,0 @@ "type": "git",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc