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.4.0 to 2.4.1

3

dist/core.js

@@ -33,2 +33,5 @@ "use strict";

file = path.relative(process.cwd(), file);
if (file.startsWith('..')) {
continue;
}
}

@@ -35,0 +38,0 @@ if (ignoreFileGlobs && ignoreFileGlobs.some((f) => minimatch_1.default(file, f))) {

4

package.json
{
"name": "type-coverage-core",
"version": "2.4.0",
"version": "2.4.1",
"description": "A library to check type coverage for typescript code",

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

},
"gitHead": "b4b685db49bae87d46fd34b8fd780d3dd4889fd0"
"gitHead": "5f5da40004a30c2851f66129e89767eabd8e2d42"
}
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