New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@eslint-react/jsx

Package Overview
Dependencies
Maintainers
1
Versions
1280
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@eslint-react/jsx - npm Package Compare versions

Comparing version

to
1.26.0-beta.3

2

dist/index.js

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

// src/find-parent-attribute.ts
function findParentAttribute(node, test = eff.returnTrue) {
function findParentAttribute(node, test = eff.constTrue) {
const guard = (node2) => {

@@ -34,0 +34,0 @@ return node2.type === types.AST_NODE_TYPES.JSXAttribute && test(node2);

{
"name": "@eslint-react/jsx",
"version": "1.25.1-next.0",
"version": "1.26.0-beta.3",
"description": "ESLint React's TSESTree AST utility module for static analysis of JSX.",

@@ -36,9 +36,9 @@ "homepage": "https://github.com/Rel1cx/eslint-react",

"dependencies": {
"@typescript-eslint/scope-manager": "^8.21.0",
"@typescript-eslint/types": "^8.21.0",
"@typescript-eslint/utils": "^8.21.0",
"@typescript-eslint/scope-manager": "^8.22.0",
"@typescript-eslint/types": "^8.22.0",
"@typescript-eslint/utils": "^8.22.0",
"ts-pattern": "^5.6.2",
"@eslint-react/ast": "1.25.1-next.0",
"@eslint-react/eff": "1.25.1-next.0",
"@eslint-react/var": "1.25.1-next.0"
"@eslint-react/ast": "1.26.0-beta.3",
"@eslint-react/eff": "1.26.0-beta.3",
"@eslint-react/var": "1.26.0-beta.3"
},

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

Sorry, the diff of this file is not supported yet