Socket
Socket
Sign inDemoInstall

tsconfig-paths

Package Overview
Dependencies
3
Maintainers
2
Versions
50
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.5.0 to 2.6.0

7

CHANGELOG.md

@@ -10,2 +10,6 @@ # Change Log

## [2.6.0]
### Added
- Add `baseUrl` and `configFileAbsolutePath` to the result of `loadConfig`.
## [2.5.0]

@@ -105,3 +109,4 @@ ### Added

[Unreleased]: https://github.com/dividab/tsconfig-paths/compare/2.5.0...master
[Unreleased]: https://github.com/dividab/tsconfig-paths/compare/2.6.0...master
[2.6.0]: https://github.com/dividab/tsconfig-paths/compare/2.5.0...2.6.0
[2.5.0]: https://github.com/dividab/tsconfig-paths/compare/2.4.3...2.5.0

@@ -108,0 +113,0 @@ [2.4.3]: https://github.com/dividab/tsconfig-paths/compare/2.4.2...2.4.3

@@ -16,2 +16,4 @@ import * as TsConfigLoader from "./tsconfig-loader";

resultType: "success";
configFileAbsolutePath: string;
baseUrl: string;
absoluteBaseUrl: string;

@@ -18,0 +20,0 @@ paths: {

@@ -18,2 +18,4 @@ "use strict";

resultType: "success",
configFileAbsolutePath: "",
baseUrl: explicitParams.baseUrl,
absoluteBaseUrl: absoluteBaseUrl_1,

@@ -44,2 +46,4 @@ paths: explicitParams.paths

resultType: "success",
configFileAbsolutePath: loadResult.tsConfigPath,
baseUrl: loadResult.baseUrl,
absoluteBaseUrl: absoluteBaseUrl,

@@ -46,0 +50,0 @@ paths: loadResult.paths || {}

2

package.json
{
"name": "tsconfig-paths",
"version": "2.5.0",
"version": "2.6.0",
"description": "Load node modules according to tsconfig paths, in run-time or via API.",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

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