You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

eslint-plugin-testing-library

Package Overview
Dependencies
Maintainers
2
Versions
181
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-plugin-testing-library - npm Package Compare versions

Comparing version

to
7.0.0

index.d.ts

10

package.json
{
"name": "eslint-plugin-testing-library",
"version": "7.0.0-beta.6",
"version": "7.0.0",
"description": "ESLint plugin to follow best practices and anticipate common mistakes when writing tests with Testing Library",

@@ -30,5 +30,7 @@ "keywords": [

"README.md",
"LICENSE"
"LICENSE",
"index.d.ts"
],
"main": "./dist/index.js",
"types": "index.d.ts",
"scripts": {

@@ -67,3 +69,3 @@ "prebuild": "del-cli dist",

"@types/jest": "^27.5.2",
"@types/node": "^20.16.12",
"@types/node": "^22.8.6",
"@typescript-eslint/eslint-plugin": "^8.15.0",

@@ -100,4 +102,4 @@ "@typescript-eslint/parser": "^8.15.0",

"node": "^18.18.0 || ^20.9.0 || >=21.1.0",
"npm": ">=6"
"npm": ">=9.8.1"
}
}