Socket
Socket
Sign inDemoInstall

eslint-plugin-jest

Package Overview
Dependencies
Maintainers
0
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 28.6.0 to 28.7.0

2

lib/rules/prefer-jest-mocked.js

@@ -47,3 +47,3 @@ "use strict";

context.report({
node: node,
node,
messageId: 'useJestMocked',

@@ -50,0 +50,0 @@ fix(fixer) {

{
"name": "eslint-plugin-jest",
"version": "28.6.0",
"version": "28.7.0",
"description": "ESLint rules for Jest",

@@ -61,3 +61,3 @@ "keywords": [

"dependencies": {
"@typescript-eslint/utils": "^6.0.0 || ^7.0.0"
"@typescript-eslint/utils": "^6.0.0 || ^7.0.0 || ^8.0.0"
},

@@ -71,2 +71,3 @@ "devDependencies": {

"@commitlint/config-conventional": "^17.0.3",
"@eslint-community/eslint-plugin-eslint-comments": "^4.3.0",
"@schemastore/package": "^0.0.10",

@@ -88,3 +89,2 @@ "@semantic-release/changelog": "^6.0.0",

"eslint-doc-generator": "^1.0.0",
"eslint-plugin-eslint-comments": "^3.1.2",
"eslint-plugin-eslint-plugin": "^6.0.0",

@@ -112,3 +112,3 @@ "eslint-plugin-import": "^2.25.1",

"peerDependencies": {
"@typescript-eslint/eslint-plugin": "^6.0.0 || ^7.0.0",
"@typescript-eslint/eslint-plugin": "^6.0.0 || ^7.0.0 || ^8.0.0",
"eslint": "^7.0.0 || ^8.0.0 || ^9.0.0",

@@ -125,3 +125,3 @@ "jest": "*"

},
"packageManager": "yarn@3.8.2",
"packageManager": "yarn@3.8.3",
"engines": {

@@ -128,0 +128,0 @@ "node": "^16.10.0 || ^18.12.0 || >=20.0.0"

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