@compas/stdlib
Advanced tools
+3
-3
| { | ||
| "name": "@compas/stdlib", | ||
| "version": "0.19.3", | ||
| "version": "0.19.4", | ||
| "description": "All kinds of utility functions", | ||
@@ -21,6 +21,6 @@ "exports": { | ||
| "dependencies": { | ||
| "@types/node": "24.3.0", | ||
| "@types/node": "24.5.2", | ||
| "dotenv": "17.2.2", | ||
| "lodash.merge": "4.6.2", | ||
| "pino": "9.7.0" | ||
| "pino": "9.11.0" | ||
| }, | ||
@@ -27,0 +27,0 @@ "devDependencies": { |
+2
-2
@@ -1,2 +0,2 @@ | ||
| import { pino } from "pino"; | ||
| import { pino, destination } from "pino"; | ||
| import { environment, isProduction } from "./env.js"; | ||
@@ -39,3 +39,3 @@ import { AppError } from "./error.js"; | ||
| */ | ||
| let rootInstance = loggerBuildRootInstance(pino.destination(1)); | ||
| let rootInstance = loggerBuildRootInstance(destination(1)); | ||
@@ -42,0 +42,0 @@ /** |
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
76340
0.01%+ Added
+ Added
+ Added
- Removed
- Removed
- Removed
Updated
Updated