Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

load-tsconfig

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

load-tsconfig - npm Package Compare versions

Comparing version 0.2.2 to 0.2.3

9

dist/index.js

@@ -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;

2

package.json
{
"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

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