Skip to content

Commit e28407b

Browse files
committed
Fix lint
1 parent c42d4fc commit e28407b

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/shadow/npm/arborist-helpers.mts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
11
import semver from 'semver'
22

3-
import { PackageURL } from '@socketregistry/packageurl-js'
43
import { getManifestData } from '@socketsecurity/registry'
54
import { debugFn } from '@socketsecurity/registry/lib/debug'
65
import { hasOwn } from '@socketsecurity/registry/lib/objects'
76
import { fetchPackagePackument } from '@socketsecurity/registry/lib/packages'
87

98
import constants from '../../constants.mts'
10-
import { Edge } from './arborist/index.mts'
119
import { DiffAction } from './arborist/types.mts'
1210
import { getAlertsMapFromPurls } from '../../utils/alerts-map.mts'
1311
import { type AliasResult, npa } from '../../utils/npm-package-arg.mts'
@@ -17,7 +15,6 @@ import { idToNpmPurl } from '../../utils/spec.mts'
1715
import type {
1816
ArboristInstance,
1917
Diff,
20-
EdgeClass,
2118
LinkClass,
2219
NodeClass,
2320
} from './arborist/types.mts'

0 commit comments

Comments
 (0)