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
180
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.2.1

2

dist/node-utils/index.js

@@ -208,2 +208,4 @@ "use strict";

: expression;
case utils_1.AST_NODE_TYPES.ChainExpression:
return getRootExpression(parent);
default:

@@ -210,0 +212,0 @@ return expression;

2

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

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

Sorry, the diff of this file is too big to display