Socket
Socket
Sign inDemoInstall

fstream

Package Overview
Dependencies
Maintainers
4
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.11 to 1.0.12

2

lib/writer.js

@@ -150,3 +150,3 @@ module.exports = Writer

// if it's not a type change, then let the impl take care of it.
if (currentType !== self.type) {
if (currentType !== self.type || self.type === 'File' && current.nlink > 1) {
return rimraf(self._path, function (er) {

@@ -153,0 +153,0 @@ if (er) return self.error(er)

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

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