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

eslint-import-resolver-typescript

Package Overview
Dependencies
Maintainers
3
Versions
78
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

to
4.3.5

10

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

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

},
"module-sync": {
"types": "./lib/index.d.ts",
"default": "./lib/index.js"
},
"require": {
"types": "./index.d.cts",
"default": "./lib/index.cjs"
},
"default": {
"types": "./lib/index.d.ts",
"default": "./lib/index.js"
}

@@ -38,0 +30,0 @@ },