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.1 to 2.0.2

README.md

2

dist/index.js

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

});
const percent = Math.round(10000 * correctCount / totalCount) / 100;
const percent = Math.floor(10000 * correctCount / totalCount) / 100;
const atLeast = await getAtLeast(argv);

@@ -35,0 +35,0 @@ const failed = atLeast && percent < atLeast;

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

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

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