Gathering detailed insights and metrics for @types/karma-jasmine-html-reporter
Gathering detailed insights and metrics for @types/karma-jasmine-html-reporter
Gathering detailed insights and metrics for @types/karma-jasmine-html-reporter
Gathering detailed insights and metrics for @types/karma-jasmine-html-reporter
The repository for high quality TypeScript type definitions.
npm install @types/karma-jasmine-html-reporter
Typescript
Module System
95.6
Supply Chain
69.5
Quality
75.5
Maintenance
100
Vulnerability
100
License
TypeScript (99.9%)
JavaScript (0.09%)
Shell (0.01%)
Total Downloads
10,758,362
Last Day
3,209
Last Week
27,570
Last Month
133,110
Last Year
1,544,159
NOASSERTION License
49,603 Stars
89,192 Commits
30,375 Forks
641 Watchers
3 Branches
9,957 Contributors
Updated on Apr 19, 2025
Latest Version
1.7.3
Package Id
@types/karma-jasmine-html-reporter@1.7.3
Unpacked Size
4.10 kB
Size
1.77 kB
File Count
5
Published on
Nov 07, 2023
Cumulative downloads
Total Downloads
Last Day
-36.7%
3,209
Compared to previous day
Last Week
-14.5%
27,570
Compared to previous week
Last Month
-3.3%
133,110
Compared to previous month
Last Year
-34.2%
1,544,159
Compared to previous year
1
npm install --save @types/karma-jasmine-html-reporter
This package contains type definitions for karma-jasmine-html-reporter (https://github.com/dfederm/karma-jasmine-html-reporter#readme).
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/karma-jasmine-html-reporter.
1import "karma"; 2 3declare module "karma" { 4 interface ConfigOptions { 5 /** 6 * In combination with multiple reporters you may want to disable failed messages 7 * because it's already handled by another reporter 8 * See {@link https://github.com/dfederm/karma-jasmine-html-reporter#with-options} 9 */ 10 jasmineHtmlReporter?: JasmineHtmlReporterOptions | undefined; 11 } 12 interface JasmineHtmlReporterOptions { 13 /** 14 * Suppress all messages (overrides other suppress settings) 15 */ 16 suppressAll?: boolean | undefined; 17 /** Suppress failed messages */ 18 suppressFailed?: boolean | undefined; 19 } 20} 21
These definitions were written by Piotr Błażejewicz.
No vulnerabilities found.
Reason
30 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10
Reason
security policy file detected
Details
Reason
no dangerous workflow patterns detected
Reason
0 existing vulnerabilities detected
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
Found 26/29 approved changesets -- score normalized to 8
Reason
dependency not pinned by hash detected -- score normalized to 8
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Reason
project is not fuzzed
Details
Score
Last Scanned on 2025-04-14
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