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 3.1.12 to 3.1.13

6

lib/unpack.js

@@ -58,4 +58,6 @@ 'use strict'

this.processUid = this.preserveOwner ? process.getuid() : null
this.processGid = this.preserveOwner ? process.getgid() : null
this.processUid = this.preserveOwner && process.getuid ?
process.getuid() : null
this.processGid = this.preserveOwner && process.getgid ?
process.getgid() : null

@@ -62,0 +64,0 @@ // turn ><?| in filenames into 0xf000-higher encoded forms

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

"description": "tar for node",
"version": "3.1.12",
"version": "3.1.13",
"repository": {

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

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