path-string-prepend
Advanced tools
| export interface PrependResult { | ||
| added: string[]; | ||
| removed: string[]; | ||
| path: string; | ||
| } | ||
| export interface PrependOptions { | ||
| delimiter?: string; | ||
| filter?: (_path?: string) => boolean; | ||
| changes?: boolean; | ||
| } | ||
| export default function prepend(pathString: string, prependPath: string, options?: PrependOptions): PrependResult | string; |
+1
-1
| { | ||
| "name": "path-string-prepend", | ||
| "version": "1.1.2", | ||
| "version": "1.1.3", | ||
| "description": "Prepends a path to a platform-specfic delimited path string and removes duplicate paths", | ||
@@ -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
12439
2.86%12
9.09%