Socket
Socket
Sign inDemoInstall

fstream

Package Overview
Dependencies
4
Maintainers
2
Versions
46
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.3 to 1.0.4

2

lib/writer.js

@@ -198,3 +198,3 @@

if (process.platform === "win32") return cb()
if (!process.getuid || !process.getuid() === 0) return cb()
if (!process.getuid || process.getuid() !== 0) return cb()
if (typeof want.uid !== "number" &&

@@ -201,0 +201,0 @@ typeof want.gid !== "number" ) return cb()

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

"description": "Advanced file system stream things",
"version": "1.0.3",
"version": "1.0.4",
"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