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 0.5.2 to 1.0.0

3

index.js

@@ -25,4 +25,3 @@ 'use strict';

mocha.addFile(file.path);
this.push(file);
cb();
cb(null, file);
}, function (cb) {

@@ -29,0 +28,0 @@ var stream = this;

{
"name": "gulp-mocha",
"version": "0.5.2",
"version": "1.0.0",
"description": "Run Mocha tests",

@@ -38,4 +38,4 @@ "license": "MIT",

"mocha": "^1",
"through2": "^0.5.1"
"through2": "^0.6.1"
}
}

@@ -10,3 +10,3 @@ # [gulp](http://gulpjs.com)-mocha [![Build Status](https://travis-ci.org/sindresorhus/gulp-mocha.svg?branch=master)](https://travis-ci.org/sindresorhus/gulp-mocha)

```bash
```sh
$ npm install --save-dev gulp-mocha

@@ -36,3 +36,3 @@ ```

Type: `String`
Type: `string`
Default: `bdd`

@@ -46,3 +46,3 @@ Values: `bdd`, `tdd`, `qunit`, `exports`

Type: `String`
Type: `string`
Default: `dot`

@@ -58,3 +58,3 @@ Values: [reporters](https://github.com/visionmedia/mocha/tree/master/lib/reporters)

Type: `Array`
Type: `array`

@@ -66,3 +66,3 @@ Accepted globals.

Type: `Number`
Type: `number`
Default: `2000`

@@ -75,3 +75,3 @@

Type: `Boolean`
Type: `boolean`
Default: `false`

@@ -84,3 +84,3 @@

Type: `Boolean`
Type: `boolean`
Default: `false`

@@ -93,12 +93,14 @@

Type: `String`
Type: `string`
Only run tests matching the given pattern which is internally compiled to a RegExp.
### CoffeeScript
## CoffeeScript
For CoffeeScript support, add `require('coffee-script')` with CoffeeScript 1.6- or `require('coffee-script/register')` with CoffeeScript 1.7+.
## License
[MIT](http://opensource.org/licenses/MIT) © [Sindre Sorhus](http://sindresorhus.com)
MIT © [Sindre Sorhus](http://sindresorhus.com)
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