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.6.0 to 3.6.1

3

lib/index.js

@@ -6,6 +6,7 @@ import fs from 'node:fs';

import { hashObject } from 'eslint-module-utils/hash.js';
import { sync as globSync } from 'fast-glob';
import fg from 'fast-glob';
import { createPathsMatcher, getTsconfig } from 'get-tsconfig';
import isCore from 'is-core-module';
import isGlob from 'is-glob';
const { globSync } = fg;
const IMPORTER_NAME = 'eslint-import-resolver-typescript';

@@ -12,0 +13,0 @@ const log = debug(IMPORTER_NAME);

{
"name": "eslint-import-resolver-typescript",
"version": "3.6.0",
"version": "3.6.1",
"type": "module",

@@ -13,3 +13,3 @@ "description": "This plugin adds `TypeScript` support to `eslint-plugin-import`",

"license": "ISC",
"packageManager": "pnpm@8.0.0",
"packageManager": "pnpm@8.7.6",
"engines": {

@@ -61,3 +61,3 @@ "node": "^14.18.0 || >=16.0.0"

"@changesets/changelog-github": "^0.4.8",
"@changesets/cli": "^2.26.1",
"@changesets/cli": "^2.26.2",
"@mozilla/glean": "^1.3.0",

@@ -68,3 +68,3 @@ "@types/debug": "^4.1.7",

"@types/node": "^18.15.11",
"@types/unist": "^2.0.6",
"@types/unist": "^2.0.8",
"dummy.js": "link:dummy.js",

@@ -71,0 +71,0 @@ "react": "^18.2.0",

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