Socket
Socket
Sign inDemoInstall

eslint-plugin-jest-dom

Package Overview
Dependencies
Maintainers
1
Versions
60
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-plugin-jest-dom - npm Package Compare versions

Comparing version 3.9.3 to 3.9.4

2

dist/assignment-ast.js

@@ -88,3 +88,3 @@ "use strict";

const query = queryNode.callee.name || queryNode.callee.property.name;
const query = queryNode.callee.name || queryNode.callee.property && queryNode.callee.property.name;
const queryArg = queryNode.arguments[0] && queryNode.arguments[0].value;

@@ -91,0 +91,0 @@

{
"name": "eslint-plugin-jest-dom",
"version": "3.9.3",
"version": "3.9.4",
"description": "ESLint plugin to follow best practices and anticipate common mistakes when writing tests with jest-dom",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

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