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.18 to 0.1.19

4

lib/abstract.js

@@ -57,5 +57,3 @@ // the parent class for all fstreams.

Abstract.prototype.info = function (msg, code) {
var me = this
if (!me.listeners("info")) return
me.emit("info", msg, code)
this.emit("info", msg, code)
}

@@ -62,0 +60,0 @@

@@ -138,2 +138,3 @@ // A thing that emits "entry" events with Reader objects

})
else me.emit("entryStat", entry, props)
})

@@ -140,0 +141,0 @@

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

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