🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

@typescript-eslint/typescript-estree

Package Overview
Dependencies
Maintainers
2
Versions
4241
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

to
8.33.2-alpha.5

3

dist/node-utils.js

@@ -413,2 +413,5 @@ "use strict";

function getTokenType(token) {
if (token.kind === SyntaxKind.NullKeyword) {
return ts_estree_1.AST_TOKEN_TYPES.Null;
}
let keywordKind;

@@ -415,0 +418,0 @@ if (isAtLeast50 && token.kind === SyntaxKind.Identifier) {

10

package.json
{
"name": "@typescript-eslint/typescript-estree",
"version": "8.33.2-alpha.4",
"version": "8.33.2-alpha.5",
"description": "A parser that converts TypeScript source code into an ESTree compatible form",

@@ -56,6 +56,6 @@ "files": [

"dependencies": {
"@typescript-eslint/project-service": "8.33.2-alpha.4",
"@typescript-eslint/tsconfig-utils": "8.33.2-alpha.4",
"@typescript-eslint/types": "8.33.2-alpha.4",
"@typescript-eslint/visitor-keys": "8.33.2-alpha.4",
"@typescript-eslint/project-service": "8.33.2-alpha.5",
"@typescript-eslint/tsconfig-utils": "8.33.2-alpha.5",
"@typescript-eslint/types": "8.33.2-alpha.5",
"@typescript-eslint/visitor-keys": "8.33.2-alpha.5",
"debug": "^4.3.4",

@@ -62,0 +62,0 @@ "fast-glob": "^3.3.2",

Sorry, the diff of this file is not supported yet