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 5.0.0 to 5.0.1

2

index.js

@@ -26,3 +26,3 @@ 'use strict';

// by minimatch (via multimatch)
if (relPath.indexOf('../') === 0) {
if (/^\.\.[\\/]/.test(relPath)) {
relPath = path.resolve(relPath);

@@ -29,0 +29,0 @@ }

{
"name": "gulp-filter",
"version": "5.0.0",
"description": "Filter files in a Vinyl stream",
"license": "MIT",
"repository": "sindresorhus/gulp-filter",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "sindresorhus.com"
},
"engines": {
"node": ">=4"
},
"scripts": {
"test": "xo && mocha"
},
"files": [
"index.js"
],
"keywords": [
"gulpplugin",
"filter",
"ignore",
"file",
"files",
"match",
"minimatch",
"glob",
"globbing"
],
"dependencies": {
"gulp-util": "^3.0.6",
"multimatch": "^2.0.0",
"streamfilter": "^1.0.5"
},
"devDependencies": {
"mocha": "*",
"xo": "*"
},
"xo": {
"esnext": true
}
"name": "gulp-filter",
"version": "5.0.1",
"description": "Filter files in a Vinyl stream",
"license": "MIT",
"repository": "sindresorhus/gulp-filter",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "sindresorhus.com"
},
"engines": {
"node": ">=4"
},
"scripts": {
"test": "xo && mocha"
},
"files": [
"index.js"
],
"keywords": [
"gulpplugin",
"filter",
"ignore",
"file",
"files",
"match",
"minimatch",
"glob",
"globbing"
],
"dependencies": {
"gulp-util": "^3.0.6",
"multimatch": "^2.0.0",
"streamfilter": "^1.0.5"
},
"devDependencies": {
"mocha": "*",
"xo": "*"
}
}

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