Socket
Socket
Sign inDemoInstall

eslint-plugin-mocha

Package Overview
Dependencies
Maintainers
2
Versions
63
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-plugin-mocha - npm Package Compare versions

Comparing version 2.1.0 to 2.2.0

lib/rules/no-pending-tests.js

7

CHANGELOG.md

@@ -0,1 +1,7 @@

## 2.2.0 (April 14, 2016)
### Features
* Add rule no-pending-tests (#59)
## 2.1.0 (April 11, 2016)

@@ -16,3 +22,2 @@

## 2.0.0 (February 13, 2016)

@@ -19,0 +24,0 @@

@@ -6,2 +6,3 @@ 'use strict';

'no-exclusive-tests': require('./lib/rules/no-exclusive-tests'),
'no-pending-tests': require('./lib/rules/no-pending-tests'),
'no-skipped-tests': require('./lib/rules/no-skipped-tests'),

@@ -8,0 +9,0 @@ 'handle-done-callback': require('./lib/rules/handle-done-callback'),

2

package.json
{
"name": "eslint-plugin-mocha",
"version": "2.1.0",
"version": "2.2.0",
"description": "Eslint rules for mocha.",

@@ -5,0 +5,0 @@ "main": "index.js",

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