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

Comparing version 2.4.1 to 2.6.1

1

dist/cache.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.readCache = exports.saveCache = exports.getFileHash = void 0;
const tslib_1 = require("tslib");

@@ -4,0 +5,0 @@ const path = tslib_1.__importStar(require("path"));

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.checkNode = void 0;
const tslib_1 = require("tslib");

@@ -4,0 +5,0 @@ const typescript_1 = tslib_1.__importDefault(require("typescript"));

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.lint = void 0;
const tslib_1 = require("tslib");

@@ -4,0 +5,0 @@ const typescript_1 = tslib_1.__importDefault(require("typescript"));

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.clearCacheOfDependencies = exports.collectDependencies = void 0;
const tslib_1 = require("tslib");

@@ -4,0 +5,0 @@ const typescript_1 = tslib_1.__importDefault(require("typescript"));

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.collectIgnoreMap = void 0;
const tslib_1 = require("tslib");

@@ -4,0 +5,0 @@ const typescript_1 = tslib_1.__importDefault(require("typescript"));

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

tslib_1.__exportStar(require("./core"), exports);
tslib_1.__exportStar(require("./interfaces"), exports);

8

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

@@ -12,4 +12,4 @@ "main": "dist/index.js",

"minimatch": "3",
"ts-lib-utils": "^2.2.0",
"tslib": "1",
"ts-lib-utils": "^2.6.1",
"tslib": "1 || 2",
"tsutils": "3"

@@ -23,3 +23,3 @@ },

},
"gitHead": "5f5da40004a30c2851f66129e89767eabd8e2d42"
"gitHead": "7434331936c8521d97dfe923154c3cea9255688f"
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc