Gathering detailed insights and metrics for @taqtile/gulp-module-resolver
Gathering detailed insights and metrics for @taqtile/gulp-module-resolver
Gathering detailed insights and metrics for @taqtile/gulp-module-resolver
Gathering detailed insights and metrics for @taqtile/gulp-module-resolver
Taqtile's Tools for Web and Node development
npm install @taqtile/gulp-module-resolver
Typescript
Module System
Min. Node Version
TypeScript (97.09%)
Shell (2.91%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
MIT License
1 Stars
47 Commits
16 Watchers
9 Branches
5 Contributors
Updated on May 07, 2022
Latest Version
0.7.1
Package Id
@taqtile/gulp-module-resolver@0.7.1
Unpacked Size
4.82 kB
Size
2.36 kB
File Count
8
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
3
1
Resolve aliased dependencies based on TS Config paths map
1const gulp = require('gulp'); 2const resolver = require('./packages/gulp-module-resolver'); 3const ts = require('gulp-typescript'); 4 5const tsProject = ts.createProject('tsconfig.json'); 6const outDir = tsProject.config.compilerOptions.outDir; 7 8gulp.task('default', () => { 9 return tsProject 10 .src() 11 .pipe(tsProject()) 12 .pipe(resolver({ rootPath: outDir })) 13 .pipe(gulp.dest(outDir)) 14 ; 15});
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
Found 2/20 approved changesets -- score normalized to 1
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
branch protection not enabled on development/release branches
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Reason
41 existing vulnerabilities detected
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