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 - npm Package Compare versions

Comparing version 2.22.0 to 2.23.0

4

dist/index.js

@@ -17,3 +17,3 @@ "use strict";

function printHelp() {
console.log(`type-coverage [options]
console.log(`type-coverage [options] [-- file1.ts file2.ts ...]

@@ -43,2 +43,3 @@ -p, --project string? tell the CLI where is the tsconfig.json

--report-semantic-error boolean? report typescript semantic error
-- file1.ts file2.ts ... string[]? only checks these files, useful for usage with tools like lint-staged
`);

@@ -72,2 +73,3 @@ }

reportSemanticError,
files: argv['--'].length > 0 ? argv['--'] : undefined,
});

@@ -74,0 +76,0 @@ const percent = Math.floor(10000 * correctCount / totalCount) / 100;

{
"name": "type-coverage",
"version": "2.22.0",
"version": "2.23.0",
"description": "A CLI tool to check type coverage for typescript code",

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

"minimist": "1",
"type-coverage-core": "^2.22.0"
"type-coverage-core": "^2.23.0"
},

@@ -13,0 +13,0 @@ "publishConfig": {

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