Socket
Book a DemoSign in
Socket

@eslint-react/core

Package Overview
Dependencies
Maintainers
1
Versions
2401
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@eslint-react/core - npm Package Compare versions

Comparing version
4.0.1-beta.0
to
4.0.1-beta.1
+2
-0
dist/index.d.ts

@@ -518,2 +518,4 @@ import * as ast from "@eslint-react/ast";

name: string;
/** The kind of hook */
kind: "hook";
/** The other hooks called by the hook */

@@ -520,0 +522,0 @@ hookCalls: TSESTree.CallExpression[];

+5
-5
{
"name": "@eslint-react/core",
"version": "4.0.1-beta.0",
"version": "4.0.1-beta.1",
"description": "ESLint React's ESLint utility module for static analysis of React core APIs and patterns.",

@@ -37,6 +37,6 @@ "homepage": "https://github.com/Rel1cx/eslint-react",

"ts-pattern": "^5.9.0",
"@eslint-react/ast": "4.0.1-beta.0",
"@eslint-react/jsx": "4.0.1-beta.0",
"@eslint-react/shared": "4.0.1-beta.0",
"@eslint-react/var": "4.0.1-beta.0"
"@eslint-react/ast": "4.0.1-beta.1",
"@eslint-react/jsx": "4.0.1-beta.1",
"@eslint-react/var": "4.0.1-beta.1",
"@eslint-react/shared": "4.0.1-beta.1"
},

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