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
1128
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 0.8.13-beta.0 to 0.9.0-beta.0

README.md

16

dist/index.d.ts

@@ -0,3 +1,3 @@

import { TSESTree } from '@typescript-eslint/types';
import { RuleContext } from '@eslint-react/shared';
import { TSESTree } from '@typescript-eslint/types';
import { TSESTreeFunction } from '@eslint-react/ast';

@@ -8,2 +8,9 @@ import { O } from '@eslint-react/tools';

/**
* Returns the tag name associated with a JSXOpeningElement.
* @param node The visited JSXOpeningElement node object.
* @returns The element's tag name.
*/
declare function elementType(node: TSESTree.JSXOpeningElement | TSESTree.JSXOpeningFragment): string;
/**
* Determines whether inside createElement's props.

@@ -73,9 +80,2 @@ * @param node The AST node to check

/**
* Returns the tag name associated with a JSXOpeningElement.
* @param node The visited JSXOpeningElement node object.
* @returns The element's tag name.
*/
declare function elementType(node: TSESTree.JSXOpeningElement | TSESTree.JSXOpeningFragment): string;
declare const hdlAnimation: readonly ["onAnimationStart", "onAnimationEnd", "onAnimationIteration"];

@@ -82,0 +82,0 @@ declare const hdlClipboard: readonly ["onCopy", "onCut", "onPaste"];

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

@@ -39,10 +39,8 @@ "homepage": "https://github.com/rel1cx/eslint-react",

"@typescript-eslint/types": "6.13.1",
"@typescript-eslint/utils": "6.13.1"
},
"devDependencies": {
"@typescript-eslint/utils": "6.13.1",
"micro-memoize": "4.1.2",
"@eslint-react/ast": "0.8.13-beta.0",
"@eslint-react/types": "0.8.13-beta.0",
"@eslint-react/tools": "0.8.13-beta.0",
"@eslint-react/shared": "0.8.13-beta.0"
"@eslint-react/tools": "0.9.0-beta.0",
"@eslint-react/ast": "0.9.0-beta.0",
"@eslint-react/shared": "0.9.0-beta.0",
"@eslint-react/types": "0.9.0-beta.0"
},

@@ -49,0 +47,0 @@ "scripts": {

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

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