type-fest
Advanced tools
+1
-1
| { | ||
| "name": "type-fest", | ||
| "version": "5.3.0", | ||
| "version": "5.3.1", | ||
| "description": "A collection of essential TypeScript types", | ||
@@ -5,0 +5,0 @@ "license": "(MIT OR CC0-1.0)", |
@@ -215,3 +215,3 @@ import type {LiteralUnion} from './literal-union.d.ts'; | ||
| type DependencyOverrides = { | ||
| [packageName: string]: string | undefined | DependencyOverrides; | ||
| [packageName in string]: string | undefined | DependencyOverrides; | ||
| }; | ||
@@ -218,0 +218,0 @@ |
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance 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
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package
511097
0