Socket
Socket
Sign inDemoInstall

type-coverage

Package Overview
Dependencies
Maintainers
1
Versions
131
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

type-coverage

A CLI tool to check type coverage for typescript code


Version published
Weekly downloads
46K
decreased by-12.17%
Maintainers
1
Weekly downloads
 
Created
Source

type-coverage

A CLI tool to check type coverage for typescript code

This tool will check type of all identifiers, the code coverage = the count of identifiers whose type is not any / the total count of identifiers, the higher, the better.

Dependency Status devDependency Status Build Status: Linux Build Status: Windows npm version Downloads

install

yarn global add type-coverage

usage

run type-coverage

arguments

nametypedescription
-p, --projectstring?show where is the tsconfig.json
--detailboolean?show detail
--at-leastnumber?fail if coverage rate < this value
--debugboolean?show debug info

FAQs

Package last updated on 01 Aug 2018

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc