Socket
Socket
Sign inDemoInstall

eslint-import-resolver-typescript

Package Overview
Dependencies
Maintainers
3
Versions
44
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-import-resolver-typescript - npm Package Compare versions

Comparing version 3.5.5 to 3.6.0

1

lib/index.d.ts
import type { ResolveOptions } from 'enhanced-resolve';
export declare const globSync: (patterns: string | readonly string[], options?: import("globby").Options | undefined) => string[];
export declare const defaultConditionNames: string[];

@@ -4,0 +3,0 @@ export declare const defaultExtensions: string[];

import fs from 'node:fs';
import path from 'node:path';
import { fileURLToPath } from 'node:url';
import debug from 'debug';
import enhancedResolve from 'enhanced-resolve';
import { hashObject } from 'eslint-module-utils/hash.js';
import { sync as globSync } from 'fast-glob';
import { createPathsMatcher, getTsconfig } from 'get-tsconfig';
import isCore from 'is-core-module';
import isGlob from 'is-glob';
import { createSyncFn } from 'synckit';
const IMPORTER_NAME = 'eslint-import-resolver-typescript';
const log = debug(IMPORTER_NAME);
const _dirname = typeof __dirname === 'undefined'
? path.dirname(fileURLToPath(import.meta.url))
: __dirname;
export const globSync = createSyncFn(path.resolve(_dirname, 'worker.mjs'));
export const defaultConditionNames = [

@@ -18,0 +13,0 @@ 'types',

11

package.json
{
"name": "eslint-import-resolver-typescript",
"version": "3.5.5",
"version": "3.6.0",
"type": "module",

@@ -52,7 +52,6 @@ "description": "This plugin adds `TypeScript` support to `eslint-plugin-import`",

"eslint-module-utils": "^2.7.4",
"fast-glob": "^3.3.1",
"get-tsconfig": "^4.5.0",
"globby": "^13.1.3",
"is-core-module": "^2.11.0",
"is-glob": "^4.0.3",
"synckit": "^0.8.5"
"is-glob": "^4.0.3"
},

@@ -74,3 +73,3 @@ "devDependencies": {

"type-coverage": "^2.25.0",
"typescript": "^5.0.3"
"typescript": "^5.0.4"
},

@@ -80,3 +79,3 @@ "resolutions": {

"eslint-plugin-import": "^2.27.5",
"prettier": "^2.7.1"
"prettier": "^2.8.7"
},

@@ -83,0 +82,0 @@ "typeCoverage": {

Sorry, the diff of this file is not supported yet

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