Gathering detailed insights and metrics for @amilajack/eslint-import-resolver-babel-module
Gathering detailed insights and metrics for @amilajack/eslint-import-resolver-babel-module
npm install @amilajack/eslint-import-resolver-babel-module
Typescript
Module System
Min. Node Version
Node Version
NPM Version
55.2
Supply Chain
76
Quality
73.5
Maintenance
100
Vulnerability
98.2
License
JavaScript (100%)
Total Downloads
719
Last Day
1
Last Week
1
Last Month
8
Last Year
82
248 Stars
119 Commits
31 Forks
7 Watching
1 Branches
15 Contributors
Minified
Minified + Gzipped
Latest Version
5.0.0
Package Id
@amilajack/eslint-import-resolver-babel-module@5.0.0
Unpacked Size
17.27 kB
Size
5.14 kB
File Count
5
NPM Version
6.2.0
Node Version
10.8.0
Cumulative downloads
Total Downloads
Last day
0%
1
Compared to previous day
Last week
0%
1
Compared to previous week
Last month
-20%
8
Compared to previous month
Last year
-40.6%
82
Compared to previous year
2
A babel-plugin-module-resolver resolver for eslint-plugin-import
1npm install --save-dev eslint-plugin-import eslint-import-resolver-babel-module
Inside your .eslintrc
file, pass this resolver to eslint-plugin-import
:
"settings": {
"import/resolver": {
"babel-module": {}
}
}
And see babel-plugin-module-resolver to know how to configure your aliases.
1{ 2 "extends": "airbnb", 3 "rules": { 4 "comma-dangle": 0 5 }, 6 "settings": { 7 "import/resolver": { 8 "babel-module": {} 9 } 10 } 11}
MIT, see LICENSE.md for details.
No vulnerabilities found.
Reason
no dangerous workflow patterns detected
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
dependency not pinned by hash detected -- score normalized to 4
Details
Reason
Found 6/30 approved changesets -- score normalized to 2
Reason
8 existing vulnerabilities detected
Details
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
project is archived
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
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-01-27
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