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

@typescript-eslint/types

Package Overview
Dependencies
Maintainers
1
Versions
3203
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@typescript-eslint/types - npm Package Compare versions

Comparing version 4.0.2-alpha.18 to 4.0.2-alpha.19

5

dist/ts-estree.d.ts

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

export declare type PrimaryExpression = ArrayExpression | ArrayPattern | ClassExpression | FunctionExpression | Identifier | JSXElement | JSXFragment | JSXOpeningElement | Literal | LiteralExpression | MetaProperty | ObjectExpression | ObjectPattern | Super | TemplateLiteral | ThisExpression | TSNullKeyword;
export declare type ProgramStatement = ClassDeclaration | ExportAllDeclaration | ExportDefaultDeclaration | ExportNamedDeclaration | ImportDeclaration | Statement | TSDeclareFunction | TSEnumDeclaration | TSExportAssignment | TSImportEqualsDeclaration | TSInterfaceDeclaration | TSNamespaceExportDeclaration | TSTypeAliasDeclaration;
export declare type Property = PropertyComputedName | PropertyNonComputedName;

@@ -604,3 +605,3 @@ export declare type PropertyName = PropertyNameComputed | PropertyNameNonComputed;

type: AST_NODE_TYPES.Program;
body: Statement[];
body: ProgramStatement[];
sourceType: 'module' | 'script';

@@ -870,3 +871,3 @@ comments?: Comment[];

type: AST_NODE_TYPES.TSModuleBlock;
body: Statement[];
body: ProgramStatement[];
}

@@ -873,0 +874,0 @@ export interface TSModuleDeclaration extends BaseNode {

4

package.json
{
"name": "@typescript-eslint/types",
"version": "4.0.2-alpha.18+2ada5aff",
"version": "4.0.2-alpha.19+3d07a99f",
"description": "Types for the TypeScript-ESTree AST spec",

@@ -51,3 +51,3 @@ "keywords": [

},
"gitHead": "2ada5aff1ef37bc260d7a0eaafe9ff04f8a08fe4"
"gitHead": "3d07a99faa0a5fc1b44acdb43ddbfc90a5105833"
}

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