Socket
Socket
Sign inDemoInstall

@typescript-eslint/typescript-estree

Package Overview
Dependencies
35
Maintainers
2
Versions
3458
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 7.5.1-alpha.2 to 7.5.1-alpha.3

3

dist/parser-options.d.ts

@@ -173,2 +173,5 @@ import type { CacheDurationSeconds, DebugLevel, JSDocParsingMode } from '@typescript-eslint/types';

* whether or not ESLint is being used as part of a single run.
*
* This setting's default value can be specified by setting a `TSESTREE_SINGLE_RUN`
* environment variable to `"false"` or `"true"`.
*/

@@ -175,0 +178,0 @@ allowAutomaticSingleRunInference?: boolean;

8

package.json
{
"name": "@typescript-eslint/typescript-estree",
"version": "7.5.1-alpha.2",
"version": "7.5.1-alpha.3",
"description": "A parser that converts TypeScript source code into an ESTree compatible form",

@@ -57,8 +57,8 @@ "files": [

"dependencies": {
"@typescript-eslint/types": "7.5.1-alpha.2",
"@typescript-eslint/visitor-keys": "7.5.1-alpha.2",
"@typescript-eslint/types": "7.5.1-alpha.3",
"@typescript-eslint/visitor-keys": "7.5.1-alpha.3",
"debug": "^4.3.4",
"globby": "^11.1.0",
"is-glob": "^4.0.3",
"minimatch": "9.0.3",
"minimatch": "^9.0.3",
"semver": "^7.5.4",

@@ -65,0 +65,0 @@ "ts-api-utils": "^1.0.1"

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