env-path-key
Advanced tools
| export interface Options { | ||
| platform?: string; | ||
| env?: NodeJS.ProcessEnv; | ||
| } | ||
| declare const _default: (options?: Options) => string; | ||
| export default _default; |
| export type Compare = (key: string) => boolean; | ||
| export default function startsCaseInsensitiveFn(string: string): Compare; |
+1
-1
| { | ||
| "name": "env-path-key", | ||
| "version": "1.1.2", | ||
| "version": "1.1.3", | ||
| "description": "Determines the path key", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
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 1 instance in 1 package
11457
2.53%19
11.76%