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

eslint-plugin-react-dom

Package Overview
Dependencies
Maintainers
1
Versions
1378
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
2.0.0-next.44

6

dist/index.js

@@ -8,3 +8,3 @@ import { getDocsUrl, getSettingsFromContext, DEFAULT_ESLINT_REACT_SETTINGS } from '@eslint-react/shared';

import { RegExp, Reporter } from '@eslint-react/kit';
import { _ } from '@eslint-react/eff';
import { unit } from '@eslint-react/eff';

@@ -48,3 +48,3 @@ var __defProp = Object.defineProperty;

var name2 = "eslint-plugin-react-dom";
var version = "2.0.0-next.43";
var version = "2.0.0-next.44";
function createJsxElementResolver(context) {

@@ -1839,3 +1839,3 @@ const { components, polymorphicPropName } = getSettingsFromContext(context);

}
return _;
return unit;
};

@@ -1842,0 +1842,0 @@ if (getAttributeStringValue("target") !== "_blank") {

{
"name": "eslint-plugin-react-dom",
"version": "2.0.0-next.43",
"version": "2.0.0-next.44",
"description": "ESLint React's ESLint plugin for React DOM related rules.",

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

"ts-pattern": "^5.7.1",
"@eslint-react/core": "2.0.0-next.43",
"@eslint-react/eff": "2.0.0-next.43",
"@eslint-react/ast": "2.0.0-next.43",
"@eslint-react/kit": "2.0.0-next.43",
"@eslint-react/shared": "2.0.0-next.43",
"@eslint-react/var": "2.0.0-next.43"
"@eslint-react/ast": "2.0.0-next.44",
"@eslint-react/core": "2.0.0-next.44",
"@eslint-react/kit": "2.0.0-next.44",
"@eslint-react/shared": "2.0.0-next.44",
"@eslint-react/var": "2.0.0-next.44",
"@eslint-react/eff": "2.0.0-next.44"
},

@@ -59,3 +59,3 @@ "devDependencies": {

"peerDependencies": {
"eslint": "^9.28.0",
"eslint": "^9.29.0",
"typescript": "^4.9.5 || ^5.4.5"

@@ -62,0 +62,0 @@ },