Socket
Socket
Sign inDemoInstall

get-tsconfig

Package Overview
Dependencies
1
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 4.7.2 to 4.7.3

4

package.json
{
"name": "get-tsconfig",
"version": "4.7.2",
"version": "4.7.3",
"description": "Find and parse the tsconfig.json file from a directory path",

@@ -19,6 +19,6 @@ "keywords": [

},
"type": "module",
"files": [
"dist"
],
"type": "module",
"main": "./dist/index.cjs",

@@ -25,0 +25,0 @@ "module": "./dist/index.mjs",

@@ -1,2 +0,2 @@

# get-tsconfig [![Latest version](https://badgen.net/npm/v/get-tsconfig)](https://npm.im/get-tsconfig) [![npm downloads](https://badgen.net/npm/dm/esbuild-loader)](https://npm.im/esbuild-loader)
# get-tsconfig [![Latest version](https://badgen.net/npm/v/get-tsconfig)](https://npm.im/get-tsconfig) [![npm downloads](https://badgen.net/npm/dm/get-tsconfig)](https://npm.im/get-tsconfig)

@@ -44,2 +44,3 @@ Find and parse `tsconfig.json` files.

type TsconfigResult = {
/**

@@ -199,3 +200,3 @@ * The path to the tsconfig.json file

function exampleResolver(request: string) {
const exampleResolver = (request: string) => {
if (pathsMatcher) {

@@ -202,0 +203,0 @@ const tryPaths = pathsMatcher(request)

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc