Socket
Socket
Sign inDemoInstall

gulp-plumber

Package Overview
Dependencies
56
Maintainers
1
Versions
29
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.6.3 to 0.6.4

2

index.js

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

if (!dest) { throw new Error('Can\'t pipe to undefined'); }
if (!dest) { throw new gutil.PluginError('plumber', 'Can\'t pipe to undefined'); }

@@ -72,0 +72,0 @@ this._pipe.apply(this, arguments);

{
"name": "gulp-plumber",
"version": "0.6.3",
"version": "0.6.4",
"description": "Prevent pipe breaking caused by errors from gulp plugins",

@@ -25,3 +25,3 @@ "keywords": [

"dependencies": {
"gulp-util": "~2",
"gulp-util": "~3",
"through2": "~0.5"

@@ -28,0 +28,0 @@ },

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