Security News
cURL Project and Go Security Teams Reject CVSS as Broken
cURL and Go security teams are publicly rejecting CVSS as flawed for assessing vulnerabilities and are calling for more accurate, context-aware approaches.
@types/istanbul
Advanced tools
TypeScript definitions for istanbul
npm install --save @types/istanbul
This package contains type definitions for istanbul (https://github.com/gotwarlost/istanbul).
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/istanbul.
declare namespace istanbul {
interface Istanbul {
new(options?: any): Istanbul;
Collector: Collector;
config: Config;
ContentWriter: ContentWriter;
FileWriter: FileWriter;
hook: Hook;
Instrumenter: Instrumenter;
Report: Report;
Reporter: Reporter;
Store: Store;
utils: ObjectUtils;
VERSION: string;
Writer: Writer;
}
interface Collector {
new(options?: any): Collector;
add(coverage: any, testName?: string): void;
getFinalCoverage(): any;
}
interface Config {
}
interface ContentWriter {
}
interface FileWriter {
}
interface Hook {
}
interface Instrumenter {
new(options?: any): Instrumenter;
instrumentSync(code: string, filename: string): string;
}
interface Report {
}
interface Configuration {
new(obj: any, overrides: any): Configuration;
}
interface Reporter {
new(cfg?: Configuration, dir?: string): Reporter;
add(fmt: string): void;
addAll(fmts: string[]): void;
write(collector: Collector, sync: boolean, callback: Function): void;
}
interface Store {
}
interface ObjectUtils {
}
interface Writer {
}
}
declare var istanbul: istanbul.Istanbul;
export = istanbul;
These definitions were written by Tanguy Krotoff.
FAQs
TypeScript definitions for istanbul
The npm package @types/istanbul receives a total of 35,989 weekly downloads. As such, @types/istanbul popularity was classified as popular.
We found that @types/istanbul demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
cURL and Go security teams are publicly rejecting CVSS as flawed for assessing vulnerabilities and are calling for more accurate, context-aware approaches.
Security News
Bun 1.2 enhances its JavaScript runtime with 90% Node.js compatibility, built-in S3 and Postgres support, HTML Imports, and faster, cloud-first performance.
Security News
Biden's executive order pushes for AI-driven cybersecurity, software supply chain transparency, and stronger protections for federal and open source systems.