Socket
Socket
Sign inDemoInstall

eslint-plugin-testing-library

Package Overview
Dependencies
Maintainers
2
Versions
155
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 1.3.4 to 1.4.0

lib/rules/consistent-data-testid.js

1

lib/index.js

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

'await-fire-event': require('./rules/await-fire-event'),
'consistent-data-testid': require('./rules/consistent-data-testid'),
'no-await-sync-query': require('./rules/no-await-sync-query'),

@@ -8,0 +9,0 @@ 'no-debug': require('./rules/no-debug'),

2

package.json
{
"name": "eslint-plugin-testing-library",
"version": "1.3.4",
"version": "1.4.0",
"description": "ESLint rules for Testing Library",

@@ -5,0 +5,0 @@ "keywords": [

@@ -141,2 +141,3 @@ <div align="center">

| [prefer-explicit-assert](docs/rules/prefer-explicit-assert.md) | Suggest using explicit assertions rather than just `getBy*` queries | | |
| [consistent-data-testid](docs/rules/consistent-data-testid.md) | Ensure `data-testid` values match a provided regex. | | |

@@ -143,0 +144,0 @@ [build-badge]: https://img.shields.io/travis/Belco90/eslint-plugin-testing-library?style=flat-square

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