File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,11 +6,11 @@ import path from 'node:path'
66import { parse as yamlParse } from 'yaml'
77
88import { NODE_MODULES } from '@socketsecurity/lib/constants/paths'
9- import { isDirSync , safeReadFile } from '@socketsecurity/registry/ lib/fs'
10- import { defaultIgnore } from '@socketsecurity/registry/ lib/globs'
11- import { readPackageJson } from '@socketsecurity/registry/ lib/packages'
12- import { transform } from '@socketsecurity/registry/ lib/streams'
13- import { isNonEmptyString } from '@socketsecurity/registry/ lib/strings'
9+ import { isDirSync , safeReadFile } from '@socketsecurity/lib/fs'
10+ import { defaultIgnore } from '@socketsecurity/lib/globs'
11+ import { readPackageJson } from '@socketsecurity/lib/packages'
12+ import { transform } from '@socketsecurity/lib/streams'
13+ import { isNonEmptyString } from '@socketsecurity/lib/strings'
1414
1515import { PNPM } from '../../constants/agents.mjs'
1616
You can’t perform that action at this time.
0 commit comments