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

Comparing version 1.9.0 to 1.9.1

4

dist/core.js

@@ -899,5 +899,3 @@ "use strict";

let file = sourceFile.fileName;
if (!program.isSourceFileDefaultLibrary(sourceFile)
&& !program.isSourceFileFromExternalLibrary(sourceFile)
&& (!files || files.includes(file))) {
if (!file.includes('node_modules') && (!files || files.includes(file))) {
file = path.relative(process.cwd(), file);

@@ -904,0 +902,0 @@ utils.forEachComment(sourceFile, (_, comment) => {

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

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc