Socket
Socket
Sign inDemoInstall

type-coverage-core

Package Overview
Dependencies
25
Maintainers
1
Versions
74
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.25.1 to 2.25.2

4

dist/core.js

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

}
if (ignoreFileGlobs && ignoreFileGlobs.some((f) => (0, minimatch_1.default)(file, f))) {
if (ignoreFileGlobs && ignoreFileGlobs.some((f) => (0, minimatch_1.minimatch)(file, f))) {
continue;

@@ -216,3 +216,3 @@ }

}
if (ignoreFileGlobs && ignoreFileGlobs.some((f) => (0, minimatch_1.default)(file, f))) {
if (ignoreFileGlobs && ignoreFileGlobs.some((f) => (0, minimatch_1.minimatch)(file, f))) {
continue;

@@ -219,0 +219,0 @@ }

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

@@ -12,3 +12,3 @@ "main": "dist/index.js",

"fast-glob": "3",
"minimatch": "3 || 4 || 5 || 6 || 7 || 8",
"minimatch": "3 || 4 || 5 || 6 || 7 || 8 || 9",
"normalize-path": "3",

@@ -15,0 +15,0 @@ "tslib": "1 || 2",

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc