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.0.10 to 1.0.11

7

dist/tsconfig.js

@@ -52,3 +52,6 @@ "use strict";

const stats = await statAsync(file);
if (stats.isDirectory()) {
if (stats === undefined) {
rules.push(path.resolve(basename, file));
}
else if (stats.isDirectory()) {
rules.push(`${file.endsWith('/') ? file.substring(0, file.length - 1) : file}/**/*.{ts,tsx}`);

@@ -69,3 +72,3 @@ }

if (error) {
reject(error);
resolve(undefined);
}

@@ -72,0 +75,0 @@ else {

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

@@ -15,7 +15,8 @@ "main": "index.js",

"@types/minimist": "1.2.0",
"@types/node": "10.0.4",
"clean-scripts": "1.8.0",
"@types/node": "10.1.2",
"clean-release": "2.5.2",
"clean-scripts": "1.9.2",
"jasmine": "3.1.0",
"markdownlint-cli": "0.8.1",
"no-unused-export": "1.5.0",
"markdownlint-cli": "0.9.0",
"no-unused-export": "1.5.1",
"rimraf": "2.6.2",

@@ -30,3 +31,3 @@ "standard": "11.0.1",

"minimist": "1.2.0",
"tslib": "1.9.0",
"tslib": "1.9.1",
"typescript": "2.8.3"

@@ -33,0 +34,0 @@ },

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