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.0.0 to 4.1.0

lib/rules/no-mocha-arrows.js

6

CHANGELOG.md

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

## 4.1.0 (July 22, 2016)
### Features
* no-mocha-arrows: New rule (#78)
## 4.0.0 (July 4, 2016)

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

3

index.js

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

'valid-test-description': require('./lib/rules/valid-test-description'),
'valid-suite-description': require('./lib/rules/valid-suite-description')
'valid-suite-description': require('./lib/rules/valid-suite-description'),
'no-mocha-arrows': require('./lib/rules/no-mocha-arrows')
},

@@ -15,0 +16,0 @@ configs: {

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