@compas/stdlib
Advanced tools
+2
-2
| { | ||
| "name": "@compas/stdlib", | ||
| "version": "0.21.1", | ||
| "version": "0.22.0", | ||
| "description": "All kinds of utility functions", | ||
@@ -22,3 +22,3 @@ "exports": { | ||
| "@types/node": "25.5.0", | ||
| "dotenv": "17.3.1", | ||
| "dotenv": "17.4.0", | ||
| "lodash.merge": "4.6.2", | ||
@@ -25,0 +25,0 @@ "pino": "10.3.1" |
+1
-1
@@ -69,3 +69,3 @@ /** | ||
| export type InsightEvent = { | ||
| log: import("@compas/stdlib").Logger; | ||
| log: import("./logger.js").Logger; | ||
| signal?: AbortSignal | undefined; | ||
@@ -72,0 +72,0 @@ rootEvent?: InsightEvent | undefined; |
+1
-1
@@ -64,3 +64,3 @@ import { AppError } from "./error.js"; | ||
| * @typedef {object} InsightEvent | ||
| * @property {import("@compas/stdlib").Logger} log | ||
| * @property {import("./logger.js").Logger} log | ||
| * @property {AbortSignal} [signal] | ||
@@ -67,0 +67,0 @@ * @property {InsightEvent} [rootEvent] |
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
78072
-0.01%+ Added
- Removed
Updated