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

@eslint-react/ast

Package Overview
Dependencies
Maintainers
1
Versions
1064
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@eslint-react/ast - npm Package Compare versions

Comparing version 1.5.21-beta.5 to 1.5.21-beta.6

4

dist/index.d.ts

@@ -623,2 +623,4 @@ import * as effect_Unify from 'effect/Unify';

declare function isKeyLiteralLike(node: TSESTree.MemberExpression | TSESTree.MethodDefinition | TSESTree.Property | TSESTree.PropertyDefinition, property: TSESTree.Node): boolean;
type MatcherType = 'not' | 'optional' | 'or' | 'and' | 'array' | 'map' | 'set' | 'select' | 'default' | 'custom';

@@ -867,2 +869,2 @@ type MatcherProtocol<input, narrowed, matcherType extends MatcherType, selections extends SelectionType, excluded> = {

export { Construction, ConstructionHint, ESLintCommunityESLintUtils, NodeType, type ReadableNodeType, type TSESTreeArrayTupleType, type TSESTreeClass, type TSESTreeDestructuringPattern, type TSESTreeFunction, type TSESTreeFunctionType, type TSESTreeJSX, type TSESTreeLoop, type TSESTreeProperty, type TSESTreeTypeDeclaration, getClassIdentifier, getFunctionIdentifier, getLiteralValueType, getNestedCallExpressions, getNestedIdentifiers, getNestedReturnStatements, inspectConstruction, is, isArrayTupleType, isClass, isDestructuringPattern, isFunction, isFunctionOfClassMethod, isFunctionOfClassProperty, isFunctionOfObjectMethod, isFunctionType, isJSX, isJSXElement, isJSXFragment, isJSXTagNameExpression, isLeftHandSideExpression, isLeftHandSideExpressionType, isLoop, isMapCallLoose, isMultiLine, isNodeEqual, isOneOf, isProperty, isRegExpLiteral, isStringLiteral, isThisExpression, isTypeDeclaration, readableNodeType, traverseUp, traverseUpGuard };
export { Construction, ConstructionHint, ESLintCommunityESLintUtils, NodeType, type ReadableNodeType, type TSESTreeArrayTupleType, type TSESTreeClass, type TSESTreeDestructuringPattern, type TSESTreeFunction, type TSESTreeFunctionType, type TSESTreeJSX, type TSESTreeLoop, type TSESTreeProperty, type TSESTreeTypeDeclaration, getClassIdentifier, getFunctionIdentifier, getLiteralValueType, getNestedCallExpressions, getNestedIdentifiers, getNestedReturnStatements, inspectConstruction, is, isArrayTupleType, isClass, isDestructuringPattern, isFunction, isFunctionOfClassMethod, isFunctionOfClassProperty, isFunctionOfObjectMethod, isFunctionType, isJSX, isJSXElement, isJSXFragment, isJSXTagNameExpression, isKeyLiteralLike, isLeftHandSideExpression, isLeftHandSideExpressionType, isLoop, isMapCallLoose, isMultiLine, isNodeEqual, isOneOf, isProperty, isRegExpLiteral, isStringLiteral, isThisExpression, isTypeDeclaration, readableNodeType, traverseUp, traverseUpGuard };
{
"name": "@eslint-react/ast",
"version": "1.5.21-beta.5",
"version": "1.5.21-beta.6",
"description": "ESLint React's TSESTree AST primitive utility module.",

@@ -42,4 +42,4 @@ "homepage": "https://github.com/rel1cx/eslint-react",

"@typescript-eslint/utils": "8.0.0-alpha.40",
"@eslint-react/tools": "1.5.21-beta.5",
"@eslint-react/types": "1.5.21-beta.5"
"@eslint-react/tools": "1.5.21-beta.6",
"@eslint-react/types": "1.5.21-beta.6"
},

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

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