Installations
npm install eslint-import-resolver-module-alias-rn
Developer Guide
Typescript
No
Module System
CommonJS
Node Version
6.3.1
NPM Version
3.10.3
Score
62.7
Supply Chain
70.9
Quality
74.7
Maintenance
100
Vulnerability
99.6
License
Releases
Unable to fetch releases
Contributors
Unable to fetch Contributors
Languages
JavaScript (100%)
Developer
ghepesdoru
Download Statistics
Total Downloads
853
Last Day
1
Last Week
2
Last Month
7
Last Year
52
GitHub Statistics
2 Commits
2 Watching
1 Branches
1 Contributors
Bundle Size
30.33 kB
Minified
8.77 kB
Minified + Gzipped
Package Meta Information
Latest Version
0.0.2
Package Id
eslint-import-resolver-module-alias-rn@0.0.2
Size
3.35 kB
NPM Version
3.10.3
Node Version
6.3.1
Total Downloads
Cumulative downloads
Total Downloads
853
Last day
0%
1
Compared to previous day
Last week
100%
2
Compared to previous week
Last month
0%
7
Compared to previous month
Last year
-32.5%
52
Compared to previous year
Daily Downloads
Weekly Downloads
Monthly Downloads
Yearly Downloads
eslint-import-resolver-module-alias-rn
A babel-plugin-module-alias-rn resolver for [eslint-plugin-import][eslint-plugin-import]
Installation
1npm install --save-dev eslint-plugin-import eslint-import-resolver-module-alias-rn
Usage
Inside your .eslintrc
file, pass this resolver to eslint-plugin-import
:
"settings": {
"import/resolver": {
"module-alias-rn": {}
}
}
And see babel-plugin-module-alias-rn to know how to configure your aliases.
Example
{
react: Boolean,
root: String,
map: [
{
expose: String,
src: String
},
...
]
}
License
MIT, see LICENSE.md for details.
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
0 existing vulnerabilities detected
Reason
license file detected
Details
- Info: project has a license file: LICENSE:0
- Info: FSF or OSI recognized license: MIT License: LICENSE:0
Reason
Found 0/2 approved changesets -- score normalized to 0
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
no SAST tool detected
Details
- Warn: no pull requests merged into dev branch
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
- Warn: no security policy file detected
- Warn: no security file to analyze
- Warn: no security file to analyze
- Warn: no security file to analyze
Reason
project is not fuzzed
Details
- Warn: no fuzzer integrations found
Reason
branch protection not enabled on development/release branches
Details
- Warn: branch protection not enabled for branch 'master'
Score
3
/10
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