Socket
Socket
Sign inDemoInstall

gulp-lazy-task

Package Overview
Dependencies
69
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.13 to 0.0.14

10

index.js

@@ -8,5 +8,13 @@ function requireModules(gulp) {

var path = require('path')
var plumber = require('gulp-plumber')
var plugins = require('gulp-load-plugins')({
config: path.resolve(path.dirname(module.parent.filename), 'package.json')
})
var gulpSrc = gulp.src
gulp.src = function () {
var stream = gulpSrc.apply(gulp, arguments)
return stream.pipe(plumber())
}
plugins.gulp = gulp

@@ -16,3 +24,3 @@

plugins: plugins,
path: path
path: path,
}

@@ -19,0 +27,0 @@

5

package.json
{
"name": "gulp-lazy-task",
"version": "0.0.13",
"version": "0.0.14",
"dependencies": {
"gulp-load-plugins": "latest"
"gulp-load-plugins": "latest",
"gulp-plumber": "latest"
}
}
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