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 1.4.5 to 1.4.6

2

dist/index.js

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

for (const { file, line, character, text } of anys) {
console.log(`${file}:${line + 1}:${character + 1}: ${text}`);
console.log(`${path.resolve(process.cwd(), file)}:${line + 1}:${character + 1}: ${text}`);
}

@@ -30,0 +30,0 @@ const percent = Math.round(10000 * correctCount / totalCount) / 100;

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

@@ -14,5 +14,5 @@ "main": "dist/core.js",

"@types/glob": "7.1.1",
"@types/jasmine": "2.8.9",
"@types/jasmine": "2.8.11",
"@types/minimist": "1.2.0",
"@types/node": "10.12.2",
"@types/node": "10.12.5",
"clean-release": "2.7.0",

@@ -19,0 +19,0 @@ "clean-scripts": "1.9.2",

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