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

@typescript-eslint/typescript-estree

Package Overview
Dependencies
Maintainers
1
Versions
3941
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.11.1-alpha.8 to 1.11.1-alpha.9

6

dist/node-utils.js

@@ -420,2 +420,3 @@ "use strict";

case SyntaxKind.ModuleKeyword:
case SyntaxKind.AsyncKeyword:
return ts_estree_1.AST_TOKEN_TYPES.Identifier;

@@ -487,3 +488,6 @@ default:

? token.getFullStart()
: token.getStart(ast), end = token.getEnd(), value = ast.text.slice(start, end), newToken = {
: token.getStart(ast);
const end = token.getEnd();
const value = ast.text.slice(start, end);
const newToken = {
type: getTokenType(token),

@@ -490,0 +494,0 @@ value,

6

package.json
{
"name": "@typescript-eslint/typescript-estree",
"version": "1.11.1-alpha.8+af70a59",
"version": "1.11.1-alpha.9+6de19d3",
"description": "A parser that converts TypeScript source code into an ESTree compatible form",

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

"@babel/types": "^7.3.2",
"@typescript-eslint/shared-fixtures": "1.11.1-alpha.8+af70a59"
"@typescript-eslint/shared-fixtures": "1.11.1-alpha.9+6de19d3"
},
"gitHead": "af70a5932f8032cde13f4a0c98d6657cdb40b441"
"gitHead": "6de19d3357706903c0ba7a73ef35aac6bfe048e7"
}

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