New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

gulp-mocha

Package Overview
Dependencies
Maintainers
1
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gulp-mocha - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

11

index.js

@@ -31,6 +31,11 @@ 'use strict';

var d = domain.create();
var runner;
function handleException(err) {
clearCache();
stream.emit('error', new gutil.PluginError('gulp-mocha', err));
if (err.name === 'AssertionError' && runner) {
runner.uncaught(err);
} else {
clearCache();
stream.emit('error', new gutil.PluginError('gulp-mocha', err));
}
}

@@ -41,3 +46,3 @@

try {
var runner = mocha.run(function (errCount) {
runner = mocha.run(function (errCount) {
clearCache();

@@ -44,0 +49,0 @@

{
"name": "gulp-mocha",
"version": "1.1.0",
"version": "1.1.1",
"description": "Run Mocha tests",

@@ -5,0 +5,0 @@ "license": "MIT",

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