Socket
Socket
Sign inDemoInstall

eslint-plugin-jasmine

Package Overview
Dependencies
178
Maintainers
1
Versions
54
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.4.0 to 2.5.0

docs/rules/no-describe-variables.md

2

index.js

@@ -8,2 +8,3 @@ 'use strict'

'no-disabled-tests': require('./lib/rules/no-disabled-tests'),
'no-describe-variables': require('./lib/rules/no-describe-variables'),
'no-suite-dupes': require('./lib/rules/no-suite-dupes'),

@@ -26,2 +27,3 @@ 'no-spec-dupes': require('./lib/rules/no-spec-dupes'),

'jasmine/no-disabled-tests': 1,
'jasmine/no-describe-variables': 0,
'jasmine/no-suite-dupes': 1,

@@ -28,0 +30,0 @@ 'jasmine/no-spec-dupes': 1,

4

package.json

@@ -38,3 +38,3 @@ {

"devDependencies": {
"eslint": "^3.9.1",
"eslint": "^4.0.0",
"ghooks": "^2.0.0",

@@ -55,3 +55,3 @@ "mocha": "^3.1.2",

},
"version": "2.4.0"
"version": "2.5.0"
}

@@ -72,2 +72,3 @@ # eslint-plugin-jasmine

[no-disabled-tests][] | 1 |
[no-describe-variables][] | 0 |
[no-suite-dupes][] | 1, `'block'` | `['block', 'branch']`

@@ -109,2 +110,3 @@ [no-spec-dupes][] | 1, `'block'` | `['block', 'branch']`

[no-disabled-tests]: docs/rules/no-disabled-tests.md
[no-describe-variables]: docs/rules/no-describe-variables.md
[no-suite-dupes]: docs/rules/no-suite-dupes.md

@@ -125,3 +127,3 @@ [no-spec-dupes]: docs/rules/no-spec-dupes.md

© 2016 Tom Vincent <git@tlvince.com> and [contributors][].
© 2016 - 2017 Tom Vincent <git@tlvince.com> and [contributors][].

@@ -128,0 +130,0 @@ [contributors]: https://github.com/tlvince/eslint-plugin-jasmine/graphs/contributors

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc