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 8.0.0 to 9.0.0

13

package.json
{
"name": "gulp-filter",
"version": "8.0.0",
"version": "9.0.0",
"description": "Filter files in a `vinyl` stream",

@@ -16,6 +16,6 @@ "license": "MIT",

"engines": {
"node": ">=16"
"node": ">=18"
},
"scripts": {
"test": "xo && mocha"
"test": "xo && ava"
},

@@ -38,3 +38,3 @@ "files": [

"dependencies": {
"multimatch": "^6.0.0",
"multimatch": "^7.0.0",
"plugin-error": "^2.0.1",

@@ -45,5 +45,6 @@ "streamfilter": "^3.0.0",

"devDependencies": {
"mocha": "^10.2.0",
"ava": "^5.3.1",
"p-event": "^6.0.0",
"vinyl": "^3.0.0",
"xo": "^0.55.0"
"xo": "^0.56.0"
},

@@ -50,0 +51,0 @@ "peerDependencies": {

@@ -24,3 +24,3 @@ # gulp-filter

exports.default = () => {
export default () => {
// Create filter instance inside task function

@@ -27,0 +27,0 @@ const f = filter(['**', '!*src/vendor']);

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