🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Sign inDemoInstall
Socket

eslint-plugin-react-dom

Package Overview
Dependencies
Maintainers
1
Versions
1285
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version

to
1.50.0-next.1

5

dist/index.js

@@ -70,3 +70,3 @@ 'use strict';

var name2 = "eslint-plugin-react-dom";
var version = "1.50.0-next.0";
var version = "1.50.0-next.1";
function createJsxElementResolver(context) {

@@ -1992,5 +1992,6 @@ const { components, polymorphicPropName } = shared.getSettingsFromContext(context);

function create16(context) {
const resolver = createJsxElementResolver(context);
return {
JSXElement(node) {
const elementName = ER__namespace.getElementType(context, node);
const { domElementType: elementName } = resolver.resolve(node);
if (elementName.length === 0 || !voidElements.has(elementName)) {

@@ -1997,0 +1998,0 @@ return;

14

package.json
{
"name": "eslint-plugin-react-dom",
"version": "1.50.0-next.0",
"version": "1.50.0-next.1",
"description": "ESLint React's ESLint plugin for React DOM related rules.",

@@ -52,8 +52,8 @@ "keywords": [

"ts-pattern": "^5.7.0",
"@eslint-react/core": "1.50.0-next.0",
"@eslint-react/ast": "1.50.0-next.0",
"@eslint-react/kit": "1.50.0-next.0",
"@eslint-react/var": "1.50.0-next.0",
"@eslint-react/eff": "1.50.0-next.0",
"@eslint-react/shared": "1.50.0-next.0"
"@eslint-react/ast": "1.50.0-next.1",
"@eslint-react/core": "1.50.0-next.1",
"@eslint-react/eff": "1.50.0-next.1",
"@eslint-react/kit": "1.50.0-next.1",
"@eslint-react/shared": "1.50.0-next.1",
"@eslint-react/var": "1.50.0-next.1"
},

@@ -60,0 +60,0 @@ "devDependencies": {

Sorry, the diff of this file is not supported yet