Socket
Socket
Sign inDemoInstall

read-vinyl-file-stream

Package Overview
Dependencies
15
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.2 to 2.0.3

3

index.js

@@ -55,5 +55,2 @@ /* jshint node: true */

var filepath = file.path || file.history[0];
var name = path.basename(filepath);
var content;

@@ -60,0 +57,0 @@

2

package.json
{
"name": "read-vinyl-file-stream",
"version": "2.0.2",
"version": "2.0.3",
"main": "index.js",

@@ -5,0 +5,0 @@ "scripts": {

@@ -26,3 +26,3 @@ # read vinyl file stream

Turns out that reading all the files in a vinyl stream is cumbersome, and supporting all of the options is a littel bit annoying. I decided that I don't want to write that code more than once. So here is a library that does that. This is most useful for gulp plugins that need to transform all the files in a stream, though I am sure you can figure out other ways to use it too.
Turns out that reading all the files in a vinyl stream is cumbersome, and supporting all of the options is a little bit annoying. I decided that I don't want to write that code more than once. So here is a library that does that. This is most useful for gulp plugins that need to transform all the files in a stream, though I am sure you can figure out other ways to use it too.

@@ -29,0 +29,0 @@ ## Install

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