Socket
Socket
Sign inDemoInstall

@typescript-eslint/type-utils

Package Overview
Dependencies
Maintainers
0
Versions
2151
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@typescript-eslint/type-utils - npm Package Compare versions

Comparing version 8.7.1-alpha.8 to 8.7.1-alpha.9

3

dist/getTypeName.js

@@ -48,3 +48,4 @@ "use strict";

const typeParamDecl = decls?.[0];
if (ts.isTypeParameterDeclaration(typeParamDecl) &&
if (typeParamDecl != null &&
ts.isTypeParameterDeclaration(typeParamDecl) &&
typeParamDecl.constraint != null) {

@@ -51,0 +52,0 @@ return getTypeName(typeChecker, typeChecker.getTypeFromTypeNode(typeParamDecl.constraint));

{
"name": "@typescript-eslint/type-utils",
"version": "8.7.1-alpha.8",
"version": "8.7.1-alpha.9",
"description": "Type utilities for working with TypeScript + ESLint together",

@@ -49,4 +49,4 @@ "files": [

"dependencies": {
"@typescript-eslint/typescript-estree": "8.7.1-alpha.8",
"@typescript-eslint/utils": "8.7.1-alpha.8",
"@typescript-eslint/typescript-estree": "8.7.1-alpha.9",
"@typescript-eslint/utils": "8.7.1-alpha.9",
"debug": "^4.3.4",

@@ -57,3 +57,3 @@ "ts-api-utils": "^1.3.0"

"@jest/types": "29.6.3",
"@typescript-eslint/parser": "8.7.1-alpha.8",
"@typescript-eslint/parser": "8.7.1-alpha.9",
"ajv": "^6.12.6",

@@ -60,0 +60,0 @@ "downlevel-dts": "*",

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