Socket
Socket
Sign inDemoInstall

@typescript-eslint/typescript-estree

Package Overview
Dependencies
Maintainers
1
Versions
3860
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.4.3-alpha.2 to 1.4.3-alpha.3

2

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

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

interface MethodDefinitionBase extends BaseNode {
key: PropertyName;
key: Expression;
value: FunctionExpression | TSEmptyBodyFunctionExpression;

@@ -137,0 +137,0 @@ computed: boolean;

{
"name": "@typescript-eslint/typescript-estree",
"version": "1.4.3-alpha.2+b66363a",
"version": "1.4.3-alpha.3+f6e5118",
"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.4.3-alpha.2+b66363a"
"@typescript-eslint/shared-fixtures": "1.4.3-alpha.3+f6e5118"
},
"gitHead": "b66363a017d4c9922e31f52e22f8eabf2bd69b82"
"gitHead": "f6e51182bfbb24d92348a1c5ce76465d34ee0d41"
}

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