Socket
Socket
Sign inDemoInstall

eslint-plugin-jest

Package Overview
Dependencies
Maintainers
11
Versions
325
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-plugin-jest - npm Package Compare versions

Comparing version 22.1.2 to 22.1.3

4

package.json
{
"name": "eslint-plugin-jest",
"version": "22.1.2",
"version": "22.1.3",
"description": "Eslint rules for Jest",

@@ -39,3 +39,3 @@ "repository": "jest-community/eslint-plugin-jest",

"eslint-config-prettier": "^3.0.1",
"eslint-plugin-eslint-plugin": "^1.4.0",
"eslint-plugin-eslint-plugin": "^2.0.0",
"eslint-plugin-node": "^8.0.0",

@@ -42,0 +42,0 @@ "eslint-plugin-prettier": "^3.0.0",

@@ -21,2 +21,3 @@ 'use strict';

'expect(a).toThrow()',
'expect(a).rejects;',
],

@@ -23,0 +24,0 @@

@@ -44,2 +44,6 @@ 'use strict';

if (!targetNode) {
return;
}
// Check if the method used matches any of ours

@@ -46,0 +50,0 @@ const methodItem = methodNames.find(

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