Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@typescript-eslint/utils

Package Overview
Dependencies
Maintainers
2
Versions
2222
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@typescript-eslint/utils - npm Package Compare versions

Comparing version 8.6.0 to 8.6.1-alpha.0

11

dist/ts-eslint/Rule.d.ts

@@ -325,3 +325,2 @@ import type { JSONSchema4 } from '../json-schema';

AwaitExpression?: RuleFunction<TSESTree.AwaitExpression>;
BigIntLiteral?: RuleFunction<TSESTree.BigIntLiteral>;
BinaryExpression?: RuleFunction<TSESTree.BinaryExpression>;

@@ -354,2 +353,3 @@ BlockStatement?: RuleFunction<TSESTree.BlockStatement>;

IfStatement?: RuleFunction<TSESTree.IfStatement>;
ImportAttribute?: RuleFunction<TSESTree.ImportAttribute>;
ImportDeclaration?: RuleFunction<TSESTree.ImportDeclaration>;

@@ -369,2 +369,3 @@ ImportDefaultSpecifier?: RuleFunction<TSESTree.ImportDefaultSpecifier>;

JSXMemberExpression?: RuleFunction<TSESTree.JSXMemberExpression>;
JSXNamespacedName?: RuleFunction<TSESTree.JSXNamespacedName>;
JSXOpeningElement?: RuleFunction<TSESTree.JSXOpeningElement>;

@@ -384,2 +385,3 @@ JSXOpeningFragment?: RuleFunction<TSESTree.JSXOpeningFragment>;

ObjectPattern?: RuleFunction<TSESTree.ObjectPattern>;
PrivateIdentifier?: RuleFunction<TSESTree.PrivateIdentifier>;
Program?: RuleFunction<TSESTree.Program>;

@@ -392,2 +394,3 @@ Property?: RuleFunction<TSESTree.Property>;

SpreadElement?: RuleFunction<TSESTree.SpreadElement>;
StaticBlock?: RuleFunction<TSESTree.StaticBlock>;
Super?: RuleFunction<TSESTree.Super>;

@@ -402,2 +405,3 @@ SwitchCase?: RuleFunction<TSESTree.SwitchCase>;

TryStatement?: RuleFunction<TSESTree.TryStatement>;
TSAbstractAccessorProperty?: RuleFunction<TSESTree.TSAbstractAccessorProperty>;
TSAbstractKeyword?: RuleFunction<TSESTree.TSAbstractKeyword>;

@@ -420,2 +424,3 @@ TSAbstractMethodDefinition?: RuleFunction<TSESTree.TSAbstractMethodDefinition>;

TSEmptyBodyFunctionExpression?: RuleFunction<TSESTree.TSEmptyBodyFunctionExpression>;
TSEnumBody?: RuleFunction<TSESTree.TSEnumBody>;
TSEnumDeclaration?: RuleFunction<TSESTree.TSEnumDeclaration>;

@@ -432,2 +437,3 @@ TSEnumMember?: RuleFunction<TSESTree.TSEnumMember>;

TSInferType?: RuleFunction<TSESTree.TSInferType>;
TSInstantiationExpression?: RuleFunction<TSESTree.TSInstantiationExpression>;
TSInterfaceBody?: RuleFunction<TSESTree.TSInterfaceBody>;

@@ -437,2 +443,3 @@ TSInterfaceDeclaration?: RuleFunction<TSESTree.TSInterfaceDeclaration>;

TSIntersectionType?: RuleFunction<TSESTree.TSIntersectionType>;
TSIntrinsicKeyword?: RuleFunction<TSESTree.TSIntrinsicKeyword>;
TSLiteralType?: RuleFunction<TSESTree.TSLiteralType>;

@@ -443,2 +450,3 @@ TSMappedType?: RuleFunction<TSESTree.TSMappedType>;

TSModuleDeclaration?: RuleFunction<TSESTree.TSModuleDeclaration>;
TSNamedTupleMember?: RuleFunction<TSESTree.TSNamedTupleMember>;
TSNamespaceExportDeclaration?: RuleFunction<TSESTree.TSNamespaceExportDeclaration>;

@@ -463,2 +471,3 @@ TSNeverKeyword?: RuleFunction<TSESTree.TSNeverKeyword>;

TSSymbolKeyword?: RuleFunction<TSESTree.TSSymbolKeyword>;
TSTemplateLiteralType?: RuleFunction<TSESTree.TSTemplateLiteralType>;
TSThisType?: RuleFunction<TSESTree.TSThisType>;

@@ -465,0 +474,0 @@ TSTupleType?: RuleFunction<TSESTree.TSTupleType>;

8

package.json
{
"name": "@typescript-eslint/utils",
"version": "8.6.0",
"version": "8.6.1-alpha.0",
"description": "Utilities for working with TypeScript + ESLint together",

@@ -67,5 +67,5 @@ "files": [

"@eslint-community/eslint-utils": "^4.4.0",
"@typescript-eslint/scope-manager": "8.6.0",
"@typescript-eslint/types": "8.6.0",
"@typescript-eslint/typescript-estree": "8.6.0"
"@typescript-eslint/scope-manager": "8.6.1-alpha.0",
"@typescript-eslint/types": "8.6.1-alpha.0",
"@typescript-eslint/typescript-estree": "8.6.1-alpha.0"
},

@@ -72,0 +72,0 @@ "peerDependencies": {

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