Socket
Socket
Sign inDemoInstall

eslint-plugin-jest

Package Overview
Dependencies
Maintainers
11
Versions
325
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-plugin-jest - npm Package Compare versions

Comparing version 26.2.1 to 26.2.2

8

lib/rules/utils.js

@@ -585,10 +585,4 @@ "use strict";

}
/* istanbul ignore if */
if (ref.defs.length > 1) {
throw new Error(`Reference unexpected had more than one definition - please file a github issue at https://github.com/jest-community/eslint-plugin-jest`);
}
const [def] = ref.defs;
const def = ref.defs[ref.defs.length - 1];
const importDetails = describePossibleImportDef(def);

@@ -595,0 +589,0 @@

2

package.json
{
"name": "eslint-plugin-jest",
"version": "26.2.1",
"version": "26.2.2",
"description": "ESLint rules for Jest",

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

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