Socket
Socket
Sign inDemoInstall

vinyl-fs

Package Overview
Dependencies
101
Maintainers
2
Versions
45
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.4.0 to 2.4.1

10

lib/src/index.js

@@ -46,2 +46,6 @@ 'use strict';

// Don't pass `read` option on to through2
var read = options.read !== false;
options.read = undefined;
var inputPass;

@@ -58,3 +62,3 @@

.pipe(resolveSymlinks(options))
.pipe(through2.obj(opt, createFile));
.pipe(through2.obj(options, createFile));

@@ -66,3 +70,3 @@ if (options.since != null) {

if (options.read !== false) {
if (read) {
outputStream = outputStream

@@ -73,3 +77,3 @@ .pipe(getContents(options));

if (options.passthrough === true) {
inputPass = through2.obj(opt);
inputPass = through2.obj(options);
outputStream = duplexify.obj(inputPass, merge(outputStream, inputPass));

@@ -76,0 +80,0 @@ }

{
"name": "vinyl-fs",
"description": "Vinyl adapter for the file system",
"version": "2.4.0",
"version": "2.4.1",
"homepage": "http://github.com/wearefractal/vinyl-fs",

@@ -6,0 +6,0 @@ "repository": "git://github.com/wearefractal/vinyl-fs.git",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc