Socket
Socket
Sign inDemoInstall

eslint-plugin-jasmine

Package Overview
Dependencies
Maintainers
1
Versions
55
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-plugin-jasmine - npm Package Compare versions

Comparing version 2.9.3 to 2.10.0

docs/rules/no-promise-without-done-fail.md

2

index.js

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

'no-global-setup': require('./lib/rules/no-global-setup'),
'no-promise-without-done-fail': require('./lib/rules/no-promise-without-done-fail'),
'no-expect-in-setup-teardown': require('./lib/rules/no-expect-in-setup-teardown'),

@@ -42,2 +43,3 @@ 'new-line-between-declarations': require('./lib/rules/new-line-between-declarations'),

'jasmine/no-global-setup': 2,
'jasmine/no-promise-without-done-fail': 1,
'jasmine/no-expect-in-setup-teardown': 1,

@@ -44,0 +46,0 @@ 'jasmine/new-line-between-declarations': 1,

2

package.json

@@ -54,3 +54,3 @@ {

},
"version": "2.9.3"
"version": "2.10.0"
}

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

[no-global-setup][] | 2 |
[no-promise-without-done-fail][] | 1 |
[no-spec-dupes][] | 1, `'block'` | `['block', 'branch']`

@@ -124,2 +125,3 @@ [no-suite-callback-args][] | 2 |

[no-global-setup]: docs/rules/no-global-setup.md
[no-promise-without-done-fail]: docs/rules/no-promise-without-done-fail.md
[no-spec-dupes]: docs/rules/no-spec-dupes.md

@@ -126,0 +128,0 @@ [no-suite-callback-args]: docs/rules/no-suite-callback-args.md

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