Socket
Socket
Sign inDemoInstall

@typescript-eslint/typescript-estree

Package Overview
Dependencies
Maintainers
1
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 1.6.1-alpha.10 to 1.6.1-alpha.11

2

dist/ts-estree/ts-estree.d.ts

@@ -70,3 +70,3 @@ import { AST_NODE_TYPES, AST_TOKEN_TYPES } from './ast-node-types';

export declare type JSXTagNameExpression = JSXIdentifier | JSXMemberExpression;
export declare type LeftHandSideExpression = CallExpression | ClassExpression | ClassDeclaration | FunctionExpression | LiteralExpression | MemberExpression | PrimaryExpression | TaggedTemplateExpression | TSNonNullExpression;
export declare type LeftHandSideExpression = CallExpression | ClassExpression | ClassDeclaration | FunctionExpression | LiteralExpression | MemberExpression | PrimaryExpression | TaggedTemplateExpression | TSNonNullExpression | TSAsExpression;
export declare type LiteralExpression = BigIntLiteral | Literal | TemplateLiteral;

@@ -73,0 +73,0 @@ export declare type Modifier = TSAbstractKeyword | TSAsyncKeyword | TSDeclareKeyword | TSExportKeyword | TSPublicKeyword | TSPrivateKeyword | TSProtectedKeyword | TSReadonlyKeyword | TSStaticKeyword;

{
"name": "@typescript-eslint/typescript-estree",
"version": "1.6.1-alpha.10+5592a2c",
"version": "1.6.1-alpha.11+116ca75",
"description": "A parser that converts TypeScript source code into an ESTree compatible form",

@@ -47,5 +47,5 @@ "main": "dist/parser.js",

"@babel/types": "^7.3.2",
"@typescript-eslint/shared-fixtures": "1.6.1-alpha.10+5592a2c"
"@typescript-eslint/shared-fixtures": "1.6.1-alpha.11+116ca75"
},
"gitHead": "5592a2ca04c14c934cf4c204046572ee26bb067f"
"gitHead": "116ca757b976300b49af08b97bcce59c1961c227"
}

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