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

Comparing version 2.18.0 to 2.18.1

2

dist/index.js

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

const { atLeast, debug, detail, enableCache, ignoreCatch, ignoreFiles, ignoreUnread, is, project, strict, update, ignoreNested, ignoreAsAssertion, ignoreTypeAssertion, ignoreNonNullAssertion, showRelativePath, historyFile, } = await getTarget(argv);
const { correctCount, totalCount, anys } = await type_coverage_core_1.lint(project, {
const { correctCount, totalCount, anys } = await (0, type_coverage_core_1.lint)(project, {
debug,

@@ -54,0 +54,0 @@ strict,

{
"name": "type-coverage",
"version": "2.18.0",
"version": "2.18.1",
"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.17.5"
"type-coverage-core": "^2.18.1"
},

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

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc