Socket
Socket
Sign inDemoInstall

gulp-filter

Package Overview
Dependencies
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gulp-filter - npm Package Compare versions

Comparing version 1.0.2 to 2.0.0

4

package.json
{
"name": "gulp-filter",
"version": "1.0.2",
"version": "2.0.0",
"description": "Filter files in a vinyl stream",

@@ -34,3 +34,3 @@ "license": "MIT",

"gulp-util": "^3.0.0",
"multimatch": "^0.3.0",
"multimatch": "^2.0.0",
"through2": "^0.6.1"

@@ -37,0 +37,0 @@ },

@@ -76,3 +76,3 @@ # [gulp](http://gulpjs.com)-filter [![Build Status](https://travis-ci.org/sindresorhus/gulp-filter.svg?branch=master)](https://travis-ci.org/sindresorhus/gulp-filter)

return gulp.src('src/*.js')
var stream = gulp.src('src/*.js')
// filter a subset of the files

@@ -87,2 +87,4 @@ .pipe(filter)

.pipe(gulp.dest('vendor-dist'));
return stream;
});

@@ -89,0 +91,0 @@ ```

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