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 25.0.0 to 25.0.1

7

CHANGELOG.md

@@ -0,1 +1,8 @@

## [25.0.1](https://github.com/jest-community/eslint-plugin-jest/compare/v25.0.0...v25.0.1) (2021-10-10)
### Bug Fixes
* specify peer dependency ranges correctly ([cb87458](https://github.com/jest-community/eslint-plugin-jest/commit/cb87458d5f7dc7f669ab0c4067d75fc06ee29553))
# [25.0.0](https://github.com/jest-community/eslint-plugin-jest/compare/v24.7.0...v25.0.0) (2021-10-10)

@@ -2,0 +9,0 @@

6

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

@@ -126,4 +126,4 @@ "keywords": [

"peerDependencies": {
"@typescript-eslint/eslint-plugin": ">= 4",
"eslint": ">=6"
"@typescript-eslint/eslint-plugin": "^4.0.0",
"eslint": "^6.0.0 || ^7.0.0"
},

@@ -130,0 +130,0 @@ "peerDependenciesMeta": {

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