Socket
Socket
Sign inDemoInstall

wulp

Package Overview
Dependencies
Maintainers
2
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

wulp - npm Package Compare versions

Comparing version 0.1.1 to 0.1.2

2

package.json
{
"name": "wulp",
"version": "0.1.1",
"version": "0.1.2",
"description": "Gulp tasks that can be run directly or as part of a watch task.",

@@ -5,0 +5,0 @@ "license": "Apache-2.0",

@@ -135,3 +135,3 @@ var debug = require('debug')('wulp');

if (error) {
this._log(util.colors.red('\nTask "' + nextTaskName + '" failed in ' + duration +':\n') + this._prettyError(error));
this._log(util.colors.red('\nTask "' + nextTaskName + '" failed in ' + duration +':\n\n ') + this._prettyError(error));
} else {

@@ -192,4 +192,4 @@ this._log('Completed task "' + nextTaskName + '" in ' + duration);

return stacky.pretty(error.stack, {
indent: ' ',
const stack = stacky.pretty(error.stack, {
indent: ' ',
filter: function(line) {

@@ -199,2 +199,4 @@ return line.location.match(/\/node_modules\//);

});
return ' ' + util.colors.red(error.message) + '\n' + stack;
}

@@ -201,0 +203,0 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc