Socket
Socket
Sign inDemoInstall

type-coverage-core

Package Overview
Dependencies
Maintainers
1
Versions
75
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

type-coverage-core - npm Package Compare versions

Comparing version 2.16.1 to 2.16.2

3

dist/tsconfig.js

@@ -115,3 +115,4 @@ "use strict";

const include = config.include;
const exclude = config.exclude || ['node_modules/**'];
// exclude only works when include exists: https://www.typescriptlang.org/tsconfig#exclude
const exclude = include ? config.exclude || ['node_modules/**'] : ['node_modules/**'];
const files = (_b = (_a = config.files) === null || _a === void 0 ? void 0 : _a.map(f => path.resolve(dirname, f))) !== null && _b !== void 0 ? _b : [];

@@ -118,0 +119,0 @@ if (include && Array.isArray(include) && include.length > 0) {

{
"name": "type-coverage-core",
"version": "2.16.1",
"version": "2.16.2",
"description": "A library to check type coverage for typescript code",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

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