Gathering detailed insights and metrics for botify-eslint-import-resolver-webpack
Gathering detailed insights and metrics for botify-eslint-import-resolver-webpack
Gathering detailed insights and metrics for botify-eslint-import-resolver-webpack
Gathering detailed insights and metrics for botify-eslint-import-resolver-webpack
npm install botify-eslint-import-resolver-webpack
Typescript
Module System
Node Version
NPM Version
46
Supply Chain
52.4
Quality
68.4
Maintenance
100
Vulnerability
97.3
License
JavaScript (99.83%)
TypeScript (0.15%)
CoffeeScript (0.01%)
Love this project? Help keep it running — sponsor us today! 🚀
Total Downloads
614
Last Day
1
Last Week
4
Last Month
16
Last Year
58
MIT License
1,281 Commits
11 Watchers
35 Branches
22 Contributors
Updated on May 27, 2024
Minified
Minified + Gzipped
Latest Version
0.8.5
Package Id
botify-eslint-import-resolver-webpack@0.8.5
Unpacked Size
19.11 kB
Size
6.01 kB
File Count
5
NPM Version
5.6.0
Node Version
9.5.0
Cumulative downloads
Total Downloads
Last Day
-50%
1
Compared to previous day
Last Week
-33.3%
4
Compared to previous week
Last Month
433.3%
16
Compared to previous month
Last Year
-34.8%
58
Compared to previous year
Webpack-literate module resolution plugin for eslint-plugin-import
.
Published separately to allow pegging to a specific version in case of breaking changes.
To use with eslint-plugin-import
, run:
npm i eslint-import-resolver-webpack -g
or if you manage ESLint as a dev dependency:
# inside your project's working tree
npm install eslint-import-resolver-webpack --save-dev
Will look for webpack.config.js
as a sibling of the first ancestral package.json
,
or a config
parameter may be provided with another filename/path either relative to the
package.json
, or a complete, absolute path.
If multiple webpack configurations are found the first configuration containing a resolve section will be used. Optionally, the config-index
(zero-based) setting can be used to select a specific configuration.
1--- 2settings: 3 import/resolver: webpack # take all defaults
or with explicit config file name:
1--- 2settings: 3 import/resolver: 4 webpack: 5 config: 'webpack.dev.config.js'
or with explicit config file name:
1--- 2settings: 3 import/resolver: 4 webpack: 5 config: 'webpack.multiple.config.js' 6 config-index: 1 # take the config at index 1
or with explicit config object:
1--- 2settings: 3 import/resolver: 4 webpack: 5 config: 6 resolve: 7 extensions: 8 - .js 9 - .jsx
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
0 existing vulnerabilities detected
Reason
license file detected
Details
Reason
Found 0/30 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
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
branch protection not enabled on development/release branches
Details
Score
Last Scanned on 2025-02-10
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