Socket
Socket
Sign inDemoInstall

tsconfig-paths

Package Overview
Dependencies
3
Maintainers
13
Versions
50
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 4.1.1 to 4.1.2

6

CHANGELOG.md

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

## [4.1.2] - 2023-01-02
### Fixed
- Bump JSON5 dependency to 2.2.2 to fix CVE-2022-46175. See PR [#232](https://github.com/dividab/tsconfig-paths/pull/232). Thanks to [@oparisblue](https://github.com/oparisblue) for this PR!
## [4.1.1] - 2022-11-30

@@ -12,0 +18,0 @@

4

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

@@ -44,3 +44,3 @@ "main": "lib/index.js",

"dependencies": {
"json5": "^2.2.1",
"json5": "^2.2.2",
"minimist": "^1.2.6",

@@ -47,0 +47,0 @@ "strip-bom": "^3.0.0"

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