@nestjs/common
Advanced tools
+3
-3
| { | ||
| "name": "@nestjs/common", | ||
| "version": "11.1.17", | ||
| "version": "11.1.18", | ||
| "description": "Nest - modern, fast, powerful node.js web framework (@common)", | ||
@@ -21,3 +21,3 @@ "author": "Kamil Mysliwiec", | ||
| "dependencies": { | ||
| "file-type": "21.3.2", | ||
| "file-type": "21.3.4", | ||
| "iterare": "1.2.1", | ||
@@ -42,3 +42,3 @@ "load-esm": "1.0.3", | ||
| }, | ||
| "gitHead": "447a373ebebd2c58b5b3c8d718f25922a025f2fe" | ||
| "gitHead": "3c1cc5f91e95fcec27c3694cd42a08a50e85cc5f" | ||
| } |
@@ -198,6 +198,17 @@ import { InspectOptions } from 'util'; | ||
| protected stringifyReplacer(key: string, value: unknown): unknown; | ||
| private getContextAndMessagesToPrint; | ||
| private getContextAndStackAndMessagesToPrint; | ||
| private isStackFormat; | ||
| private getColorByLogLevel; | ||
| protected getContextAndMessagesToPrint(args: unknown[]): { | ||
| messages: unknown[]; | ||
| context: string | undefined; | ||
| }; | ||
| protected getContextAndStackAndMessagesToPrint(args: unknown[]): { | ||
| messages: unknown[]; | ||
| context: string | undefined; | ||
| stack?: undefined; | ||
| } | { | ||
| stack: string | undefined; | ||
| messages: unknown[]; | ||
| context: string | undefined; | ||
| }; | ||
| protected isStackFormat(stack: unknown): boolean; | ||
| protected getColorByLogLevel(level: LogLevel): (text: string) => string; | ||
| } |
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
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 2 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
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
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 2 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
463330
0.09%10857
0.1%+ Added
- Removed
Updated