Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

codecheck-type-coverage

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

codecheck-type-coverage

Track missing type coverage in TypeScript projects to ensure type safety

latest
Source
npmnpm
Version
0.0.5
Version published
Maintainers
1
Created
Source

codechecks.io

Type Coverage Watcher

Track missing type coverage in TypeScript projects to ensure type safety

Build Status Software License

Install

npm add --save-dev @codechecks/type-coverage-watcher

or

yarn add --dev @codechecks/type-coverage-watcher

Usage

Add to your codechecks.js file:

import { typeCoverageWatcher } from "@codechecks/type-coverage-watcher";

export async function main() {
  await typeCoverageWatcher();

  // ...
}

API

typeCoverageWatcher(options: Options): Promise<void>

options

interface Options {
  tsconfigPath?: string;
}
tsconfigPath

optional string

Default: tsconfig.json

Path to typescript project configuration

Contributing

All contributions are welcomed. Read more in CONTRIBUTING.md

Licence

MIT @ codechecks.io

Keywords

type-coverage

FAQs

Package last updated on 28 Mar 2019

Did you know?

Socket

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.

Install

Related posts