Skip to content

Commit 4230190

Browse files
committed
Do not import process.
1 parent f8bceff commit 4230190

File tree

4 files changed

+0
-7
lines changed

4 files changed

+0
-7
lines changed

src/commands/cdxgen/cmd-cdxgen.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
// import { meowOrExit } from '../../utils/meow-with-subcommands'
2-
import process from 'node:process'
3-
42
import yargsParse from 'yargs-parser'
53

64
import { logger } from '@socketsecurity/registry/lib/logger'

src/commands/optimize/cmd-optimize.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
import process from 'node:process'
2-
31
import { logger } from '@socketsecurity/registry/lib/logger'
42

53
import { applyOptimization } from './apply-optimization'

src/commands/report/cmd-report-create.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
import path from 'node:path'
2-
import process from 'node:process'
32

43
import { logger } from '@socketsecurity/registry/lib/logger'
54

src/commands/scan/cmd-scan-create.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
import process from 'node:process'
2-
31
import { stripIndents } from 'common-tags'
42
import colors from 'yoctocolors-cjs'
53

0 commit comments

Comments
 (0)