Socket
Socket
Sign inDemoInstall

type-coverage-core

Package Overview
Dependencies
8
Maintainers
1
Versions
74
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.14.8 to 2.14.9

4

dist/checker.js

@@ -613,2 +613,6 @@ "use strict";

}
if (typescript_1.default.isNamespaceExport(node)) {
checkNode(node.name, context);
return;
}
console.log(`warning: unhandled node kind: ${node.kind}`);

@@ -615,0 +619,0 @@ }

2

package.json
{
"name": "type-coverage-core",
"version": "2.14.8",
"version": "2.14.9",
"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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc