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.7.1-alpha.9 to 1.7.1-alpha.10

2

dist/node-utils.d.ts

@@ -211,3 +211,3 @@ import ts from 'typescript';

*/
export declare function firstDefined<T, U>(array: ReadonlyArray<T> | undefined, callback: (element: T, index: number) => U | undefined): U | undefined;
export declare function firstDefined<T, U>(array: readonly T[] | undefined, callback: (element: T, index: number) => U | undefined): U | undefined;
//# sourceMappingURL=node-utils.d.ts.map

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

type: AST_NODE_TYPES.TSTypeOperator;
operator: 'keyof' | 'unique';
operator: 'keyof' | 'unique' | 'readonly';
typeAnnotation?: TSTypeAnnotation;

@@ -808,0 +808,0 @@ }

{
"name": "@typescript-eslint/typescript-estree",
"version": "1.7.1-alpha.9+06538e3",
"version": "1.7.1-alpha.10+8e2d2f5",
"description": "A parser that converts TypeScript source code into an ESTree compatible form",

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

"@babel/types": "^7.3.2",
"@typescript-eslint/shared-fixtures": "1.7.1-alpha.9+06538e3"
"@typescript-eslint/shared-fixtures": "1.7.1-alpha.10+8e2d2f5"
},
"gitHead": "06538e36c81fb2ece35d512e5fbfa3b14003798c"
"gitHead": "8e2d2f587c82ff3f6719a5045b165df9dad2c219"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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