Socket
Socket
Sign inDemoInstall

fstream

Package Overview
Dependencies
Maintainers
1
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fstream - npm Package Compare versions

Comparing version 0.1.28 to 0.1.29

6

lib/file-writer.js

@@ -75,3 +75,7 @@ module.exports = FileWriter

// much stop and go bs.
return ret || (me._stream._queue && me._stream._queue.length <= 2)
if (ret === false && me._stream._queue) {
return me._stream._queue.length <= 2;
} else {
return ret;
}
}

@@ -78,0 +82,0 @@

2

package.json

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

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