Socket
Socket
Sign inDemoInstall

fstream

Package Overview
Dependencies
Maintainers
3
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 1.0.5 to 1.0.6

2

lib/file-writer.js

@@ -50,3 +50,3 @@ module.exports = FileWriter

self._stream.on('error', function () { self.emit('error') })
self._stream.on('error', function (er) { self.emit('error', er) })

@@ -53,0 +53,0 @@ self._stream.on('drain', function () { self.emit('drain') })

@@ -78,3 +78,2 @@ module.exports = Reader

case null:
default:
ClassType = require('./proxy-reader.js')

@@ -81,0 +80,0 @@ break

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

"description": "Advanced file system stream things",
"version": "1.0.5",
"version": "1.0.6",
"repository": {

@@ -22,3 +22,3 @@ "type": "git",

"devDependencies": {
"tap": "",
"tap": "0",
"standard": "^2.3.2"

@@ -25,0 +25,0 @@ },

Sorry, the diff of this file is not supported yet

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