@compas/stdlib
Advanced tools
Comparing version 0.3.2 to 0.4.0
{ | ||
"name": "@compas/stdlib", | ||
"version": "0.3.2", | ||
"version": "0.4.0", | ||
"description": "All kinds of utility functions", | ||
@@ -20,3 +20,3 @@ "main": "./index.js", | ||
"dependencies": { | ||
"@types/node": "20.1.4", | ||
"@types/node": "20.2.1", | ||
"dotenv": "16.0.3", | ||
@@ -23,0 +23,0 @@ "lodash.merge": "4.6.2", |
@@ -108,4 +108,4 @@ import { lstatSync, realpathSync } from "fs"; | ||
process.on("uncaughtExceptionMonitor", (error, origin) => | ||
logger.error({ | ||
process.on("uncaughtException", (error, origin) => | ||
unhandled({ | ||
type: "uncaughtException", | ||
@@ -112,0 +112,0 @@ error: AppError.format(error), |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
67454
+ Added@types/node@20.2.1(transitive)
- Removed@types/node@20.1.4(transitive)
Updated@types/node@20.2.1