Socket
Socket
Sign inDemoInstall

type-coverage

Package Overview
Dependencies
27
Maintainers
1
Versions
130
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.28.1 to 2.28.2

7

dist/index.js

@@ -249,3 +249,8 @@ "use strict";

if (percentString) {
console.log(`${correctCount} / ${totalCount} ${percentString}%`);
if (totalCount) {
console.log(`${correctCount} / ${totalCount} ${percentString}%`);
}
else {
console.log(`${correctCount} / ${totalCount}`);
}
}

@@ -252,0 +257,0 @@ if (succeeded) {

2

package.json
{
"name": "type-coverage",
"version": "2.28.1",
"version": "2.28.2",
"description": "A CLI tool to check type coverage for typescript code",

@@ -5,0 +5,0 @@ "repository": "https://github.com/plantain-00/type-coverage.git",

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc