Socket
Socket
Sign inDemoInstall

@typescript-eslint/parser

Package Overview
Dependencies
Maintainers
1
Versions
3856
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 1.9.1-alpha.4 to 1.9.1-alpha.5

22

dist/parser-options.d.ts

@@ -1,21 +0,3 @@

export interface ParserOptions {
loc?: boolean;
comment?: boolean;
range?: boolean;
tokens?: boolean;
sourceType?: 'script' | 'module';
ecmaVersion?: number;
ecmaFeatures?: {
globalReturn?: boolean;
jsx?: boolean;
};
filePath?: string;
project?: string | string[];
useJSXTextNode?: boolean;
errorOnUnknownASTType?: boolean;
errorOnTypeScriptSyntacticAndSemanticIssues?: boolean;
tsconfigRootDir?: string;
extraFileExtensions?: string[];
warnOnUnsupportedTypeScriptVersion?: boolean;
}
import { TSESLint } from '@typescript-eslint/experimental-utils';
export declare type ParserOptions = TSESLint.ParserOptions;
//# sourceMappingURL=parser-options.d.ts.map

10

package.json
{
"name": "@typescript-eslint/parser",
"version": "1.9.1-alpha.4+67537b8",
"version": "1.9.1-alpha.5+370ac72",
"description": "An ESLint custom parser which leverages TypeScript ESTree",

@@ -40,4 +40,4 @@ "main": "dist/parser.js",

"dependencies": {
"@typescript-eslint/experimental-utils": "1.9.1-alpha.4+67537b8",
"@typescript-eslint/typescript-estree": "1.9.1-alpha.4+67537b8",
"@typescript-eslint/experimental-utils": "1.9.1-alpha.5+370ac72",
"@typescript-eslint/typescript-estree": "1.9.1-alpha.5+370ac72",
"eslint-scope": "^4.0.0",

@@ -48,5 +48,5 @@ "eslint-visitor-keys": "^1.0.0"

"@types/eslint-visitor-keys": "^1.0.0",
"@typescript-eslint/shared-fixtures": "1.9.1-alpha.4+67537b8"
"@typescript-eslint/shared-fixtures": "1.9.1-alpha.5+370ac72"
},
"gitHead": "67537b863a8a98383796abb404224fdfc1c7b996"
"gitHead": "370ac729689905384adb20f92240264660fcc9bc"
}

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