Socket
Socket
Sign inDemoInstall

@iadvize-oss/eslint-config-jest

Package Overview
Dependencies
Maintainers
8
Versions
328
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@iadvize-oss/eslint-config-jest - npm Package Compare versions

Comparing version 1.2.1 to 2.0.0

6

CHANGELOG.md

@@ -10,2 +10,8 @@ # Changelog

## [2.0.0]
### Change
- Update dependencies to their latest major versions, including `eslint@8.x`
## [1.2.1]

@@ -12,0 +18,0 @@

5

index.js

@@ -28,3 +28,3 @@ const JEST_FILES = [

'jest/no-test-prefixes': 'error',
'jest/valid-describe': 'off',
'jest/valid-describe-callback': 'off',
'jest/valid-expect': 'error',

@@ -34,5 +34,2 @@ 'jest/valid-expect-in-promise': 'error',

'jest/prefer-to-have-length': 'error',
'jest/prefer-to-be-undefined': 'error',
'jest/prefer-to-be-null': 'error',
'jest/no-truthy-falsy': 'error',
'jest/prefer-to-contain': 'error',

@@ -39,0 +36,0 @@ 'jest/prefer-called-with': 'error',

10

package.json
{
"name": "@iadvize-oss/eslint-config-jest",
"version": "1.2.1",
"version": "2.0.0",
"description": "iAdvize javascript eslint rules for jest files",

@@ -18,10 +18,10 @@ "main": "index.js",

"devDependencies": {
"eslint": "^7.12.1",
"@iadvize-oss/eslint-config": "^2.1.2"
"@iadvize-oss/eslint-config": "4.x",
"eslint": "8.x"
},
"peerDependencies": {
"eslint": "^6.8.0 || ^7.0.0"
"eslint": "8.x"
},
"dependencies": {
"eslint-plugin-jest": "^24.1.0"
"eslint-plugin-jest": "26.x"
},

@@ -28,0 +28,0 @@ "scripts": {

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