New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@typescript-eslint/parser

Package Overview
Dependencies
Maintainers
2
Versions
4055
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.20.1-alpha.0 to 8.20.1-alpha.1

5

dist/parser.d.ts

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

}
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 declare function parse(code: string | ts.SourceFile, options?: ParserOptions): ParseForESLintResult['ast'];
export declare function parseForESLint(code: string | ts.SourceFile, parserOptions?: ParserOptions | null): ParseForESLintResult;
export type { ParserOptions } from '@typescript-eslint/types';
//# sourceMappingURL=parser.d.ts.map

10

package.json
{
"name": "@typescript-eslint/parser",
"version": "8.20.1-alpha.0",
"version": "8.20.1-alpha.1",
"description": "An ESLint custom parser which leverages TypeScript ESTree",

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

"dependencies": {
"@typescript-eslint/scope-manager": "8.20.1-alpha.0",
"@typescript-eslint/types": "8.20.1-alpha.0",
"@typescript-eslint/typescript-estree": "8.20.1-alpha.0",
"@typescript-eslint/visitor-keys": "8.20.1-alpha.0",
"@typescript-eslint/scope-manager": "8.20.1-alpha.1",
"@typescript-eslint/types": "8.20.1-alpha.1",
"@typescript-eslint/typescript-estree": "8.20.1-alpha.1",
"@typescript-eslint/visitor-keys": "8.20.1-alpha.1",
"debug": "^4.3.4"

@@ -62,0 +62,0 @@ },

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