We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ca3dab commit 1502dc9Copy full SHA for 1502dc9
src/utils/path-resolve.mts
@@ -6,7 +6,7 @@ import which from 'which'
6
import { resolveBinPathSync } from '@socketsecurity/registry/lib/npm'
7
8
import constants from '../constants.mts'
9
-import { isDirectorySync, safeStatsSync } from './fs.mts'
+import { isDirectorySync } from './fs.mts'
10
import {
11
filterBySupportedScanFiles,
12
globWithGitIgnore,
0 commit comments