Socket
Socket
Sign inDemoInstall

fstream

Package Overview
Dependencies
4
Maintainers
1
Versions
46
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.27 to 0.1.28

6

lib/reader.js

@@ -213,3 +213,3 @@

if (me._paused) {
if (me._paused && me.type !== "Directory") {
me.once("resume", go)

@@ -220,3 +220,5 @@ return

var ev = events[e ++]
if (!ev) return me._read()
if (!ev) {
return me._read()
}
me.emit(ev, props)

@@ -223,0 +225,0 @@ go()

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

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