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.0.0-alpha.34 to 8.0.0-alpha.35

1

dist/index.d.ts

@@ -7,3 +7,2 @@ export * from './builtinSymbolLikes';

export * from './getSourceFileOfNode';
export * from './getTokenAtPosition';
export * from './getTypeName';

@@ -10,0 +9,0 @@ export * from './isSymbolFromDefaultLibrary';

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

__exportStar(require("./getSourceFileOfNode"), exports);
__exportStar(require("./getTokenAtPosition"), exports);
__exportStar(require("./getTypeName"), exports);

@@ -27,0 +26,0 @@ __exportStar(require("./isSymbolFromDefaultLibrary"), exports);

8

package.json
{
"name": "@typescript-eslint/type-utils",
"version": "8.0.0-alpha.34",
"version": "8.0.0-alpha.35",
"description": "Type utilities for working with TypeScript + ESLint together",

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

"dependencies": {
"@typescript-eslint/typescript-estree": "8.0.0-alpha.34",
"@typescript-eslint/utils": "8.0.0-alpha.34",
"@typescript-eslint/typescript-estree": "8.0.0-alpha.35",
"@typescript-eslint/utils": "8.0.0-alpha.35",
"debug": "^4.3.4",

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

"@jest/types": "29.6.3",
"@typescript-eslint/parser": "8.0.0-alpha.34",
"@typescript-eslint/parser": "8.0.0-alpha.35",
"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