@compas/stdlib
Advanced tools
+2
-2
| { | ||
| "name": "@compas/stdlib", | ||
| "version": "0.20.0", | ||
| "version": "0.20.1", | ||
| "description": "All kinds of utility functions", | ||
@@ -21,3 +21,3 @@ "exports": { | ||
| "dependencies": { | ||
| "@types/node": "24.9.1", | ||
| "@types/node": "24.10.1", | ||
| "dotenv": "17.2.3", | ||
@@ -24,0 +24,0 @@ "lodash.merge": "4.6.2", |
+1
-1
@@ -38,3 +38,3 @@ /** | ||
| * Create a new logger instance. The provided `ctx` will shallowly overwrite the global | ||
| * context that is set via {@see loggerExtendGlobalContext}. | ||
| * context that is set via { loggerExtendGlobalContext}. | ||
| * | ||
@@ -41,0 +41,0 @@ * The logger uses the transport or destination set via |
+1
-1
@@ -146,3 +146,3 @@ import { AsyncLocalStorage } from "node:async_hooks"; | ||
| * Create a new logger instance. The provided `ctx` will shallowly overwrite the global | ||
| * context that is set via {@see loggerExtendGlobalContext}. | ||
| * context that is set via { loggerExtendGlobalContext}. | ||
| * | ||
@@ -149,0 +149,0 @@ * The logger uses the transport or destination set via |
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 3 instances in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 3 instances in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
78079
-0.01%+ Added
- Removed
Updated