Gathering detailed insights and metrics for convert-tsconfig-paths-to-webpack-aliases
Gathering detailed insights and metrics for convert-tsconfig-paths-to-webpack-aliases
Gathering detailed insights and metrics for convert-tsconfig-paths-to-webpack-aliases
Gathering detailed insights and metrics for convert-tsconfig-paths-to-webpack-aliases
npm install convert-tsconfig-paths-to-webpack-aliases
87.8
Supply Chain
63.4
Quality
75
Maintenance
100
Vulnerability
100
License
Module System
Min. Node Version
Typescript Support
Node Version
NPM Version
17 Stars
7 Commits
2 Watching
15 Branches
1 Contributors
Updated on 02 Nov 2021
TypeScript (88.85%)
JavaScript (11.15%)
Cumulative downloads
Total Downloads
Last day
304.6%
1,400
Compared to previous day
Last week
-21.1%
9,021
Compared to previous week
Last month
29.2%
35,050
Compared to previous month
Last year
-8.3%
136,162
Compared to previous year
5
tsconfig
paths to webpack
aliasesUtility package to convert typescript paths notation to webpack aliases.
Typescript uses globstar in paths
compiler option that is incompatible with webpack alias
property.
This utility function converts paths
found in tsconfig.json
file to notation which webpack understands. In this way typescript
and webpack
aliases are always in sync and there is only one source of truth when it comes to aliases.
in your webpack.config
1const convertPathsToAliases = require("convert-tsconfig-paths-to-webpack-aliases").default 2const tsconfig = require("./tsconfig.json") // all comments in tsconfig.json must be removed 3const aliases = convertPathsToAliases(tsconfig) 4 5module.exports = { 6 ... 7 resolve: { 8 alias: aliases 9 } 10}
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
Found 0/6 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 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
Reason
branch protection not enabled on development/release branches
Details
Reason
56 existing vulnerabilities detected
Details
Score
Last Scanned on 2024-11-18
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