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

@eslint-react/core

Package Overview
Dependencies
Maintainers
1
Versions
968
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 0.10.11 to 0.10.12-beta.0

8

dist/index.d.ts

@@ -185,8 +185,8 @@ import { TSESTreeFunction, TSESTreeClass } from '@eslint-react/ast';

readonly getCurrentComponents: () => Map<string, ERFunctionComponent>;
readonly getCurrentFunction: () => O.Option<[TSESTreeFunction, boolean, TSESTree.CallExpression[]]>;
readonly getCurrentFunctionStack: () => [TSESTreeFunction, boolean, TSESTree.CallExpression[]][];
readonly getCurrentFunction: () => O.Option<[node: TSESTreeFunction, isComponent: boolean, hookCalls: TSESTree.CallExpression[]]>;
readonly getCurrentFunctionStack: () => [node: TSESTreeFunction, isComponent: boolean, hookCalls: TSESTree.CallExpression[]][];
};
readonly listeners: {
readonly ":function": (node: TSESTreeFunction) => MutList.MutableList<[TSESTreeFunction, boolean, TSESTree.CallExpression[]]>;
readonly ":function:exit": () => [TSESTreeFunction, boolean, TSESTree.CallExpression[]] | undefined;
readonly ":function": (node: TSESTreeFunction) => MutList.MutableList<[node: TSESTreeFunction, isComponent: boolean, hookCalls: TSESTree.CallExpression[]]>;
readonly ":function:exit": () => [node: TSESTreeFunction, isComponent: boolean, hookCalls: TSESTree.CallExpression[]] | undefined;
readonly ReturnStatement: (node: TSESTree.ReturnStatement) => void;

@@ -193,0 +193,0 @@ readonly "ArrowFunctionExpression[body.type!='BlockStatement']": () => void;

{
"name": "@eslint-react/core",
"version": "0.10.11",
"version": "0.10.12-beta.0",
"description": "ESLint React's ESLint utility module for static analysis of React core APIs and Patterns.",

@@ -43,7 +43,7 @@ "homepage": "https://github.com/rel1cx/eslint-react",

"short-unique-id": "5.0.3",
"@eslint-react/ast": "0.10.11",
"@eslint-react/jsx": "0.10.11",
"@eslint-react/shared": "0.10.11",
"@eslint-react/tools": "0.10.11",
"@eslint-react/types": "0.10.11"
"@eslint-react/ast": "0.10.12-beta.0",
"@eslint-react/jsx": "0.10.12-beta.0",
"@eslint-react/shared": "0.10.12-beta.0",
"@eslint-react/tools": "0.10.12-beta.0",
"@eslint-react/types": "0.10.12-beta.0"
},

@@ -50,0 +50,0 @@ "scripts": {

Sorry, the diff of this file is not supported yet

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