Socket
Socket
Sign inDemoInstall

tsconfig-paths

Package Overview
Dependencies
4
Maintainers
13
Versions
50
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.14.0 to 3.14.1

6

CHANGELOG.md

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

## [3.14.1] - 2022-03-22
### Fixed
- Use minimist 1.2.6 for all depencencies becuase of pollution vulnerability. See PR [#197](https://github.com/dividab/tsconfig-paths/pull/197). Thanks to [@gopijaganthan](https://github.com/gopijaganthan) for this fix!
## [3.14.0] - 2022-03-13

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

8

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

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

"@types/jest": "^27.0.3",
"@types/minimist": "^1.2.0",
"@types/minimist": "^1.2.2",
"@types/node": "^6.0.54",

@@ -32,3 +32,3 @@ "@types/strip-bom": "^3.0.0",

"ts-jest": "^27.0.7",
"ts-node": "^7.0.0",
"ts-node": "^10.7.0",
"tslint": "^5.8.0",

@@ -40,3 +40,3 @@ "typescript": "^4.5.2"

"json5": "^1.0.1",
"minimist": "^1.2.0",
"minimist": "^1.2.6",
"strip-bom": "^3.0.0"

@@ -43,0 +43,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