load-tsconfig
Advanced tools
Comparing version 0.2.2 to 0.2.3
@@ -20,9 +20,2 @@ var __defProp = Object.defineProperty; | ||
var __spreadProps = (a, b) => __defProps(a, __getOwnPropDescs(b)); | ||
var __require = /* @__PURE__ */ ((x) => typeof require !== "undefined" ? require : typeof Proxy !== "undefined" ? new Proxy(x, { | ||
get: (a, b) => (typeof require !== "undefined" ? require : a)[b] | ||
}) : x)(function(x) { | ||
if (typeof require !== "undefined") | ||
return require.apply(this, arguments); | ||
throw new Error('Dynamic require of "' + x + '" is not supported'); | ||
}); | ||
@@ -111,3 +104,3 @@ // src/index.ts | ||
// src/index.ts | ||
var req = typeof __require === "function" ? __require : createRequire(import.meta.url); | ||
var req = typeof globalThis.require === "function" ? globalThis.require : createRequire(import.meta.url); | ||
var findUp = (name, startDir, stopDir = path.parse(startDir).root) => { | ||
@@ -114,0 +107,0 @@ let dir = startDir; |
{ | ||
"name": "load-tsconfig", | ||
"version": "0.2.2", | ||
"version": "0.2.3", | ||
"description": "Load tsconfig.json", | ||
@@ -5,0 +5,0 @@ "publishConfig": { |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
5
2
16337
337