Socket
Socket
Sign inDemoInstall

type-coverage

Package Overview
Dependencies
Maintainers
1
Versions
131
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

type-coverage - npm Package Compare versions

Comparing version 1.4.2 to 1.4.3

12

dist/tsconfig.js

@@ -28,3 +28,13 @@ "use strict";

const configResult = typescript_1.default.readConfigFile(configFilePath, p => fs.readFileSync(p).toString());
const config = configResult.error ? {} : configResult.config;
const config = configResult.error ? {
compilerOptions: {
lib: [
'dom',
'es5',
'es2015',
'es2016',
'es2017'
]
}
} : configResult.config;
if (config.extends) {

@@ -31,0 +41,0 @@ const project = path.resolve(dirname, config.extends);

2

package.json
{
"name": "type-coverage",
"version": "1.4.2",
"version": "1.4.3",
"description": "A CLI tool to check type coverage for typescript code",

@@ -5,0 +5,0 @@ "main": "dist/core.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