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.0.2 to 2.0.3

4

dist/index.js

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

if (failed) {
throw new Error(`The type coverage rate(${percent.toFixed(2)}%) is lower than the target(${atLeast}%). \nYou can add '--detail' or use VSCode plugin to show detailed informations.`);
throw new Error(`The type coverage rate(${percent.toFixed(2)}%) is lower than the target(${atLeast}%).`);
}

@@ -62,3 +62,3 @@ }

console.log('type-coverage success.');
}, error => {
}, (error) => {
if (error instanceof Error) {

@@ -65,0 +65,0 @@ console.log(error.message);

{
"name": "type-coverage",
"version": "2.0.2",
"version": "2.0.3",
"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.2.0",
"type-coverage-core": "^2.0.2"
"type-coverage-core": "^2.0.3"
},

@@ -20,3 +20,3 @@ "files": [

},
"gitHead": "e3f7da37cb50d6fd93e04df8c3aac07d298ee030"
"gitHead": "cb31bd7397a6d25920bb6314d07e1ef840c83cee"
}
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