Socket
Socket
Sign inDemoInstall

gulp-plumber

Package Overview
Dependencies
86
Maintainers
1
Versions
29
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.6.2 to 0.6.3

4

package.json
{
"name": "gulp-plumber",
"version": "0.6.2",
"version": "0.6.3",
"description": "Prevent pipe breaking caused by errors from gulp plugins",

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

"gulp-util": "~2",
"through2": "~0.4.1"
"through2": "~0.5"
},

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

@@ -8,3 +8,3 @@ # :monkey: gulp-plumber

Briefly it replaces `pipe` method and removes standart `onerror` handler on `error` event, which unpipes streams on error by default.
Briefly it replaces `pipe` method and removes standard `onerror` handler on `error` event, which unpipes streams on error by default.

@@ -78,11 +78,12 @@ ## Usage :monkey:

[npm-url]: https://npmjs.org/package/gulp-plumber
[npm-image]: https://badge.fury.io/js/gulp-plumber.png
[npm-image]: https://badge.fury.io/js/gulp-plumber.svg
[travis-url]: http://travis-ci.org/floatdrop/gulp-plumber
[travis-image]: https://secure.travis-ci.org/floatdrop/gulp-plumber.png?branch=master
[travis-image]: https://secure.travis-ci.org/floatdrop/gulp-plumber.svg?branch=master
[coverall-url]: https://coveralls.io/r/floatdrop/gulp-plumber
[coverall-image]: https://coveralls.io/repos/floatdrop/gulp-plumber/badge.png
[coverall-image]: http://img.shields.io/coveralls/floatdrop/gulp-plumber.svg
[depstat-url]: https://david-dm.org/floatdrop/gulp-plumber
[depstat-image]: https://david-dm.org/floatdrop/gulp-plumber.png?theme=shields.io
[depstat-image]: https://david-dm.org/floatdrop/gulp-plumber.svg?theme=shields.io
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