env-path-key
Advanced tools
+2
-2
| { | ||
| "name": "env-path-key", | ||
| "version": "1.1.1", | ||
| "version": "1.1.2", | ||
| "description": "Determines the path key", | ||
@@ -24,3 +24,3 @@ "keywords": [ | ||
| "main": "dist/cjs/index.js", | ||
| "types": "dist/cjs/index.d.cts", | ||
| "types": "dist/cjs/index.d.ts", | ||
| "files": [ | ||
@@ -27,0 +27,0 @@ "dist" |
| 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; |
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
11174
-2.48%17
-10.53%