Gathering detailed insights and metrics for eslint-import-resolver-node
Gathering detailed insights and metrics for eslint-import-resolver-node
Gathering detailed insights and metrics for eslint-import-resolver-node
Gathering detailed insights and metrics for eslint-import-resolver-node
eslint-import-resolver-alias
a simple Node behavior import resolution plugin for eslint-plugin-import, supporting module alias.
eslint-import-resolver-node-extended
Node import resolver for eslint-plugin-import.
eslint-import-resolver-node-browser
Effectively the same as the node resolver, but with browser (and more) field support
eslint-import-resolver-node-suffix
Node default behavior import resolution plugin for eslint-plugin-import with suffix support.
ESLint plugin with rules that help validate proper imports.
npm install eslint-import-resolver-node
Typescript
Module System
Node Version
NPM Version
95.8
Supply Chain
77.1
Quality
79.8
Maintenance
100
Vulnerability
99.6
License
JavaScript (99.12%)
HTML (0.46%)
TypeScript (0.2%)
Shell (0.17%)
PowerShell (0.03%)
Batchfile (0.02%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
MIT License
5,775 Stars
2,322 Commits
1,551 Forks
37 Watchers
16 Branches
364 Contributors
Updated on Jul 12, 2025
Latest Version
0.3.9
Package Id
eslint-import-resolver-node@0.3.9
Unpacked Size
5.17 kB
Size
2.42 kB
File Count
4
NPM Version
9.8.0
Node Version
20.5.0
Published on
Aug 08, 2023
Cumulative downloads
Total Downloads
Last Day
0%
NaN
Compared to previous day
Last Week
0%
NaN
Compared to previous week
Last Month
0%
NaN
Compared to previous month
Last Year
0%
NaN
Compared to previous year
Default Node-style module resolution plugin for eslint-plugin-import
.
Published separately to allow pegging to a specific version in case of breaking changes.
Config is passed directly through to resolve
as options:
1settings: 2 import/resolver: 3 node: 4 extensions: 5 # if unset, default is just '.js', but it must be re-added explicitly if set 6 - .js 7 - .jsx 8 - .es6 9 - .coffee 10 11 paths: 12 # an array of absolute paths which will also be searched 13 # think NODE_PATH 14 - /usr/local/share/global_modules 15 16 # this is technically for identifying `node_modules` alternate names 17 moduleDirectory: 18 19 - node_modules # defaults to 'node_modules', but... 20 - bower_components 21 22 - project/src # can add a path segment here that will act like 23 # a source root, for in-project aliasing (i.e. 24 # `import MyStore from 'stores/my-store'`)
or to use the default options:
1settings: 2 import/resolver: node
No vulnerabilities found.
Reason
6 commit(s) and 17 issue activity found in the last 90 days -- score normalized to 10
Reason
no dangerous workflow patterns detected
Reason
security policy file detected
Details
Reason
no binaries found in the repo
Reason
0 existing vulnerabilities detected
Reason
license file detected
Details
Reason
Found 19/30 approved changesets -- score normalized to 6
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
dependency not pinned by hash detected -- score normalized to 0
Details
Reason
project is not fuzzed
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Score
Last Scanned on 2025-07-07
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More