We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb80d60 commit 5c41d6fCopy full SHA for 5c41d6f
packages/cli/src/utils/ecosystem/environment.mts
@@ -25,15 +25,12 @@
25
*/
26
27
import { existsSync } from 'node:fs'
28
-import { createRequire } from 'node:module'
29
import path from 'node:path'
30
31
import { parse as parseBunLockb } from '@socketregistry/hyrious__bun.lockb/index.cjs'
32
import browserslist from 'browserslist'
33
import semver from 'semver'
34
35
-const require = createRequire(import.meta.url)
36
-
37
import { whichBin } from '@socketsecurity/lib/bin'
38
import {
39
BUN,
0 commit comments