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.24.1 to 2.25.0

2

dist/index.js

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

const percent = Math.floor(10000 * correctCount / totalCount) / 100;
const atLeastFailed = atLeast && percent < atLeast;
const atLeastFailed = typeof atLeast === 'number' && percent < atLeast;
const isFailed = is && percent !== is;

@@ -79,0 +79,0 @@ if (detail || (!noDetailWhenFailed && (atLeastFailed || isFailed))) {

{
"name": "type-coverage",
"version": "2.24.1",
"version": "2.25.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.24.1"
"type-coverage-core": "^2.25.0"
},

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

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