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.28.0 to 2.28.1

3

dist/core.js

@@ -144,5 +144,6 @@ "use strict";

});
if (lintOptions.reportUnusedIgnore && ignoreLines) {
if ((lintOptions.reportUnusedIgnore || lintOptions.strict) && ignoreLines) {
for (const line of ignoreLines) {
if (!((_a = context.usedIgnoreLines) === null || _a === void 0 ? void 0 : _a.has(line))) {
totalCount++;
anys.push({

@@ -149,0 +150,0 @@ line,

{
"name": "type-coverage-core",
"version": "2.28.0",
"version": "2.28.1",
"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