Socket
Socket
Sign inDemoInstall

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.15.2 to 1.15.3

2

index.js

@@ -18,3 +18,3 @@ var chownr = require('chownr')

var normalize = !win32 ? echo : function (name) {
return name.replace(/\\/g, '/').replace(/:/g, '_')
return name.replace(/\\/g, '/').replace(/[:?<>|]/g, '_')
}

@@ -21,0 +21,0 @@

{
"name": "tar-fs",
"version": "1.15.2",
"version": "1.15.3",
"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