Socket
Socket
Sign inDemoInstall

@typescript-eslint/typescript-estree

Package Overview
Dependencies
Maintainers
2
Versions
3811
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@typescript-eslint/typescript-estree - npm Package Compare versions

Comparing version 8.3.1-alpha.7 to 8.3.1-alpha.8

3

dist/withoutProjectParserOptions.d.ts

@@ -1,2 +0,1 @@

import type { TSESTreeOptions } from './parser-options';
/**

@@ -10,3 +9,3 @@ * Removes options that prompt the parser to parse the project with type

*/
export declare function withoutProjectParserOptions(opts: TSESTreeOptions): TSESTreeOptions;
export declare function withoutProjectParserOptions<Options extends object>(opts: Options): Omit<Options, 'EXPERIMENTAL_useProjectService' | 'project' | 'projectService'>;
//# sourceMappingURL=withoutProjectParserOptions.d.ts.map
{
"name": "@typescript-eslint/typescript-estree",
"version": "8.3.1-alpha.7",
"version": "8.3.1-alpha.8",
"description": "A parser that converts TypeScript source code into an ESTree compatible form",

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

"dependencies": {
"@typescript-eslint/types": "8.3.1-alpha.7",
"@typescript-eslint/visitor-keys": "8.3.1-alpha.7",
"@typescript-eslint/types": "8.3.1-alpha.8",
"@typescript-eslint/visitor-keys": "8.3.1-alpha.8",
"debug": "^4.3.4",

@@ -61,0 +61,0 @@ "fast-glob": "^3.3.2",

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc