Socket
Socket
Sign inDemoInstall

@typescript-eslint/utils

Package Overview
Dependencies
122
Maintainers
2
Versions
1749
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 7.7.2-alpha.6 to 8.0.0-alpha.0

6

dist/ast-utils/helpers.d.ts

@@ -236,2 +236,4 @@ import type { AST_NODE_TYPES, AST_TOKEN_TYPES, TSESTree } from '../ts-estree';

type: NodeType;
}> | Extract<TSESTree.TSEnumBody, {
type: NodeType;
}> | Extract<TSESTree.TSEnumDeclaration, {

@@ -628,2 +630,4 @@ type: NodeType;

type: NodeTypes[number];
}> | Extract<TSESTree.TSEnumBody, {
type: NodeTypes[number];
}> | Extract<TSESTree.TSEnumDeclaration, {

@@ -1020,2 +1024,4 @@ type: NodeTypes[number];

type: NodeType;
}> | Extract<TSESTree.TSEnumBody, {
type: NodeType;
}> | Extract<TSESTree.TSEnumDeclaration, {

@@ -1022,0 +1028,0 @@ type: NodeType;

2

dist/ts-eslint/eslint/ESLintShared.d.ts

@@ -141,3 +141,3 @@ import type { Linter } from '../Linter';

*/
fixTypes?: ('directive' | 'layout' | 'problem' | 'suggestion')[] | null;
fixTypes?: ('directive' | 'problem' | 'suggestion')[] | null;
/**

@@ -144,0 +144,0 @@ * If false is present, the `eslint.lintFiles()` method doesn't interpret glob patterns.

@@ -67,5 +67,4 @@ import type { JSONSchema4 } from '../json-schema';

* - `"suggestion"` means the rule is identifying something that could be done in a better way but no errors will occur if the code isn’t changed.
* - `"layout"` means the rule cares primarily about whitespace, semicolons, commas, and parentheses, all the parts of the program that determine how the code looks rather than how it executes. These rules work on parts of the code that aren’t specified in the AST.
*/
type: 'layout' | 'problem' | 'suggestion';
type: 'problem' | 'suggestion';
/**

@@ -72,0 +71,0 @@ * The name of the rule this rule was replaced by, if it was deprecated.

{
"name": "@typescript-eslint/utils",
"version": "7.7.2-alpha.6",
"version": "8.0.0-alpha.0",
"description": "Utilities for working with TypeScript + ESLint together",

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

"@types/semver": "^7.5.8",
"@typescript-eslint/scope-manager": "7.7.2-alpha.6",
"@typescript-eslint/types": "7.7.2-alpha.6",
"@typescript-eslint/typescript-estree": "7.7.2-alpha.6",
"@typescript-eslint/scope-manager": "8.0.0-alpha.0",
"@typescript-eslint/types": "8.0.0-alpha.0",
"@typescript-eslint/typescript-estree": "8.0.0-alpha.0",
"semver": "^7.6.0"

@@ -83,3 +83,3 @@ },

"devDependencies": {
"@typescript-eslint/parser": "7.7.2-alpha.6",
"@typescript-eslint/parser": "8.0.0-alpha.0",
"downlevel-dts": "*",

@@ -86,0 +86,0 @@ "jest": "29.7.0",

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 not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc