Socket
Socket
Sign inDemoInstall

eslint-plugin-testing-library

Package Overview
Dependencies
Maintainers
3
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 5.6.2 to 5.6.3

2

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

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

@@ -69,2 +69,6 @@ "use strict";

const fileNameWithExtension = (_a = splitPath.pop()) !== null && _a !== void 0 ? _a : '';
if (fileNameWithExtension.includes('[') ||
fileNameWithExtension.includes(']')) {
return { fileName: undefined };
}
const parent = splitPath.pop();

@@ -71,0 +75,0 @@ const fileName = fileNameWithExtension.split('.').shift();

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