Socket
Socket
Sign inDemoInstall

tar

Package Overview
Dependencies
Maintainers
4
Versions
129
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tar - npm Package Compare versions

Comparing version 4.4.7 to 4.4.8

6

lib/unpack.js

@@ -181,2 +181,8 @@ 'use strict'

entry.path = parts.slice(this.strip).join('/')
if (entry.type === 'Link') {
const linkparts = entry.linkpath.split(/\/|\\/)
if (linkparts.length >= this.strip)
entry.linkpath = linkparts.slice(this.strip).join('/')
}
}

@@ -183,0 +189,0 @@

2

package.json

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

"description": "tar for node",
"version": "4.4.7",
"version": "4.4.8",
"repository": {

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

@@ -111,3 +111,3 @@ # node-tar

['some', 'files', 'and', 'folders']
).pipe(fs.createWriteStream('my-tarball.tgz')
).pipe(fs.createWriteStream('my-tarball.tgz'))
```

@@ -114,0 +114,0 @@

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