New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

typescript-paths

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

typescript-paths - npm Package Compare versions

Comparing version

to
1.1.1

2

package.json
{
"name": "typescript-paths",
"version": "1.1.0",
"version": "1.1.1",
"description": "Resolving tsconfig paths in runtime",

@@ -5,0 +5,0 @@ "license": "MIT",

@@ -49,5 +49,5 @@ # typescript-paths

### logLevel _("warn" | "debug" | "none") (default: "warn")_
### logLevel _("none" | "error" | "warn" | "info" | "debug" | "trace") (default: "info")_
Log level when the plugin is running.
Set the logging level on the plugin.

@@ -54,0 +54,0 @@ ### fallback _(function (string): string | undefined)_