Gathering detailed insights and metrics for gulp-junit-merge
Gathering detailed insights and metrics for gulp-junit-merge
Gathering detailed insights and metrics for gulp-junit-merge
Gathering detailed insights and metrics for gulp-junit-merge
npm install gulp-junit-merge
Typescript
Module System
Node Version
NPM Version
JavaScript (100%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
MIT License
22 Commits
1 Watchers
18 Branches
1 Contributors
Updated on Aug 03, 2020
Latest Version
0.3.0
Package Id
gulp-junit-merge@0.3.0
Unpacked Size
13.69 kB
Size
4.46 kB
File Count
12
NPM Version
6.13.7
Node Version
13.11.0
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
8
Simple gulp plugin using junit-report-merger underneath.
const gulp = require('gulp');
const merger = require('gulp-junit-merge');
gulp.task('merge', () => {
return gulp.src('./reports/**/junit.xml')
.pipe(merger())
.pipe(gulp.dest('./reports/merged'));
});
const gulp = require('gulp');
const merger = require('gulp-junit-merge');
gulp.task('merge', () => {
return gulp.src('./reports/**/junit.xml')
.pipe(merger({
filename: 'junit-global.xml'
}))
.pipe(gulp.dest('./reports/merged'));
});
filename
- emmited file will have the name providedNo vulnerabilities found.
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
Found 0/19 approved changesets -- 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
46 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