Socket
Socket
Sign inDemoInstall

gulp-if

Package Overview
Dependencies
15
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.2.4 to 1.2.5

2

index.js

@@ -21,4 +21,4 @@ 'use strict';

}
return ternaryStream(classifier, trueChild, falseChild);
};
{
"name": "gulp-if",
"description": "Conditionally run a task",
"version": "1.2.4",
"version": "1.2.5",
"homepage": "https://github.com/robrich/gulp-if",

@@ -16,13 +16,13 @@ "repository": "git://github.com/robrich/gulp-if.git",

"dependencies": {
"gulp-match": "^0.2.0",
"gulp-match": "~0.2.1",
"ternary-stream": "^1.2.0",
"through2": "^0.5.1"
"through2": "~0.6.2"
},
"devDependencies": {
"jshint": "^2.5.2",
"mocha": "^1.20.1",
"jshint": "^2.5.6",
"mocha": "^1.21.4",
"should": "^4.0.4"
},
"scripts": {
"test": "mocha && jshint ./index.js && jshint ./test/."
"test": "mocha && jshint ./index.js ./test/."
},

@@ -29,0 +29,0 @@ "engines": {

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