Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

grunt-mocha-istanbul

Package Overview
Dependencies
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

grunt-mocha-istanbul - npm Package Compare versions

Comparing version 3.0.0 to 3.0.1

2

package.json
{
"name" : "grunt-mocha-istanbul",
"version" : "3.0.0",
"version" : "3.0.1",
"description" : "Almost config-free Istanbul code coverage reporter for Mocha usage in Grunt",

@@ -5,0 +5,0 @@ "peerDependencies": {

@@ -22,7 +22,7 @@ [![Dependency Status](https://david-dm.org/pocesar/grunt-mocha-istanbul.png?theme=shields.io)](https://david-dm.org/pocesar/grunt-mocha-istanbul)

Peer dependencies for `mocha` and `istanbul` have been removed. You should `npm install` the following modules yourself:
- `mocha`
- `istanbul` (or a compatible module; see `scriptPath` usage below)
If using `npm` version < 3, you will need to install `grunt` as well.
If using `npm` version < 3, you will need to install `grunt` as well.

@@ -42,3 +42,25 @@ Changes from 1.x

Compatible tools
==============
Although it's intended for use with [Istanbul](https://github.com/gotwarlost/istanbul), you can freely
use this task with other command line compatible tool, by changing the `scriptPath` option, such as:
* [Ibrik](https://github.com/Constellation/ibrik)
* [Babel Istanbul](https://github.com/ambitioninc/babel-istanbul)
* [Isparta](https://github.com/douglasduteil/isparta)
```js
grunt.initConfig({
mocha_istanbul: {
target: {
options: {
scriptPath: require.resolve('coverage-tool/the/path/to/bin')
}
}
}
});
```
Options

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