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

@typescript-eslint/parser

Package Overview
Dependencies
Maintainers
2
Versions
3886
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@typescript-eslint/parser - npm Package Compare versions

Comparing version 8.10.1-alpha.7 to 8.11.0

4

dist/parser.d.ts

@@ -20,6 +20,6 @@ import type { ScopeManager } from '@typescript-eslint/scope-manager';

}
declare function parse(code: ts.SourceFile | string, options?: ParserOptions): ParseForESLintResult['ast'];
declare function parseForESLint(code: ts.SourceFile | string, parserOptions?: ParserOptions | null): ParseForESLintResult;
declare function parse(code: string | ts.SourceFile, options?: ParserOptions): ParseForESLintResult['ast'];
declare function parseForESLint(code: string | ts.SourceFile, parserOptions?: ParserOptions | null): ParseForESLintResult;
export { parse, parseForESLint };
export type { ParserOptions } from '@typescript-eslint/types';
//# sourceMappingURL=parser.d.ts.map
{
"name": "@typescript-eslint/parser",
"version": "8.10.1-alpha.7",
"version": "8.11.0",
"description": "An ESLint custom parser which leverages TypeScript ESTree",

@@ -55,6 +55,6 @@ "files": [

"dependencies": {
"@typescript-eslint/scope-manager": "8.10.1-alpha.7",
"@typescript-eslint/types": "8.10.1-alpha.7",
"@typescript-eslint/typescript-estree": "8.10.1-alpha.7",
"@typescript-eslint/visitor-keys": "8.10.1-alpha.7",
"@typescript-eslint/scope-manager": "8.11.0",
"@typescript-eslint/types": "8.11.0",
"@typescript-eslint/typescript-estree": "8.11.0",
"@typescript-eslint/visitor-keys": "8.11.0",
"debug": "^4.3.4"

@@ -61,0 +61,0 @@ },

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