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 0.5.0 to 0.5.1

6

CHANGELOG.md

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

## 0.5.1 (August 20, 2015)
### Bug Fixes
* add new rule to index.js and change tests to keep that from happening (#28)
## 0.5.0 (August 19, 2015)

@@ -2,0 +8,0 @@

3

index.js

@@ -6,4 +6,5 @@ 'use strict';

'no-exclusive-tests': require('./lib/rules/no-exclusive-tests'),
'handle-done-callback': require('./lib/rules/handle-done-callback')
'handle-done-callback': require('./lib/rules/handle-done-callback'),
'no-synchronous-tests': require('./lib/rules/no-synchronous-tests')
}
};
{
"name": "eslint-plugin-mocha",
"version": "0.5.0",
"version": "0.5.1",
"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