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.5 to 2.14.6

10

dist/checker.js

@@ -603,2 +603,12 @@ "use strict";

}
if (typescript_1.default.isTemplateLiteralTypeNode(node)) {
checkNode(node.head, context);
checkNodes(node.templateSpans, context);
return;
}
if (typescript_1.default.isTemplateLiteralTypeSpan(node)) {
checkNode(node.literal, context);
checkNode(node.type, context);
return;
}
console.log(`warning: unhandled node kind: ${node.kind}`);

@@ -605,0 +615,0 @@ }

2

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