Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

tar-fs

Package Overview
Dependencies
Maintainers
2
Versions
62
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tar-fs - npm Package Compare versions

Comparing version 1.8.1 to 1.9.0

4

index.js

@@ -66,3 +66,3 @@ var tar = require('tar-stream')

var fmode = typeof opts.fmode === 'number' ? opts.fmode : 0
var pack = tar.pack()
var pack = opts.pack || tar.pack()

@@ -168,3 +168,3 @@ if (opts.strip) map = strip(map, opts.strip)

var own = opts.chown !== false && !win32 && processGetuid() === 0
var extract = tar.extract()
var extract = opts.extract || tar.extract()
var stack = []

@@ -171,0 +171,0 @@ var now = new Date()

{
"name": "tar-fs",
"version": "1.8.1",
"version": "1.9.0",
"description": "filesystem bindings for tar-stream",

@@ -5,0 +5,0 @@ "dependencies": {

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