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 4.4.0 to 4.5.0

lib/rules/no-identical-title.js

6

CHANGELOG.md

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

## 4.5.0 (August 29, 2016)
### Features
* Add `no-identical-title` rule (fixes #33) (#97)
## 4.4.0 (August 24, 2016)

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

3

index.js

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

'no-sibling-hooks': require('./lib/rules/no-sibling-hooks'),
'no-top-level-hooks': require('./lib/rules/no-top-level-hooks')
'no-top-level-hooks': require('./lib/rules/no-top-level-hooks'),
'no-identical-title': require('./lib/rules/no-identical-title')
},

@@ -21,0 +22,0 @@ configs: {

{
"name": "eslint-plugin-mocha",
"version": "4.4.0",
"version": "4.5.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