module-root-sync
Advanced tools
| import type { RootOptions } from './types.js'; | ||
| export * from './types.js'; | ||
| export default function moduleRoot(dir: string, options?: RootOptions): string; |
| export interface RootOptions { | ||
| name?: string; | ||
| keyExists?: string; | ||
| } |
+1
-1
| { | ||
| "name": "module-root-sync", | ||
| "version": "1.2.2", | ||
| "version": "1.2.3", | ||
| "description": "Finds the directory that the modules resides in", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
10566
2.24%19
11.76%