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.1 to 1.1.2

2

index.js

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

clearCache();
stream.emit('error', new gutil.PluginError('gulp-mocha', err));
stream.emit('error', new gutil.PluginError('gulp-mocha', err, {stack: err.stack, showStack: true}));
}

@@ -41,0 +41,0 @@ }

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

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

# [gulp](http://gulpjs.com)-mocha [![Build Status](https://travis-ci.org/sindresorhus/gulp-mocha.svg?branch=master)](https://travis-ci.org/sindresorhus/gulp-mocha)
> Run [Mocha](http://visionmedia.github.io/mocha/) tests
> Run [Mocha](https://github.com/mochajs/mocha/) tests

@@ -57,3 +57,3 @@ *Keep in mind that this is just a thin wrapper around Mocha and your issue is most likely with Mocha.*

Accepted globals.
List of accepted global variable names, example `['YUI']`. See [Mocha globals option](https://visionmedia.github.io/mocha/#globals-option).

@@ -60,0 +60,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