You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

errorify

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

errorify - npm Package Compare versions

Comparing version

to
0.2.2

18

errorify.js

@@ -58,11 +58,11 @@ 'use strict';

var pipeline = bundle(cb);
var errored;
pipeline.on('error', function(err) {
if (!errored) {
errored = true;
console.error('errorify: %s', err);
output.push(replace(err));
output.push(null);
pipeline.unpipe(output);
}
pipeline.once('error', function(err) {
console.error('errorify: %s', err);
output.push(replace(err));
output.push(null);
pipeline.unpipe(output);
pipeline.on('error', function(err2) {
// module-deps likes to emit each error
console.error('errorify: %s', err2);
});
});

@@ -69,0 +69,0 @@ pipeline.pipe(output);

{
"name": "errorify",
"version": "0.2.1",
"version": "0.2.2",
"description": "Browserify plugin to write failed build error messages to the output file",

@@ -5,0 +5,0 @@ "keywords": [