Files
bun.sh/test/cli/install/__snapshots__/bun-security-scanner-matrix-without-node-modules.test.ts.snap
Dylan Conway 3143c9216c Update security scanner test snapshots (#23361)
### What does this PR do?

### How did you verify your code works?
2025-10-07 20:11:07 -07:00

4206 lines
164 KiB
Plaintext

// Bun Snapshot v1, https://bun.sh/docs/test/snapshots
exports[`bun install no args --linker=hoisted (scanner: local) (bun.lock exists: true) (advisories: none) 0001 (without modules): requested-packages: install 1`] = `[]`;
exports[`bun install no args --linker=hoisted (scanner: local) (bun.lock exists: true) (advisories: none) 0001 (without modules): requested-tarballs: install 1`] = `
[
"/left-pad-1.3.0.tgz",
]
`;
exports[`bun install no args --linker=hoisted (scanner: local) (bun.lock exists: true) (advisories: warn) 0002 (without modules): requested-packages: install 1`] = `[]`;
exports[`bun install no args --linker=hoisted (scanner: local) (bun.lock exists: true) (advisories: warn) 0002 (without modules): requested-tarballs: install 1`] = `[]`;
exports[`bun install no args --linker=hoisted (scanner: local) (bun.lock exists: true) (advisories: fatal) 0003 (without modules): requested-packages: install 1`] = `[]`;
exports[`bun install no args --linker=hoisted (scanner: local) (bun.lock exists: true) (advisories: fatal) 0003 (without modules): requested-tarballs: install 1`] = `[]`;
exports[`bun install no args --linker=hoisted (scanner: local) (bun.lock exists: false) (advisories: none) 0004 (without modules): requested-packages: install 1`] = `
[
"left-pad",
]
`;
exports[`bun install no args --linker=hoisted (scanner: local) (bun.lock exists: false) (advisories: none) 0004 (without modules): requested-tarballs: install 1`] = `
[
"/left-pad-1.3.0.tgz",
]
`;
exports[`bun install no args --linker=hoisted (scanner: local) (bun.lock exists: false) (advisories: warn) 0005 (without modules): requested-packages: install 1`] = `
[
"left-pad",
]
`;
exports[`bun install no args --linker=hoisted (scanner: local) (bun.lock exists: false) (advisories: warn) 0005 (without modules): requested-tarballs: install 1`] = `[]`;
exports[`bun install no args --linker=hoisted (scanner: local) (bun.lock exists: false) (advisories: fatal) 0006 (without modules): requested-packages: install 1`] = `
[
"left-pad",
]
`;
exports[`bun install no args --linker=hoisted (scanner: local) (bun.lock exists: false) (advisories: fatal) 0006 (without modules): requested-tarballs: install 1`] = `[]`;
exports[`bun install no args --linker=hoisted (scanner: npm) (bun.lock exists: true) (advisories: none) 0007 (without modules): requested-packages: install 1`] = `[]`;
exports[`bun install no args --linker=hoisted (scanner: npm) (bun.lock exists: true) (advisories: none) 0007 (without modules): requested-tarballs: install 1`] = `
[
"/left-pad-1.3.0.tgz",
"/test-security-scanner-1.0.0.tgz",
]
`;
exports[`bun install no args --linker=hoisted (scanner: npm) (bun.lock exists: true) (advisories: warn) 0008 (without modules): requested-packages: install 1`] = `[]`;
exports[`bun install no args --linker=hoisted (scanner: npm) (bun.lock exists: true) (advisories: warn) 0008 (without modules): requested-tarballs: install 1`] = `
[
"/test-security-scanner-1.0.0.tgz",
]
`;
exports[`bun install no args --linker=hoisted (scanner: npm) (bun.lock exists: true) (advisories: fatal) 0009 (without modules): requested-packages: install 1`] = `[]`;
exports[`bun install no args --linker=hoisted (scanner: npm) (bun.lock exists: true) (advisories: fatal) 0009 (without modules): requested-tarballs: install 1`] = `
[
"/test-security-scanner-1.0.0.tgz",
]
`;
exports[`bun install no args --linker=hoisted (scanner: npm) (bun.lock exists: false) (advisories: none) 0010 (without modules): requested-packages: install 1`] = `
[
"left-pad",
"test-security-scanner",
]
`;
exports[`bun install no args --linker=hoisted (scanner: npm) (bun.lock exists: false) (advisories: none) 0010 (without modules): requested-tarballs: install 1`] = `
[
"/left-pad-1.3.0.tgz",
"/test-security-scanner-1.0.0.tgz",
]
`;
exports[`bun install no args --linker=hoisted (scanner: npm) (bun.lock exists: false) (advisories: warn) 0011 (without modules): requested-packages: install 1`] = `
[
"left-pad",
"test-security-scanner",
]
`;
exports[`bun install no args --linker=hoisted (scanner: npm) (bun.lock exists: false) (advisories: warn) 0011 (without modules): requested-tarballs: install 1`] = `
[
"/test-security-scanner-1.0.0.tgz",
]
`;
exports[`bun install no args --linker=hoisted (scanner: npm) (bun.lock exists: false) (advisories: fatal) 0012 (without modules): requested-packages: install 1`] = `
[
"left-pad",
"test-security-scanner",
]
`;
exports[`bun install no args --linker=hoisted (scanner: npm) (bun.lock exists: false) (advisories: fatal) 0012 (without modules): requested-tarballs: install 1`] = `
[
"/test-security-scanner-1.0.0.tgz",
]
`;
exports[`bun install no args --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: none) 0013 (without modules): requested-packages: install 1`] = `[]`;
exports[`bun install no args --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: none) 0013 (without modules): requested-tarballs: install 1`] = `[]`;
exports[`bun install no args --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: warn) 0014 (without modules): requested-packages: install 1`] = `[]`;
exports[`bun install no args --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: warn) 0014 (without modules): requested-tarballs: install 1`] = `[]`;
exports[`bun install no args --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: fatal) 0015 (without modules): requested-packages: install 1`] = `[]`;
exports[`bun install no args --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: fatal) 0015 (without modules): requested-tarballs: install 1`] = `[]`;
exports[`bun install no args --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: none) 0016 (without modules): requested-packages: install 1`] = `
[
"left-pad",
]
`;
exports[`bun install no args --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: none) 0016 (without modules): requested-tarballs: install 1`] = `[]`;
exports[`bun install no args --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: warn) 0017 (without modules): requested-packages: install 1`] = `
[
"left-pad",
]
`;
exports[`bun install no args --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: warn) 0017 (without modules): requested-tarballs: install 1`] = `[]`;
exports[`bun install no args --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: fatal) 0018 (without modules): requested-packages: install 1`] = `
[
"left-pad",
]
`;
exports[`bun install no args --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: fatal) 0018 (without modules): requested-tarballs: install 1`] = `[]`;
exports[`bun install no args --linker=isolated (scanner: local) (bun.lock exists: true) (advisories: none) 0019 (without modules): requested-packages: install 1`] = `[]`;
exports[`bun install no args --linker=isolated (scanner: local) (bun.lock exists: true) (advisories: none) 0019 (without modules): requested-tarballs: install 1`] = `
[
"/left-pad-1.3.0.tgz",
]
`;
exports[`bun install no args --linker=isolated (scanner: local) (bun.lock exists: true) (advisories: warn) 0020 (without modules): requested-packages: install 1`] = `[]`;
exports[`bun install no args --linker=isolated (scanner: local) (bun.lock exists: true) (advisories: warn) 0020 (without modules): requested-tarballs: install 1`] = `[]`;
exports[`bun install no args --linker=isolated (scanner: local) (bun.lock exists: true) (advisories: fatal) 0021 (without modules): requested-packages: install 1`] = `[]`;
exports[`bun install no args --linker=isolated (scanner: local) (bun.lock exists: true) (advisories: fatal) 0021 (without modules): requested-tarballs: install 1`] = `[]`;
exports[`bun install no args --linker=isolated (scanner: local) (bun.lock exists: false) (advisories: none) 0022 (without modules): requested-packages: install 1`] = `
[
"left-pad",
]
`;
exports[`bun install no args --linker=isolated (scanner: local) (bun.lock exists: false) (advisories: none) 0022 (without modules): requested-tarballs: install 1`] = `
[
"/left-pad-1.3.0.tgz",
]
`;
exports[`bun install no args --linker=isolated (scanner: local) (bun.lock exists: false) (advisories: warn) 0023 (without modules): requested-packages: install 1`] = `
[
"left-pad",
]
`;
exports[`bun install no args --linker=isolated (scanner: local) (bun.lock exists: false) (advisories: warn) 0023 (without modules): requested-tarballs: install 1`] = `[]`;
exports[`bun install no args --linker=isolated (scanner: local) (bun.lock exists: false) (advisories: fatal) 0024 (without modules): requested-packages: install 1`] = `
[
"left-pad",
]
`;
exports[`bun install no args --linker=isolated (scanner: local) (bun.lock exists: false) (advisories: fatal) 0024 (without modules): requested-tarballs: install 1`] = `[]`;
exports[`bun install no args --linker=isolated (scanner: npm) (bun.lock exists: true) (advisories: none) 0025 (without modules): requested-packages: install 1`] = `[]`;
exports[`bun install no args --linker=isolated (scanner: npm) (bun.lock exists: true) (advisories: none) 0025 (without modules): requested-tarballs: install 1`] = `
[
"/left-pad-1.3.0.tgz",
"/test-security-scanner-1.0.0.tgz",
]
`;
exports[`bun install no args --linker=isolated (scanner: npm) (bun.lock exists: true) (advisories: warn) 0026 (without modules): requested-packages: install 1`] = `[]`;
exports[`bun install no args --linker=isolated (scanner: npm) (bun.lock exists: true) (advisories: warn) 0026 (without modules): requested-tarballs: install 1`] = `
[
"/test-security-scanner-1.0.0.tgz",
]
`;
exports[`bun install no args --linker=isolated (scanner: npm) (bun.lock exists: true) (advisories: fatal) 0027 (without modules): requested-packages: install 1`] = `[]`;
exports[`bun install no args --linker=isolated (scanner: npm) (bun.lock exists: true) (advisories: fatal) 0027 (without modules): requested-tarballs: install 1`] = `
[
"/test-security-scanner-1.0.0.tgz",
]
`;
exports[`bun install no args --linker=isolated (scanner: npm) (bun.lock exists: false) (advisories: none) 0028 (without modules): requested-packages: install 1`] = `
[
"left-pad",
"test-security-scanner",
]
`;
exports[`bun install no args --linker=isolated (scanner: npm) (bun.lock exists: false) (advisories: none) 0028 (without modules): requested-tarballs: install 1`] = `
[
"/left-pad-1.3.0.tgz",
"/test-security-scanner-1.0.0.tgz",
]
`;
exports[`bun install no args --linker=isolated (scanner: npm) (bun.lock exists: false) (advisories: warn) 0029 (without modules): requested-packages: install 1`] = `
[
"left-pad",
"test-security-scanner",
]
`;
exports[`bun install no args --linker=isolated (scanner: npm) (bun.lock exists: false) (advisories: warn) 0029 (without modules): requested-tarballs: install 1`] = `
[
"/test-security-scanner-1.0.0.tgz",
]
`;
exports[`bun install no args --linker=isolated (scanner: npm) (bun.lock exists: false) (advisories: fatal) 0030 (without modules): requested-packages: install 1`] = `
[
"left-pad",
"test-security-scanner",
]
`;
exports[`bun install no args --linker=isolated (scanner: npm) (bun.lock exists: false) (advisories: fatal) 0030 (without modules): requested-tarballs: install 1`] = `
[
"/test-security-scanner-1.0.0.tgz",
]
`;
exports[`bun install no args --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: none) 0031 (without modules): requested-packages: install 1`] = `[]`;
exports[`bun install no args --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: none) 0031 (without modules): requested-tarballs: install 1`] = `[]`;
exports[`bun install no args --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: warn) 0032 (without modules): requested-packages: install 1`] = `[]`;
exports[`bun install no args --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: warn) 0032 (without modules): requested-tarballs: install 1`] = `[]`;
exports[`bun install no args --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: fatal) 0033 (without modules): requested-packages: install 1`] = `[]`;
exports[`bun install no args --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: fatal) 0033 (without modules): requested-tarballs: install 1`] = `[]`;
exports[`bun install no args --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: none) 0034 (without modules): requested-packages: install 1`] = `
[
"left-pad",
]
`;
exports[`bun install no args --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: none) 0034 (without modules): requested-tarballs: install 1`] = `[]`;
exports[`bun install no args --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: warn) 0035 (without modules): requested-packages: install 1`] = `
[
"left-pad",
]
`;
exports[`bun install no args --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: warn) 0035 (without modules): requested-tarballs: install 1`] = `[]`;
exports[`bun install no args --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: fatal) 0036 (without modules): requested-packages: install 1`] = `
[
"left-pad",
]
`;
exports[`bun install no args --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: fatal) 0036 (without modules): requested-tarballs: install 1`] = `[]`;
exports[`bun install is-even --linker=hoisted (scanner: local) (bun.lock exists: true) (advisories: none) 0037 (without modules): requested-packages: install 1`] = `
[
"is-even",
"is-odd",
]
`;
exports[`bun install is-even --linker=hoisted (scanner: local) (bun.lock exists: true) (advisories: none) 0037 (without modules): requested-tarballs: install 1`] = `
[
"/is-even-1.0.0.tgz",
"/is-odd-1.0.0.tgz",
"/left-pad-1.3.0.tgz",
]
`;
exports[`bun install is-even --linker=hoisted (scanner: local) (bun.lock exists: true) (advisories: warn) 0038 (without modules): requested-packages: install 1`] = `
[
"is-even",
"is-odd",
]
`;
exports[`bun install is-even --linker=hoisted (scanner: local) (bun.lock exists: true) (advisories: warn) 0038 (without modules): requested-tarballs: install 1`] = `[]`;
exports[`bun install is-even --linker=hoisted (scanner: local) (bun.lock exists: true) (advisories: fatal) 0039 (without modules): requested-packages: install 1`] = `
[
"is-even",
"is-odd",
]
`;
exports[`bun install is-even --linker=hoisted (scanner: local) (bun.lock exists: true) (advisories: fatal) 0039 (without modules): requested-tarballs: install 1`] = `[]`;
exports[`bun install is-even --linker=hoisted (scanner: local) (bun.lock exists: false) (advisories: none) 0040 (without modules): requested-packages: install 1`] = `
[
"is-even",
"is-odd",
"left-pad",
]
`;
exports[`bun install is-even --linker=hoisted (scanner: local) (bun.lock exists: false) (advisories: none) 0040 (without modules): requested-tarballs: install 1`] = `
[
"/is-even-1.0.0.tgz",
"/is-odd-1.0.0.tgz",
"/left-pad-1.3.0.tgz",
]
`;
exports[`bun install is-even --linker=hoisted (scanner: local) (bun.lock exists: false) (advisories: warn) 0041 (without modules): requested-packages: install 1`] = `
[
"is-even",
"is-odd",
"left-pad",
]
`;
exports[`bun install is-even --linker=hoisted (scanner: local) (bun.lock exists: false) (advisories: warn) 0041 (without modules): requested-tarballs: install 1`] = `[]`;
exports[`bun install is-even --linker=hoisted (scanner: local) (bun.lock exists: false) (advisories: fatal) 0042 (without modules): requested-packages: install 1`] = `
[
"is-even",
"is-odd",
"left-pad",
]
`;
exports[`bun install is-even --linker=hoisted (scanner: local) (bun.lock exists: false) (advisories: fatal) 0042 (without modules): requested-tarballs: install 1`] = `[]`;
exports[`bun install is-even --linker=hoisted (scanner: npm) (bun.lock exists: true) (advisories: none) 0043 (without modules): requested-packages: install 1`] = `
[
"is-even",
"is-odd",
]
`;
exports[`bun install is-even --linker=hoisted (scanner: npm) (bun.lock exists: true) (advisories: none) 0043 (without modules): requested-tarballs: install 1`] = `
[
"/is-even-1.0.0.tgz",
"/is-odd-1.0.0.tgz",
"/left-pad-1.3.0.tgz",
"/test-security-scanner-1.0.0.tgz",
]
`;
exports[`bun install is-even --linker=hoisted (scanner: npm) (bun.lock exists: true) (advisories: warn) 0044 (without modules): requested-packages: install 1`] = `
[
"is-even",
"is-odd",
]
`;
exports[`bun install is-even --linker=hoisted (scanner: npm) (bun.lock exists: true) (advisories: warn) 0044 (without modules): requested-tarballs: install 1`] = `
[
"/test-security-scanner-1.0.0.tgz",
]
`;
exports[`bun install is-even --linker=hoisted (scanner: npm) (bun.lock exists: true) (advisories: fatal) 0045 (without modules): requested-packages: install 1`] = `
[
"is-even",
"is-odd",
]
`;
exports[`bun install is-even --linker=hoisted (scanner: npm) (bun.lock exists: true) (advisories: fatal) 0045 (without modules): requested-tarballs: install 1`] = `
[
"/test-security-scanner-1.0.0.tgz",
]
`;
exports[`bun install is-even --linker=hoisted (scanner: npm) (bun.lock exists: false) (advisories: none) 0046 (without modules): requested-packages: install 1`] = `
[
"is-even",
"is-odd",
"left-pad",
"test-security-scanner",
]
`;
exports[`bun install is-even --linker=hoisted (scanner: npm) (bun.lock exists: false) (advisories: none) 0046 (without modules): requested-tarballs: install 1`] = `
[
"/is-even-1.0.0.tgz",
"/is-odd-1.0.0.tgz",
"/left-pad-1.3.0.tgz",
"/test-security-scanner-1.0.0.tgz",
]
`;
exports[`bun install is-even --linker=hoisted (scanner: npm) (bun.lock exists: false) (advisories: warn) 0047 (without modules): requested-packages: install 1`] = `
[
"is-even",
"is-odd",
"left-pad",
"test-security-scanner",
]
`;
exports[`bun install is-even --linker=hoisted (scanner: npm) (bun.lock exists: false) (advisories: warn) 0047 (without modules): requested-tarballs: install 1`] = `
[
"/test-security-scanner-1.0.0.tgz",
]
`;
exports[`bun install is-even --linker=hoisted (scanner: npm) (bun.lock exists: false) (advisories: fatal) 0048 (without modules): requested-packages: install 1`] = `
[
"is-even",
"is-odd",
"left-pad",
"test-security-scanner",
]
`;
exports[`bun install is-even --linker=hoisted (scanner: npm) (bun.lock exists: false) (advisories: fatal) 0048 (without modules): requested-tarballs: install 1`] = `
[
"/test-security-scanner-1.0.0.tgz",
]
`;
exports[`bun install is-even --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: none) 0049 (without modules): requested-packages: install 1`] = `
[
"is-even",
"is-odd",
]
`;
exports[`bun install is-even --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: none) 0049 (without modules): requested-tarballs: install 1`] = `[]`;
exports[`bun install is-even --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: warn) 0050 (without modules): requested-packages: install 1`] = `
[
"is-even",
"is-odd",
]
`;
exports[`bun install is-even --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: warn) 0050 (without modules): requested-tarballs: install 1`] = `[]`;
exports[`bun install is-even --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: fatal) 0051 (without modules): requested-packages: install 1`] = `
[
"is-even",
"is-odd",
]
`;
exports[`bun install is-even --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: fatal) 0051 (without modules): requested-tarballs: install 1`] = `[]`;
exports[`bun install is-even --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: none) 0052 (without modules): requested-packages: install 1`] = `
[
"is-even",
"is-odd",
"left-pad",
]
`;
exports[`bun install is-even --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: none) 0052 (without modules): requested-tarballs: install 1`] = `[]`;
exports[`bun install is-even --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: warn) 0053 (without modules): requested-packages: install 1`] = `
[
"is-even",
"is-odd",
"left-pad",
]
`;
exports[`bun install is-even --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: warn) 0053 (without modules): requested-tarballs: install 1`] = `[]`;
exports[`bun install is-even --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: fatal) 0054 (without modules): requested-packages: install 1`] = `
[
"is-even",
"is-odd",
"left-pad",
]
`;
exports[`bun install is-even --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: fatal) 0054 (without modules): requested-tarballs: install 1`] = `[]`;
exports[`bun install is-even --linker=isolated (scanner: local) (bun.lock exists: true) (advisories: none) 0055 (without modules): requested-packages: install 1`] = `
[
"is-even",
"is-odd",
]
`;
exports[`bun install is-even --linker=isolated (scanner: local) (bun.lock exists: true) (advisories: none) 0055 (without modules): requested-tarballs: install 1`] = `
[
"/is-even-1.0.0.tgz",
"/is-odd-1.0.0.tgz",
"/left-pad-1.3.0.tgz",
]
`;
exports[`bun install is-even --linker=isolated (scanner: local) (bun.lock exists: true) (advisories: warn) 0056 (without modules): requested-packages: install 1`] = `
[
"is-even",
"is-odd",
]
`;
exports[`bun install is-even --linker=isolated (scanner: local) (bun.lock exists: true) (advisories: warn) 0056 (without modules): requested-tarballs: install 1`] = `[]`;
exports[`bun install is-even --linker=isolated (scanner: local) (bun.lock exists: true) (advisories: fatal) 0057 (without modules): requested-packages: install 1`] = `
[
"is-even",
"is-odd",
]
`;
exports[`bun install is-even --linker=isolated (scanner: local) (bun.lock exists: true) (advisories: fatal) 0057 (without modules): requested-tarballs: install 1`] = `[]`;
exports[`bun install is-even --linker=isolated (scanner: local) (bun.lock exists: false) (advisories: none) 0058 (without modules): requested-packages: install 1`] = `
[
"is-even",
"is-odd",
"left-pad",
]
`;
exports[`bun install is-even --linker=isolated (scanner: local) (bun.lock exists: false) (advisories: none) 0058 (without modules): requested-tarballs: install 1`] = `
[
"/is-even-1.0.0.tgz",
"/is-odd-1.0.0.tgz",
"/left-pad-1.3.0.tgz",
]
`;
exports[`bun install is-even --linker=isolated (scanner: local) (bun.lock exists: false) (advisories: warn) 0059 (without modules): requested-packages: install 1`] = `
[
"is-even",
"is-odd",
"left-pad",
]
`;
exports[`bun install is-even --linker=isolated (scanner: local) (bun.lock exists: false) (advisories: warn) 0059 (without modules): requested-tarballs: install 1`] = `[]`;
exports[`bun install is-even --linker=isolated (scanner: local) (bun.lock exists: false) (advisories: fatal) 0060 (without modules): requested-packages: install 1`] = `
[
"is-even",
"is-odd",
"left-pad",
]
`;
exports[`bun install is-even --linker=isolated (scanner: local) (bun.lock exists: false) (advisories: fatal) 0060 (without modules): requested-tarballs: install 1`] = `[]`;
exports[`bun install is-even --linker=isolated (scanner: npm) (bun.lock exists: true) (advisories: none) 0061 (without modules): requested-packages: install 1`] = `
[
"is-even",
"is-odd",
]
`;
exports[`bun install is-even --linker=isolated (scanner: npm) (bun.lock exists: true) (advisories: none) 0061 (without modules): requested-tarballs: install 1`] = `
[
"/is-even-1.0.0.tgz",
"/is-odd-1.0.0.tgz",
"/left-pad-1.3.0.tgz",
"/test-security-scanner-1.0.0.tgz",
]
`;
exports[`bun install is-even --linker=isolated (scanner: npm) (bun.lock exists: true) (advisories: warn) 0062 (without modules): requested-packages: install 1`] = `
[
"is-even",
"is-odd",
]
`;
exports[`bun install is-even --linker=isolated (scanner: npm) (bun.lock exists: true) (advisories: warn) 0062 (without modules): requested-tarballs: install 1`] = `
[
"/test-security-scanner-1.0.0.tgz",
]
`;
exports[`bun install is-even --linker=isolated (scanner: npm) (bun.lock exists: true) (advisories: fatal) 0063 (without modules): requested-packages: install 1`] = `
[
"is-even",
"is-odd",
]
`;
exports[`bun install is-even --linker=isolated (scanner: npm) (bun.lock exists: true) (advisories: fatal) 0063 (without modules): requested-tarballs: install 1`] = `
[
"/test-security-scanner-1.0.0.tgz",
]
`;
exports[`bun install is-even --linker=isolated (scanner: npm) (bun.lock exists: false) (advisories: none) 0064 (without modules): requested-packages: install 1`] = `
[
"is-even",
"is-odd",
"left-pad",
"test-security-scanner",
]
`;
exports[`bun install is-even --linker=isolated (scanner: npm) (bun.lock exists: false) (advisories: none) 0064 (without modules): requested-tarballs: install 1`] = `
[
"/is-even-1.0.0.tgz",
"/is-odd-1.0.0.tgz",
"/left-pad-1.3.0.tgz",
"/test-security-scanner-1.0.0.tgz",
]
`;
exports[`bun install is-even --linker=isolated (scanner: npm) (bun.lock exists: false) (advisories: warn) 0065 (without modules): requested-packages: install 1`] = `
[
"is-even",
"is-odd",
"left-pad",
"test-security-scanner",
]
`;
exports[`bun install is-even --linker=isolated (scanner: npm) (bun.lock exists: false) (advisories: warn) 0065 (without modules): requested-tarballs: install 1`] = `
[
"/test-security-scanner-1.0.0.tgz",
]
`;
exports[`bun install is-even --linker=isolated (scanner: npm) (bun.lock exists: false) (advisories: fatal) 0066 (without modules): requested-packages: install 1`] = `
[
"is-even",
"is-odd",
"left-pad",
"test-security-scanner",
]
`;
exports[`bun install is-even --linker=isolated (scanner: npm) (bun.lock exists: false) (advisories: fatal) 0066 (without modules): requested-tarballs: install 1`] = `
[
"/test-security-scanner-1.0.0.tgz",
]
`;
exports[`bun install is-even --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: none) 0067 (without modules): requested-packages: install 1`] = `
[
"is-even",
"is-odd",
]
`;
exports[`bun install is-even --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: none) 0067 (without modules): requested-tarballs: install 1`] = `[]`;
exports[`bun install is-even --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: warn) 0068 (without modules): requested-packages: install 1`] = `
[
"is-even",
"is-odd",
]
`;
exports[`bun install is-even --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: warn) 0068 (without modules): requested-tarballs: install 1`] = `[]`;
exports[`bun install is-even --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: fatal) 0069 (without modules): requested-packages: install 1`] = `
[
"is-even",
"is-odd",
]
`;
exports[`bun install is-even --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: fatal) 0069 (without modules): requested-tarballs: install 1`] = `[]`;
exports[`bun install is-even --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: none) 0070 (without modules): requested-packages: install 1`] = `
[
"is-even",
"is-odd",
"left-pad",
]
`;
exports[`bun install is-even --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: none) 0070 (without modules): requested-tarballs: install 1`] = `[]`;
exports[`bun install is-even --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: warn) 0071 (without modules): requested-packages: install 1`] = `
[
"is-even",
"is-odd",
"left-pad",
]
`;
exports[`bun install is-even --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: warn) 0071 (without modules): requested-tarballs: install 1`] = `[]`;
exports[`bun install is-even --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: fatal) 0072 (without modules): requested-packages: install 1`] = `
[
"is-even",
"is-odd",
"left-pad",
]
`;
exports[`bun install is-even --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: fatal) 0072 (without modules): requested-tarballs: install 1`] = `[]`;
exports[`bun install left-pad,is-even --linker=hoisted (scanner: local) (bun.lock exists: true) (advisories: none) 0073 (without modules): requested-packages: install 1`] = `
[
"is-even",
"is-odd",
"left-pad",
]
`;
exports[`bun install left-pad,is-even --linker=hoisted (scanner: local) (bun.lock exists: true) (advisories: none) 0073 (without modules): requested-tarballs: install 1`] = `
[
"/is-even-1.0.0.tgz",
"/is-odd-1.0.0.tgz",
"/left-pad-1.3.0.tgz",
]
`;
exports[`bun install left-pad,is-even --linker=hoisted (scanner: local) (bun.lock exists: true) (advisories: warn) 0074 (without modules): requested-packages: install 1`] = `
[
"is-even",
"is-odd",
"left-pad",
]
`;
exports[`bun install left-pad,is-even --linker=hoisted (scanner: local) (bun.lock exists: true) (advisories: warn) 0074 (without modules): requested-tarballs: install 1`] = `[]`;
exports[`bun install left-pad,is-even --linker=hoisted (scanner: local) (bun.lock exists: true) (advisories: fatal) 0075 (without modules): requested-packages: install 1`] = `
[
"is-even",
"is-odd",
"left-pad",
]
`;
exports[`bun install left-pad,is-even --linker=hoisted (scanner: local) (bun.lock exists: true) (advisories: fatal) 0075 (without modules): requested-tarballs: install 1`] = `[]`;
exports[`bun install left-pad,is-even --linker=hoisted (scanner: local) (bun.lock exists: false) (advisories: none) 0076 (without modules): requested-packages: install 1`] = `
[
"is-even",
"is-odd",
"left-pad",
]
`;
exports[`bun install left-pad,is-even --linker=hoisted (scanner: local) (bun.lock exists: false) (advisories: none) 0076 (without modules): requested-tarballs: install 1`] = `
[
"/is-even-1.0.0.tgz",
"/is-odd-1.0.0.tgz",
"/left-pad-1.3.0.tgz",
]
`;
exports[`bun install left-pad,is-even --linker=hoisted (scanner: local) (bun.lock exists: false) (advisories: warn) 0077 (without modules): requested-packages: install 1`] = `
[
"is-even",
"is-odd",
"left-pad",
]
`;
exports[`bun install left-pad,is-even --linker=hoisted (scanner: local) (bun.lock exists: false) (advisories: warn) 0077 (without modules): requested-tarballs: install 1`] = `[]`;
exports[`bun install left-pad,is-even --linker=hoisted (scanner: local) (bun.lock exists: false) (advisories: fatal) 0078 (without modules): requested-packages: install 1`] = `
[
"is-even",
"is-odd",
"left-pad",
]
`;
exports[`bun install left-pad,is-even --linker=hoisted (scanner: local) (bun.lock exists: false) (advisories: fatal) 0078 (without modules): requested-tarballs: install 1`] = `[]`;
exports[`bun install left-pad,is-even --linker=hoisted (scanner: npm) (bun.lock exists: true) (advisories: none) 0079 (without modules): requested-packages: install 1`] = `
[
"is-even",
"is-odd",
"left-pad",
]
`;
exports[`bun install left-pad,is-even --linker=hoisted (scanner: npm) (bun.lock exists: true) (advisories: none) 0079 (without modules): requested-tarballs: install 1`] = `
[
"/is-even-1.0.0.tgz",
"/is-odd-1.0.0.tgz",
"/left-pad-1.3.0.tgz",
"/test-security-scanner-1.0.0.tgz",
]
`;
exports[`bun install left-pad,is-even --linker=hoisted (scanner: npm) (bun.lock exists: true) (advisories: warn) 0080 (without modules): requested-packages: install 1`] = `
[
"is-even",
"is-odd",
"left-pad",
]
`;
exports[`bun install left-pad,is-even --linker=hoisted (scanner: npm) (bun.lock exists: true) (advisories: warn) 0080 (without modules): requested-tarballs: install 1`] = `
[
"/test-security-scanner-1.0.0.tgz",
]
`;
exports[`bun install left-pad,is-even --linker=hoisted (scanner: npm) (bun.lock exists: true) (advisories: fatal) 0081 (without modules): requested-packages: install 1`] = `
[
"is-even",
"is-odd",
"left-pad",
]
`;
exports[`bun install left-pad,is-even --linker=hoisted (scanner: npm) (bun.lock exists: true) (advisories: fatal) 0081 (without modules): requested-tarballs: install 1`] = `
[
"/test-security-scanner-1.0.0.tgz",
]
`;
exports[`bun install left-pad,is-even --linker=hoisted (scanner: npm) (bun.lock exists: false) (advisories: none) 0082 (without modules): requested-packages: install 1`] = `
[
"is-even",
"is-odd",
"left-pad",
"test-security-scanner",
]
`;
exports[`bun install left-pad,is-even --linker=hoisted (scanner: npm) (bun.lock exists: false) (advisories: none) 0082 (without modules): requested-tarballs: install 1`] = `
[
"/is-even-1.0.0.tgz",
"/is-odd-1.0.0.tgz",
"/left-pad-1.3.0.tgz",
"/test-security-scanner-1.0.0.tgz",
]
`;
exports[`bun install left-pad,is-even --linker=hoisted (scanner: npm) (bun.lock exists: false) (advisories: warn) 0083 (without modules): requested-packages: install 1`] = `
[
"is-even",
"is-odd",
"left-pad",
"test-security-scanner",
]
`;
exports[`bun install left-pad,is-even --linker=hoisted (scanner: npm) (bun.lock exists: false) (advisories: warn) 0083 (without modules): requested-tarballs: install 1`] = `
[
"/test-security-scanner-1.0.0.tgz",
]
`;
exports[`bun install left-pad,is-even --linker=hoisted (scanner: npm) (bun.lock exists: false) (advisories: fatal) 0084 (without modules): requested-packages: install 1`] = `
[
"is-even",
"is-odd",
"left-pad",
"test-security-scanner",
]
`;
exports[`bun install left-pad,is-even --linker=hoisted (scanner: npm) (bun.lock exists: false) (advisories: fatal) 0084 (without modules): requested-tarballs: install 1`] = `
[
"/test-security-scanner-1.0.0.tgz",
]
`;
exports[`bun install left-pad,is-even --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: none) 0085 (without modules): requested-packages: install 1`] = `
[
"is-even",
"is-odd",
"left-pad",
]
`;
exports[`bun install left-pad,is-even --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: none) 0085 (without modules): requested-tarballs: install 1`] = `[]`;
exports[`bun install left-pad,is-even --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: warn) 0086 (without modules): requested-packages: install 1`] = `
[
"is-even",
"is-odd",
"left-pad",
]
`;
exports[`bun install left-pad,is-even --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: warn) 0086 (without modules): requested-tarballs: install 1`] = `[]`;
exports[`bun install left-pad,is-even --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: fatal) 0087 (without modules): requested-packages: install 1`] = `
[
"is-even",
"is-odd",
"left-pad",
]
`;
exports[`bun install left-pad,is-even --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: fatal) 0087 (without modules): requested-tarballs: install 1`] = `[]`;
exports[`bun install left-pad,is-even --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: none) 0088 (without modules): requested-packages: install 1`] = `
[
"is-even",
"is-odd",
"left-pad",
]
`;
exports[`bun install left-pad,is-even --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: none) 0088 (without modules): requested-tarballs: install 1`] = `[]`;
exports[`bun install left-pad,is-even --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: warn) 0089 (without modules): requested-packages: install 1`] = `
[
"is-even",
"is-odd",
"left-pad",
]
`;
exports[`bun install left-pad,is-even --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: warn) 0089 (without modules): requested-tarballs: install 1`] = `[]`;
exports[`bun install left-pad,is-even --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: fatal) 0090 (without modules): requested-packages: install 1`] = `
[
"is-even",
"is-odd",
"left-pad",
]
`;
exports[`bun install left-pad,is-even --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: fatal) 0090 (without modules): requested-tarballs: install 1`] = `[]`;
exports[`bun install left-pad,is-even --linker=isolated (scanner: local) (bun.lock exists: true) (advisories: none) 0091 (without modules): requested-packages: install 1`] = `
[
"is-even",
"is-odd",
"left-pad",
]
`;
exports[`bun install left-pad,is-even --linker=isolated (scanner: local) (bun.lock exists: true) (advisories: none) 0091 (without modules): requested-tarballs: install 1`] = `
[
"/is-even-1.0.0.tgz",
"/is-odd-1.0.0.tgz",
"/left-pad-1.3.0.tgz",
]
`;
exports[`bun install left-pad,is-even --linker=isolated (scanner: local) (bun.lock exists: true) (advisories: warn) 0092 (without modules): requested-packages: install 1`] = `
[
"is-even",
"is-odd",
"left-pad",
]
`;
exports[`bun install left-pad,is-even --linker=isolated (scanner: local) (bun.lock exists: true) (advisories: warn) 0092 (without modules): requested-tarballs: install 1`] = `[]`;
exports[`bun install left-pad,is-even --linker=isolated (scanner: local) (bun.lock exists: true) (advisories: fatal) 0093 (without modules): requested-packages: install 1`] = `
[
"is-even",
"is-odd",
"left-pad",
]
`;
exports[`bun install left-pad,is-even --linker=isolated (scanner: local) (bun.lock exists: true) (advisories: fatal) 0093 (without modules): requested-tarballs: install 1`] = `[]`;
exports[`bun install left-pad,is-even --linker=isolated (scanner: local) (bun.lock exists: false) (advisories: none) 0094 (without modules): requested-packages: install 1`] = `
[
"is-even",
"is-odd",
"left-pad",
]
`;
exports[`bun install left-pad,is-even --linker=isolated (scanner: local) (bun.lock exists: false) (advisories: none) 0094 (without modules): requested-tarballs: install 1`] = `
[
"/is-even-1.0.0.tgz",
"/is-odd-1.0.0.tgz",
"/left-pad-1.3.0.tgz",
]
`;
exports[`bun install left-pad,is-even --linker=isolated (scanner: local) (bun.lock exists: false) (advisories: warn) 0095 (without modules): requested-packages: install 1`] = `
[
"is-even",
"is-odd",
"left-pad",
]
`;
exports[`bun install left-pad,is-even --linker=isolated (scanner: local) (bun.lock exists: false) (advisories: warn) 0095 (without modules): requested-tarballs: install 1`] = `[]`;
exports[`bun install left-pad,is-even --linker=isolated (scanner: local) (bun.lock exists: false) (advisories: fatal) 0096 (without modules): requested-packages: install 1`] = `
[
"is-even",
"is-odd",
"left-pad",
]
`;
exports[`bun install left-pad,is-even --linker=isolated (scanner: local) (bun.lock exists: false) (advisories: fatal) 0096 (without modules): requested-tarballs: install 1`] = `[]`;
exports[`bun install left-pad,is-even --linker=isolated (scanner: npm) (bun.lock exists: true) (advisories: none) 0097 (without modules): requested-packages: install 1`] = `
[
"is-even",
"is-odd",
"left-pad",
]
`;
exports[`bun install left-pad,is-even --linker=isolated (scanner: npm) (bun.lock exists: true) (advisories: none) 0097 (without modules): requested-tarballs: install 1`] = `
[
"/is-even-1.0.0.tgz",
"/is-odd-1.0.0.tgz",
"/left-pad-1.3.0.tgz",
"/test-security-scanner-1.0.0.tgz",
]
`;
exports[`bun install left-pad,is-even --linker=isolated (scanner: npm) (bun.lock exists: true) (advisories: warn) 0098 (without modules): requested-packages: install 1`] = `
[
"is-even",
"is-odd",
"left-pad",
]
`;
exports[`bun install left-pad,is-even --linker=isolated (scanner: npm) (bun.lock exists: true) (advisories: warn) 0098 (without modules): requested-tarballs: install 1`] = `
[
"/test-security-scanner-1.0.0.tgz",
]
`;
exports[`bun install left-pad,is-even --linker=isolated (scanner: npm) (bun.lock exists: true) (advisories: fatal) 0099 (without modules): requested-packages: install 1`] = `
[
"is-even",
"is-odd",
"left-pad",
]
`;
exports[`bun install left-pad,is-even --linker=isolated (scanner: npm) (bun.lock exists: true) (advisories: fatal) 0099 (without modules): requested-tarballs: install 1`] = `
[
"/test-security-scanner-1.0.0.tgz",
]
`;
exports[`bun install left-pad,is-even --linker=isolated (scanner: npm) (bun.lock exists: false) (advisories: none) 0100 (without modules): requested-packages: install 1`] = `
[
"is-even",
"is-odd",
"left-pad",
"test-security-scanner",
]
`;
exports[`bun install left-pad,is-even --linker=isolated (scanner: npm) (bun.lock exists: false) (advisories: none) 0100 (without modules): requested-tarballs: install 1`] = `
[
"/is-even-1.0.0.tgz",
"/is-odd-1.0.0.tgz",
"/left-pad-1.3.0.tgz",
"/test-security-scanner-1.0.0.tgz",
]
`;
exports[`bun install left-pad,is-even --linker=isolated (scanner: npm) (bun.lock exists: false) (advisories: warn) 0101 (without modules): requested-packages: install 1`] = `
[
"is-even",
"is-odd",
"left-pad",
"test-security-scanner",
]
`;
exports[`bun install left-pad,is-even --linker=isolated (scanner: npm) (bun.lock exists: false) (advisories: warn) 0101 (without modules): requested-tarballs: install 1`] = `
[
"/test-security-scanner-1.0.0.tgz",
]
`;
exports[`bun install left-pad,is-even --linker=isolated (scanner: npm) (bun.lock exists: false) (advisories: fatal) 0102 (without modules): requested-packages: install 1`] = `
[
"is-even",
"is-odd",
"left-pad",
"test-security-scanner",
]
`;
exports[`bun install left-pad,is-even --linker=isolated (scanner: npm) (bun.lock exists: false) (advisories: fatal) 0102 (without modules): requested-tarballs: install 1`] = `
[
"/test-security-scanner-1.0.0.tgz",
]
`;
exports[`bun install left-pad,is-even --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: none) 0103 (without modules): requested-packages: install 1`] = `
[
"is-even",
"is-odd",
"left-pad",
]
`;
exports[`bun install left-pad,is-even --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: none) 0103 (without modules): requested-tarballs: install 1`] = `[]`;
exports[`bun install left-pad,is-even --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: warn) 0104 (without modules): requested-packages: install 1`] = `
[
"is-even",
"is-odd",
"left-pad",
]
`;
exports[`bun install left-pad,is-even --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: warn) 0104 (without modules): requested-tarballs: install 1`] = `[]`;
exports[`bun install left-pad,is-even --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: fatal) 0105 (without modules): requested-packages: install 1`] = `
[
"is-even",
"is-odd",
"left-pad",
]
`;
exports[`bun install left-pad,is-even --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: fatal) 0105 (without modules): requested-tarballs: install 1`] = `[]`;
exports[`bun install left-pad,is-even --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: none) 0106 (without modules): requested-packages: install 1`] = `
[
"is-even",
"is-odd",
"left-pad",
]
`;
exports[`bun install left-pad,is-even --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: none) 0106 (without modules): requested-tarballs: install 1`] = `[]`;
exports[`bun install left-pad,is-even --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: warn) 0107 (without modules): requested-packages: install 1`] = `
[
"is-even",
"is-odd",
"left-pad",
]
`;
exports[`bun install left-pad,is-even --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: warn) 0107 (without modules): requested-tarballs: install 1`] = `[]`;
exports[`bun install left-pad,is-even --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: fatal) 0108 (without modules): requested-packages: install 1`] = `
[
"is-even",
"is-odd",
"left-pad",
]
`;
exports[`bun install left-pad,is-even --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: fatal) 0108 (without modules): requested-tarballs: install 1`] = `[]`;
exports[`bun update no args --linker=hoisted (scanner: local) (bun.lock exists: true) (advisories: none) 0109 (without modules): requested-packages: update without args 1`] = `
[
"left-pad",
]
`;
exports[`bun update no args --linker=hoisted (scanner: local) (bun.lock exists: true) (advisories: none) 0109 (without modules): requested-tarballs: update without args 1`] = `
[
"/left-pad-1.3.0.tgz",
]
`;
exports[`bun update no args --linker=hoisted (scanner: local) (bun.lock exists: true) (advisories: warn) 0110 (without modules): requested-packages: update without args 1`] = `
[
"left-pad",
]
`;
exports[`bun update no args --linker=hoisted (scanner: local) (bun.lock exists: true) (advisories: warn) 0110 (without modules): requested-tarballs: update without args 1`] = `[]`;
exports[`bun update no args --linker=hoisted (scanner: local) (bun.lock exists: true) (advisories: fatal) 0111 (without modules): requested-packages: update without args 1`] = `
[
"left-pad",
]
`;
exports[`bun update no args --linker=hoisted (scanner: local) (bun.lock exists: true) (advisories: fatal) 0111 (without modules): requested-tarballs: update without args 1`] = `[]`;
exports[`bun update no args --linker=hoisted (scanner: local) (bun.lock exists: false) (advisories: none) 0112 (without modules): requested-packages: update without args 1`] = `
[
"left-pad",
]
`;
exports[`bun update no args --linker=hoisted (scanner: local) (bun.lock exists: false) (advisories: none) 0112 (without modules): requested-tarballs: update without args 1`] = `
[
"/left-pad-1.3.0.tgz",
]
`;
exports[`bun update no args --linker=hoisted (scanner: local) (bun.lock exists: false) (advisories: warn) 0113 (without modules): requested-packages: update without args 1`] = `
[
"left-pad",
]
`;
exports[`bun update no args --linker=hoisted (scanner: local) (bun.lock exists: false) (advisories: warn) 0113 (without modules): requested-tarballs: update without args 1`] = `[]`;
exports[`bun update no args --linker=hoisted (scanner: local) (bun.lock exists: false) (advisories: fatal) 0114 (without modules): requested-packages: update without args 1`] = `
[
"left-pad",
]
`;
exports[`bun update no args --linker=hoisted (scanner: local) (bun.lock exists: false) (advisories: fatal) 0114 (without modules): requested-tarballs: update without args 1`] = `[]`;
exports[`bun update no args --linker=hoisted (scanner: npm) (bun.lock exists: true) (advisories: none) 0115 (without modules): requested-packages: update without args 1`] = `
[
"left-pad",
"test-security-scanner",
]
`;
exports[`bun update no args --linker=hoisted (scanner: npm) (bun.lock exists: true) (advisories: none) 0115 (without modules): requested-tarballs: update without args 1`] = `
[
"/left-pad-1.3.0.tgz",
"/test-security-scanner-1.0.0.tgz",
]
`;
exports[`bun update no args --linker=hoisted (scanner: npm) (bun.lock exists: true) (advisories: warn) 0116 (without modules): requested-packages: update without args 1`] = `
[
"left-pad",
"test-security-scanner",
]
`;
exports[`bun update no args --linker=hoisted (scanner: npm) (bun.lock exists: true) (advisories: warn) 0116 (without modules): requested-tarballs: update without args 1`] = `
[
"/test-security-scanner-1.0.0.tgz",
]
`;
exports[`bun update no args --linker=hoisted (scanner: npm) (bun.lock exists: true) (advisories: fatal) 0117 (without modules): requested-packages: update without args 1`] = `
[
"left-pad",
"test-security-scanner",
]
`;
exports[`bun update no args --linker=hoisted (scanner: npm) (bun.lock exists: true) (advisories: fatal) 0117 (without modules): requested-tarballs: update without args 1`] = `
[
"/test-security-scanner-1.0.0.tgz",
]
`;
exports[`bun update no args --linker=hoisted (scanner: npm) (bun.lock exists: false) (advisories: none) 0118 (without modules): requested-packages: update without args 1`] = `
[
"left-pad",
"test-security-scanner",
]
`;
exports[`bun update no args --linker=hoisted (scanner: npm) (bun.lock exists: false) (advisories: none) 0118 (without modules): requested-tarballs: update without args 1`] = `
[
"/left-pad-1.3.0.tgz",
"/test-security-scanner-1.0.0.tgz",
]
`;
exports[`bun update no args --linker=hoisted (scanner: npm) (bun.lock exists: false) (advisories: warn) 0119 (without modules): requested-packages: update without args 1`] = `
[
"left-pad",
"test-security-scanner",
]
`;
exports[`bun update no args --linker=hoisted (scanner: npm) (bun.lock exists: false) (advisories: warn) 0119 (without modules): requested-tarballs: update without args 1`] = `
[
"/test-security-scanner-1.0.0.tgz",
]
`;
exports[`bun update no args --linker=hoisted (scanner: npm) (bun.lock exists: false) (advisories: fatal) 0120 (without modules): requested-packages: update without args 1`] = `
[
"left-pad",
"test-security-scanner",
]
`;
exports[`bun update no args --linker=hoisted (scanner: npm) (bun.lock exists: false) (advisories: fatal) 0120 (without modules): requested-tarballs: update without args 1`] = `
[
"/test-security-scanner-1.0.0.tgz",
]
`;
exports[`bun update no args --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: none) 0121 (without modules): requested-packages: update without args 1`] = `
[
"left-pad",
]
`;
exports[`bun update no args --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: none) 0121 (without modules): requested-tarballs: update without args 1`] = `[]`;
exports[`bun update no args --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: warn) 0122 (without modules): requested-packages: update without args 1`] = `
[
"left-pad",
]
`;
exports[`bun update no args --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: warn) 0122 (without modules): requested-tarballs: update without args 1`] = `[]`;
exports[`bun update no args --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: fatal) 0123 (without modules): requested-packages: update without args 1`] = `
[
"left-pad",
]
`;
exports[`bun update no args --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: fatal) 0123 (without modules): requested-tarballs: update without args 1`] = `[]`;
exports[`bun update no args --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: none) 0124 (without modules): requested-packages: update without args 1`] = `
[
"left-pad",
]
`;
exports[`bun update no args --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: none) 0124 (without modules): requested-tarballs: update without args 1`] = `[]`;
exports[`bun update no args --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: warn) 0125 (without modules): requested-packages: update without args 1`] = `
[
"left-pad",
]
`;
exports[`bun update no args --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: warn) 0125 (without modules): requested-tarballs: update without args 1`] = `[]`;
exports[`bun update no args --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: fatal) 0126 (without modules): requested-packages: update without args 1`] = `
[
"left-pad",
]
`;
exports[`bun update no args --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: fatal) 0126 (without modules): requested-tarballs: update without args 1`] = `[]`;
exports[`bun update no args --linker=isolated (scanner: local) (bun.lock exists: true) (advisories: none) 0127 (without modules): requested-packages: update without args 1`] = `
[
"left-pad",
]
`;
exports[`bun update no args --linker=isolated (scanner: local) (bun.lock exists: true) (advisories: none) 0127 (without modules): requested-tarballs: update without args 1`] = `
[
"/left-pad-1.3.0.tgz",
]
`;
exports[`bun update no args --linker=isolated (scanner: local) (bun.lock exists: true) (advisories: warn) 0128 (without modules): requested-packages: update without args 1`] = `
[
"left-pad",
]
`;
exports[`bun update no args --linker=isolated (scanner: local) (bun.lock exists: true) (advisories: warn) 0128 (without modules): requested-tarballs: update without args 1`] = `[]`;
exports[`bun update no args --linker=isolated (scanner: local) (bun.lock exists: true) (advisories: fatal) 0129 (without modules): requested-packages: update without args 1`] = `
[
"left-pad",
]
`;
exports[`bun update no args --linker=isolated (scanner: local) (bun.lock exists: true) (advisories: fatal) 0129 (without modules): requested-tarballs: update without args 1`] = `[]`;
exports[`bun update no args --linker=isolated (scanner: local) (bun.lock exists: false) (advisories: none) 0130 (without modules): requested-packages: update without args 1`] = `
[
"left-pad",
]
`;
exports[`bun update no args --linker=isolated (scanner: local) (bun.lock exists: false) (advisories: none) 0130 (without modules): requested-tarballs: update without args 1`] = `
[
"/left-pad-1.3.0.tgz",
]
`;
exports[`bun update no args --linker=isolated (scanner: local) (bun.lock exists: false) (advisories: warn) 0131 (without modules): requested-packages: update without args 1`] = `
[
"left-pad",
]
`;
exports[`bun update no args --linker=isolated (scanner: local) (bun.lock exists: false) (advisories: warn) 0131 (without modules): requested-tarballs: update without args 1`] = `[]`;
exports[`bun update no args --linker=isolated (scanner: local) (bun.lock exists: false) (advisories: fatal) 0132 (without modules): requested-packages: update without args 1`] = `
[
"left-pad",
]
`;
exports[`bun update no args --linker=isolated (scanner: local) (bun.lock exists: false) (advisories: fatal) 0132 (without modules): requested-tarballs: update without args 1`] = `[]`;
exports[`bun update no args --linker=isolated (scanner: npm) (bun.lock exists: true) (advisories: none) 0133 (without modules): requested-packages: update without args 1`] = `
[
"left-pad",
"test-security-scanner",
]
`;
exports[`bun update no args --linker=isolated (scanner: npm) (bun.lock exists: true) (advisories: none) 0133 (without modules): requested-tarballs: update without args 1`] = `
[
"/left-pad-1.3.0.tgz",
"/test-security-scanner-1.0.0.tgz",
]
`;
exports[`bun update no args --linker=isolated (scanner: npm) (bun.lock exists: true) (advisories: warn) 0134 (without modules): requested-packages: update without args 1`] = `
[
"left-pad",
"test-security-scanner",
]
`;
exports[`bun update no args --linker=isolated (scanner: npm) (bun.lock exists: true) (advisories: warn) 0134 (without modules): requested-tarballs: update without args 1`] = `
[
"/test-security-scanner-1.0.0.tgz",
]
`;
exports[`bun update no args --linker=isolated (scanner: npm) (bun.lock exists: true) (advisories: fatal) 0135 (without modules): requested-packages: update without args 1`] = `
[
"left-pad",
"test-security-scanner",
]
`;
exports[`bun update no args --linker=isolated (scanner: npm) (bun.lock exists: true) (advisories: fatal) 0135 (without modules): requested-tarballs: update without args 1`] = `
[
"/test-security-scanner-1.0.0.tgz",
]
`;
exports[`bun update no args --linker=isolated (scanner: npm) (bun.lock exists: false) (advisories: none) 0136 (without modules): requested-packages: update without args 1`] = `
[
"left-pad",
"test-security-scanner",
]
`;
exports[`bun update no args --linker=isolated (scanner: npm) (bun.lock exists: false) (advisories: none) 0136 (without modules): requested-tarballs: update without args 1`] = `
[
"/left-pad-1.3.0.tgz",
"/test-security-scanner-1.0.0.tgz",
]
`;
exports[`bun update no args --linker=isolated (scanner: npm) (bun.lock exists: false) (advisories: warn) 0137 (without modules): requested-packages: update without args 1`] = `
[
"left-pad",
"test-security-scanner",
]
`;
exports[`bun update no args --linker=isolated (scanner: npm) (bun.lock exists: false) (advisories: warn) 0137 (without modules): requested-tarballs: update without args 1`] = `
[
"/test-security-scanner-1.0.0.tgz",
]
`;
exports[`bun update no args --linker=isolated (scanner: npm) (bun.lock exists: false) (advisories: fatal) 0138 (without modules): requested-packages: update without args 1`] = `
[
"left-pad",
"test-security-scanner",
]
`;
exports[`bun update no args --linker=isolated (scanner: npm) (bun.lock exists: false) (advisories: fatal) 0138 (without modules): requested-tarballs: update without args 1`] = `
[
"/test-security-scanner-1.0.0.tgz",
]
`;
exports[`bun update no args --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: none) 0139 (without modules): requested-packages: update without args 1`] = `
[
"left-pad",
]
`;
exports[`bun update no args --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: none) 0139 (without modules): requested-tarballs: update without args 1`] = `[]`;
exports[`bun update no args --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: warn) 0140 (without modules): requested-packages: update without args 1`] = `
[
"left-pad",
]
`;
exports[`bun update no args --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: warn) 0140 (without modules): requested-tarballs: update without args 1`] = `[]`;
exports[`bun update no args --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: fatal) 0141 (without modules): requested-packages: update without args 1`] = `
[
"left-pad",
]
`;
exports[`bun update no args --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: fatal) 0141 (without modules): requested-tarballs: update without args 1`] = `[]`;
exports[`bun update no args --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: none) 0142 (without modules): requested-packages: update without args 1`] = `
[
"left-pad",
]
`;
exports[`bun update no args --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: none) 0142 (without modules): requested-tarballs: update without args 1`] = `[]`;
exports[`bun update no args --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: warn) 0143 (without modules): requested-packages: update without args 1`] = `
[
"left-pad",
]
`;
exports[`bun update no args --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: warn) 0143 (without modules): requested-tarballs: update without args 1`] = `[]`;
exports[`bun update no args --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: fatal) 0144 (without modules): requested-packages: update without args 1`] = `
[
"left-pad",
]
`;
exports[`bun update no args --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: fatal) 0144 (without modules): requested-tarballs: update without args 1`] = `[]`;
exports[`bun update is-even --linker=hoisted (scanner: local) (bun.lock exists: true) (advisories: none) 0145 (without modules): requested-packages: update with args 1`] = `
[
"is-even",
"is-odd",
]
`;
exports[`bun update is-even --linker=hoisted (scanner: local) (bun.lock exists: true) (advisories: none) 0145 (without modules): requested-tarballs: update with args 1`] = `
[
"/is-even-1.0.0.tgz",
"/is-odd-1.0.0.tgz",
"/left-pad-1.3.0.tgz",
]
`;
exports[`bun update is-even --linker=hoisted (scanner: local) (bun.lock exists: true) (advisories: warn) 0146 (without modules): requested-packages: update with args 1`] = `
[
"is-even",
"is-odd",
]
`;
exports[`bun update is-even --linker=hoisted (scanner: local) (bun.lock exists: true) (advisories: warn) 0146 (without modules): requested-tarballs: update with args 1`] = `[]`;
exports[`bun update is-even --linker=hoisted (scanner: local) (bun.lock exists: true) (advisories: fatal) 0147 (without modules): requested-packages: update with args 1`] = `
[
"is-even",
"is-odd",
]
`;
exports[`bun update is-even --linker=hoisted (scanner: local) (bun.lock exists: true) (advisories: fatal) 0147 (without modules): requested-tarballs: update with args 1`] = `[]`;
exports[`bun update is-even --linker=hoisted (scanner: local) (bun.lock exists: false) (advisories: none) 0148 (without modules): requested-packages: update with args 1`] = `
[
"is-even",
"is-odd",
"left-pad",
]
`;
exports[`bun update is-even --linker=hoisted (scanner: local) (bun.lock exists: false) (advisories: none) 0148 (without modules): requested-tarballs: update with args 1`] = `
[
"/is-even-1.0.0.tgz",
"/is-odd-1.0.0.tgz",
"/left-pad-1.3.0.tgz",
]
`;
exports[`bun update is-even --linker=hoisted (scanner: local) (bun.lock exists: false) (advisories: warn) 0149 (without modules): requested-packages: update with args 1`] = `
[
"is-even",
"is-odd",
"left-pad",
]
`;
exports[`bun update is-even --linker=hoisted (scanner: local) (bun.lock exists: false) (advisories: warn) 0149 (without modules): requested-tarballs: update with args 1`] = `[]`;
exports[`bun update is-even --linker=hoisted (scanner: local) (bun.lock exists: false) (advisories: fatal) 0150 (without modules): requested-packages: update with args 1`] = `
[
"is-even",
"is-odd",
"left-pad",
]
`;
exports[`bun update is-even --linker=hoisted (scanner: local) (bun.lock exists: false) (advisories: fatal) 0150 (without modules): requested-tarballs: update with args 1`] = `[]`;
exports[`bun update is-even --linker=hoisted (scanner: npm) (bun.lock exists: true) (advisories: none) 0151 (without modules): requested-packages: update with args 1`] = `
[
"is-even",
"is-odd",
]
`;
exports[`bun update is-even --linker=hoisted (scanner: npm) (bun.lock exists: true) (advisories: none) 0151 (without modules): requested-tarballs: update with args 1`] = `
[
"/is-even-1.0.0.tgz",
"/is-odd-1.0.0.tgz",
"/left-pad-1.3.0.tgz",
"/test-security-scanner-1.0.0.tgz",
]
`;
exports[`bun update is-even --linker=hoisted (scanner: npm) (bun.lock exists: true) (advisories: warn) 0152 (without modules): requested-packages: update with args 1`] = `
[
"is-even",
"is-odd",
]
`;
exports[`bun update is-even --linker=hoisted (scanner: npm) (bun.lock exists: true) (advisories: warn) 0152 (without modules): requested-tarballs: update with args 1`] = `
[
"/test-security-scanner-1.0.0.tgz",
]
`;
exports[`bun update is-even --linker=hoisted (scanner: npm) (bun.lock exists: true) (advisories: fatal) 0153 (without modules): requested-packages: update with args 1`] = `
[
"is-even",
"is-odd",
]
`;
exports[`bun update is-even --linker=hoisted (scanner: npm) (bun.lock exists: true) (advisories: fatal) 0153 (without modules): requested-tarballs: update with args 1`] = `
[
"/test-security-scanner-1.0.0.tgz",
]
`;
exports[`bun update is-even --linker=hoisted (scanner: npm) (bun.lock exists: false) (advisories: none) 0154 (without modules): requested-packages: update with args 1`] = `
[
"is-even",
"is-odd",
"left-pad",
"test-security-scanner",
]
`;
exports[`bun update is-even --linker=hoisted (scanner: npm) (bun.lock exists: false) (advisories: none) 0154 (without modules): requested-tarballs: update with args 1`] = `
[
"/is-even-1.0.0.tgz",
"/is-odd-1.0.0.tgz",
"/left-pad-1.3.0.tgz",
"/test-security-scanner-1.0.0.tgz",
]
`;
exports[`bun update is-even --linker=hoisted (scanner: npm) (bun.lock exists: false) (advisories: warn) 0155 (without modules): requested-packages: update with args 1`] = `
[
"is-even",
"is-odd",
"left-pad",
"test-security-scanner",
]
`;
exports[`bun update is-even --linker=hoisted (scanner: npm) (bun.lock exists: false) (advisories: warn) 0155 (without modules): requested-tarballs: update with args 1`] = `
[
"/test-security-scanner-1.0.0.tgz",
]
`;
exports[`bun update is-even --linker=hoisted (scanner: npm) (bun.lock exists: false) (advisories: fatal) 0156 (without modules): requested-packages: update with args 1`] = `
[
"is-even",
"is-odd",
"left-pad",
"test-security-scanner",
]
`;
exports[`bun update is-even --linker=hoisted (scanner: npm) (bun.lock exists: false) (advisories: fatal) 0156 (without modules): requested-tarballs: update with args 1`] = `
[
"/test-security-scanner-1.0.0.tgz",
]
`;
exports[`bun update is-even --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: none) 0157 (without modules): requested-packages: update with args 1`] = `
[
"is-even",
"is-odd",
]
`;
exports[`bun update is-even --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: none) 0157 (without modules): requested-tarballs: update with args 1`] = `[]`;
exports[`bun update is-even --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: warn) 0158 (without modules): requested-packages: update with args 1`] = `
[
"is-even",
"is-odd",
]
`;
exports[`bun update is-even --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: warn) 0158 (without modules): requested-tarballs: update with args 1`] = `[]`;
exports[`bun update is-even --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: fatal) 0159 (without modules): requested-packages: update with args 1`] = `
[
"is-even",
"is-odd",
]
`;
exports[`bun update is-even --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: fatal) 0159 (without modules): requested-tarballs: update with args 1`] = `[]`;
exports[`bun update is-even --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: none) 0160 (without modules): requested-packages: update with args 1`] = `
[
"is-even",
"is-odd",
"left-pad",
]
`;
exports[`bun update is-even --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: none) 0160 (without modules): requested-tarballs: update with args 1`] = `[]`;
exports[`bun update is-even --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: warn) 0161 (without modules): requested-packages: update with args 1`] = `
[
"is-even",
"is-odd",
"left-pad",
]
`;
exports[`bun update is-even --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: warn) 0161 (without modules): requested-tarballs: update with args 1`] = `[]`;
exports[`bun update is-even --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: fatal) 0162 (without modules): requested-packages: update with args 1`] = `
[
"is-even",
"is-odd",
"left-pad",
]
`;
exports[`bun update is-even --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: fatal) 0162 (without modules): requested-tarballs: update with args 1`] = `[]`;
exports[`bun update is-even --linker=isolated (scanner: local) (bun.lock exists: true) (advisories: none) 0163 (without modules): requested-packages: update with args 1`] = `
[
"is-even",
"is-odd",
]
`;
exports[`bun update is-even --linker=isolated (scanner: local) (bun.lock exists: true) (advisories: none) 0163 (without modules): requested-tarballs: update with args 1`] = `
[
"/is-even-1.0.0.tgz",
"/is-odd-1.0.0.tgz",
"/left-pad-1.3.0.tgz",
]
`;
exports[`bun update is-even --linker=isolated (scanner: local) (bun.lock exists: true) (advisories: warn) 0164 (without modules): requested-packages: update with args 1`] = `
[
"is-even",
"is-odd",
]
`;
exports[`bun update is-even --linker=isolated (scanner: local) (bun.lock exists: true) (advisories: warn) 0164 (without modules): requested-tarballs: update with args 1`] = `[]`;
exports[`bun update is-even --linker=isolated (scanner: local) (bun.lock exists: true) (advisories: fatal) 0165 (without modules): requested-packages: update with args 1`] = `
[
"is-even",
"is-odd",
]
`;
exports[`bun update is-even --linker=isolated (scanner: local) (bun.lock exists: true) (advisories: fatal) 0165 (without modules): requested-tarballs: update with args 1`] = `[]`;
exports[`bun update is-even --linker=isolated (scanner: local) (bun.lock exists: false) (advisories: none) 0166 (without modules): requested-packages: update with args 1`] = `
[
"is-even",
"is-odd",
"left-pad",
]
`;
exports[`bun update is-even --linker=isolated (scanner: local) (bun.lock exists: false) (advisories: none) 0166 (without modules): requested-tarballs: update with args 1`] = `
[
"/is-even-1.0.0.tgz",
"/is-odd-1.0.0.tgz",
"/left-pad-1.3.0.tgz",
]
`;
exports[`bun update is-even --linker=isolated (scanner: local) (bun.lock exists: false) (advisories: warn) 0167 (without modules): requested-packages: update with args 1`] = `
[
"is-even",
"is-odd",
"left-pad",
]
`;
exports[`bun update is-even --linker=isolated (scanner: local) (bun.lock exists: false) (advisories: warn) 0167 (without modules): requested-tarballs: update with args 1`] = `[]`;
exports[`bun update is-even --linker=isolated (scanner: local) (bun.lock exists: false) (advisories: fatal) 0168 (without modules): requested-packages: update with args 1`] = `
[
"is-even",
"is-odd",
"left-pad",
]
`;
exports[`bun update is-even --linker=isolated (scanner: local) (bun.lock exists: false) (advisories: fatal) 0168 (without modules): requested-tarballs: update with args 1`] = `[]`;
exports[`bun update is-even --linker=isolated (scanner: npm) (bun.lock exists: true) (advisories: none) 0169 (without modules): requested-packages: update with args 1`] = `
[
"is-even",
"is-odd",
]
`;
exports[`bun update is-even --linker=isolated (scanner: npm) (bun.lock exists: true) (advisories: none) 0169 (without modules): requested-tarballs: update with args 1`] = `
[
"/is-even-1.0.0.tgz",
"/is-odd-1.0.0.tgz",
"/left-pad-1.3.0.tgz",
"/test-security-scanner-1.0.0.tgz",
]
`;
exports[`bun update is-even --linker=isolated (scanner: npm) (bun.lock exists: true) (advisories: warn) 0170 (without modules): requested-packages: update with args 1`] = `
[
"is-even",
"is-odd",
]
`;
exports[`bun update is-even --linker=isolated (scanner: npm) (bun.lock exists: true) (advisories: warn) 0170 (without modules): requested-tarballs: update with args 1`] = `
[
"/test-security-scanner-1.0.0.tgz",
]
`;
exports[`bun update is-even --linker=isolated (scanner: npm) (bun.lock exists: true) (advisories: fatal) 0171 (without modules): requested-packages: update with args 1`] = `
[
"is-even",
"is-odd",
]
`;
exports[`bun update is-even --linker=isolated (scanner: npm) (bun.lock exists: true) (advisories: fatal) 0171 (without modules): requested-tarballs: update with args 1`] = `
[
"/test-security-scanner-1.0.0.tgz",
]
`;
exports[`bun update is-even --linker=isolated (scanner: npm) (bun.lock exists: false) (advisories: none) 0172 (without modules): requested-packages: update with args 1`] = `
[
"is-even",
"is-odd",
"left-pad",
"test-security-scanner",
]
`;
exports[`bun update is-even --linker=isolated (scanner: npm) (bun.lock exists: false) (advisories: none) 0172 (without modules): requested-tarballs: update with args 1`] = `
[
"/is-even-1.0.0.tgz",
"/is-odd-1.0.0.tgz",
"/left-pad-1.3.0.tgz",
"/test-security-scanner-1.0.0.tgz",
]
`;
exports[`bun update is-even --linker=isolated (scanner: npm) (bun.lock exists: false) (advisories: warn) 0173 (without modules): requested-packages: update with args 1`] = `
[
"is-even",
"is-odd",
"left-pad",
"test-security-scanner",
]
`;
exports[`bun update is-even --linker=isolated (scanner: npm) (bun.lock exists: false) (advisories: warn) 0173 (without modules): requested-tarballs: update with args 1`] = `
[
"/test-security-scanner-1.0.0.tgz",
]
`;
exports[`bun update is-even --linker=isolated (scanner: npm) (bun.lock exists: false) (advisories: fatal) 0174 (without modules): requested-packages: update with args 1`] = `
[
"is-even",
"is-odd",
"left-pad",
"test-security-scanner",
]
`;
exports[`bun update is-even --linker=isolated (scanner: npm) (bun.lock exists: false) (advisories: fatal) 0174 (without modules): requested-tarballs: update with args 1`] = `
[
"/test-security-scanner-1.0.0.tgz",
]
`;
exports[`bun update is-even --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: none) 0175 (without modules): requested-packages: update with args 1`] = `
[
"is-even",
"is-odd",
]
`;
exports[`bun update is-even --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: none) 0175 (without modules): requested-tarballs: update with args 1`] = `[]`;
exports[`bun update is-even --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: warn) 0176 (without modules): requested-packages: update with args 1`] = `
[
"is-even",
"is-odd",
]
`;
exports[`bun update is-even --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: warn) 0176 (without modules): requested-tarballs: update with args 1`] = `[]`;
exports[`bun update is-even --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: fatal) 0177 (without modules): requested-packages: update with args 1`] = `
[
"is-even",
"is-odd",
]
`;
exports[`bun update is-even --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: fatal) 0177 (without modules): requested-tarballs: update with args 1`] = `[]`;
exports[`bun update is-even --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: none) 0178 (without modules): requested-packages: update with args 1`] = `
[
"is-even",
"is-odd",
"left-pad",
]
`;
exports[`bun update is-even --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: none) 0178 (without modules): requested-tarballs: update with args 1`] = `[]`;
exports[`bun update is-even --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: warn) 0179 (without modules): requested-packages: update with args 1`] = `
[
"is-even",
"is-odd",
"left-pad",
]
`;
exports[`bun update is-even --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: warn) 0179 (without modules): requested-tarballs: update with args 1`] = `[]`;
exports[`bun update is-even --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: fatal) 0180 (without modules): requested-packages: update with args 1`] = `
[
"is-even",
"is-odd",
"left-pad",
]
`;
exports[`bun update is-even --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: fatal) 0180 (without modules): requested-tarballs: update with args 1`] = `[]`;
exports[`bun update left-pad,is-even --linker=hoisted (scanner: local) (bun.lock exists: true) (advisories: none) 0181 (without modules): requested-packages: update with args 1`] = `
[
"is-even",
"is-odd",
"left-pad",
]
`;
exports[`bun update left-pad,is-even --linker=hoisted (scanner: local) (bun.lock exists: true) (advisories: none) 0181 (without modules): requested-tarballs: update with args 1`] = `
[
"/is-even-1.0.0.tgz",
"/is-odd-1.0.0.tgz",
"/left-pad-1.3.0.tgz",
]
`;
exports[`bun update left-pad,is-even --linker=hoisted (scanner: local) (bun.lock exists: true) (advisories: warn) 0182 (without modules): requested-packages: update with args 1`] = `
[
"is-even",
"is-odd",
"left-pad",
]
`;
exports[`bun update left-pad,is-even --linker=hoisted (scanner: local) (bun.lock exists: true) (advisories: warn) 0182 (without modules): requested-tarballs: update with args 1`] = `[]`;
exports[`bun update left-pad,is-even --linker=hoisted (scanner: local) (bun.lock exists: true) (advisories: fatal) 0183 (without modules): requested-packages: update with args 1`] = `
[
"is-even",
"is-odd",
"left-pad",
]
`;
exports[`bun update left-pad,is-even --linker=hoisted (scanner: local) (bun.lock exists: true) (advisories: fatal) 0183 (without modules): requested-tarballs: update with args 1`] = `[]`;
exports[`bun update left-pad,is-even --linker=hoisted (scanner: local) (bun.lock exists: false) (advisories: none) 0184 (without modules): requested-packages: update with args 1`] = `
[
"is-even",
"is-odd",
"left-pad",
]
`;
exports[`bun update left-pad,is-even --linker=hoisted (scanner: local) (bun.lock exists: false) (advisories: none) 0184 (without modules): requested-tarballs: update with args 1`] = `
[
"/is-even-1.0.0.tgz",
"/is-odd-1.0.0.tgz",
"/left-pad-1.3.0.tgz",
]
`;
exports[`bun update left-pad,is-even --linker=hoisted (scanner: local) (bun.lock exists: false) (advisories: warn) 0185 (without modules): requested-packages: update with args 1`] = `
[
"is-even",
"is-odd",
"left-pad",
]
`;
exports[`bun update left-pad,is-even --linker=hoisted (scanner: local) (bun.lock exists: false) (advisories: warn) 0185 (without modules): requested-tarballs: update with args 1`] = `[]`;
exports[`bun update left-pad,is-even --linker=hoisted (scanner: local) (bun.lock exists: false) (advisories: fatal) 0186 (without modules): requested-packages: update with args 1`] = `
[
"is-even",
"is-odd",
"left-pad",
]
`;
exports[`bun update left-pad,is-even --linker=hoisted (scanner: local) (bun.lock exists: false) (advisories: fatal) 0186 (without modules): requested-tarballs: update with args 1`] = `[]`;
exports[`bun update left-pad,is-even --linker=hoisted (scanner: npm) (bun.lock exists: true) (advisories: none) 0187 (without modules): requested-packages: update with args 1`] = `
[
"is-even",
"is-odd",
"left-pad",
]
`;
exports[`bun update left-pad,is-even --linker=hoisted (scanner: npm) (bun.lock exists: true) (advisories: none) 0187 (without modules): requested-tarballs: update with args 1`] = `
[
"/is-even-1.0.0.tgz",
"/is-odd-1.0.0.tgz",
"/left-pad-1.3.0.tgz",
"/test-security-scanner-1.0.0.tgz",
]
`;
exports[`bun update left-pad,is-even --linker=hoisted (scanner: npm) (bun.lock exists: true) (advisories: warn) 0188 (without modules): requested-packages: update with args 1`] = `
[
"is-even",
"is-odd",
"left-pad",
]
`;
exports[`bun update left-pad,is-even --linker=hoisted (scanner: npm) (bun.lock exists: true) (advisories: warn) 0188 (without modules): requested-tarballs: update with args 1`] = `
[
"/test-security-scanner-1.0.0.tgz",
]
`;
exports[`bun update left-pad,is-even --linker=hoisted (scanner: npm) (bun.lock exists: true) (advisories: fatal) 0189 (without modules): requested-packages: update with args 1`] = `
[
"is-even",
"is-odd",
"left-pad",
]
`;
exports[`bun update left-pad,is-even --linker=hoisted (scanner: npm) (bun.lock exists: true) (advisories: fatal) 0189 (without modules): requested-tarballs: update with args 1`] = `
[
"/test-security-scanner-1.0.0.tgz",
]
`;
exports[`bun update left-pad,is-even --linker=hoisted (scanner: npm) (bun.lock exists: false) (advisories: none) 0190 (without modules): requested-packages: update with args 1`] = `
[
"is-even",
"is-odd",
"left-pad",
"test-security-scanner",
]
`;
exports[`bun update left-pad,is-even --linker=hoisted (scanner: npm) (bun.lock exists: false) (advisories: none) 0190 (without modules): requested-tarballs: update with args 1`] = `
[
"/is-even-1.0.0.tgz",
"/is-odd-1.0.0.tgz",
"/left-pad-1.3.0.tgz",
"/test-security-scanner-1.0.0.tgz",
]
`;
exports[`bun update left-pad,is-even --linker=hoisted (scanner: npm) (bun.lock exists: false) (advisories: warn) 0191 (without modules): requested-packages: update with args 1`] = `
[
"is-even",
"is-odd",
"left-pad",
"test-security-scanner",
]
`;
exports[`bun update left-pad,is-even --linker=hoisted (scanner: npm) (bun.lock exists: false) (advisories: warn) 0191 (without modules): requested-tarballs: update with args 1`] = `
[
"/test-security-scanner-1.0.0.tgz",
]
`;
exports[`bun update left-pad,is-even --linker=hoisted (scanner: npm) (bun.lock exists: false) (advisories: fatal) 0192 (without modules): requested-packages: update with args 1`] = `
[
"is-even",
"is-odd",
"left-pad",
"test-security-scanner",
]
`;
exports[`bun update left-pad,is-even --linker=hoisted (scanner: npm) (bun.lock exists: false) (advisories: fatal) 0192 (without modules): requested-tarballs: update with args 1`] = `
[
"/test-security-scanner-1.0.0.tgz",
]
`;
exports[`bun update left-pad,is-even --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: none) 0193 (without modules): requested-packages: update with args 1`] = `
[
"is-even",
"is-odd",
"left-pad",
]
`;
exports[`bun update left-pad,is-even --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: none) 0193 (without modules): requested-tarballs: update with args 1`] = `[]`;
exports[`bun update left-pad,is-even --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: warn) 0194 (without modules): requested-packages: update with args 1`] = `
[
"is-even",
"is-odd",
"left-pad",
]
`;
exports[`bun update left-pad,is-even --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: warn) 0194 (without modules): requested-tarballs: update with args 1`] = `[]`;
exports[`bun update left-pad,is-even --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: fatal) 0195 (without modules): requested-packages: update with args 1`] = `
[
"is-even",
"is-odd",
"left-pad",
]
`;
exports[`bun update left-pad,is-even --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: fatal) 0195 (without modules): requested-tarballs: update with args 1`] = `[]`;
exports[`bun update left-pad,is-even --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: none) 0196 (without modules): requested-packages: update with args 1`] = `
[
"is-even",
"is-odd",
"left-pad",
]
`;
exports[`bun update left-pad,is-even --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: none) 0196 (without modules): requested-tarballs: update with args 1`] = `[]`;
exports[`bun update left-pad,is-even --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: warn) 0197 (without modules): requested-packages: update with args 1`] = `
[
"is-even",
"is-odd",
"left-pad",
]
`;
exports[`bun update left-pad,is-even --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: warn) 0197 (without modules): requested-tarballs: update with args 1`] = `[]`;
exports[`bun update left-pad,is-even --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: fatal) 0198 (without modules): requested-packages: update with args 1`] = `
[
"is-even",
"is-odd",
"left-pad",
]
`;
exports[`bun update left-pad,is-even --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: fatal) 0198 (without modules): requested-tarballs: update with args 1`] = `[]`;
exports[`bun update left-pad,is-even --linker=isolated (scanner: local) (bun.lock exists: true) (advisories: none) 0199 (without modules): requested-packages: update with args 1`] = `
[
"is-even",
"is-odd",
"left-pad",
]
`;
exports[`bun update left-pad,is-even --linker=isolated (scanner: local) (bun.lock exists: true) (advisories: none) 0199 (without modules): requested-tarballs: update with args 1`] = `
[
"/is-even-1.0.0.tgz",
"/is-odd-1.0.0.tgz",
"/left-pad-1.3.0.tgz",
]
`;
exports[`bun update left-pad,is-even --linker=isolated (scanner: local) (bun.lock exists: true) (advisories: warn) 0200 (without modules): requested-packages: update with args 1`] = `
[
"is-even",
"is-odd",
"left-pad",
]
`;
exports[`bun update left-pad,is-even --linker=isolated (scanner: local) (bun.lock exists: true) (advisories: warn) 0200 (without modules): requested-tarballs: update with args 1`] = `[]`;
exports[`bun update left-pad,is-even --linker=isolated (scanner: local) (bun.lock exists: true) (advisories: fatal) 0201 (without modules): requested-packages: update with args 1`] = `
[
"is-even",
"is-odd",
"left-pad",
]
`;
exports[`bun update left-pad,is-even --linker=isolated (scanner: local) (bun.lock exists: true) (advisories: fatal) 0201 (without modules): requested-tarballs: update with args 1`] = `[]`;
exports[`bun update left-pad,is-even --linker=isolated (scanner: local) (bun.lock exists: false) (advisories: none) 0202 (without modules): requested-packages: update with args 1`] = `
[
"is-even",
"is-odd",
"left-pad",
]
`;
exports[`bun update left-pad,is-even --linker=isolated (scanner: local) (bun.lock exists: false) (advisories: none) 0202 (without modules): requested-tarballs: update with args 1`] = `
[
"/is-even-1.0.0.tgz",
"/is-odd-1.0.0.tgz",
"/left-pad-1.3.0.tgz",
]
`;
exports[`bun update left-pad,is-even --linker=isolated (scanner: local) (bun.lock exists: false) (advisories: warn) 0203 (without modules): requested-packages: update with args 1`] = `
[
"is-even",
"is-odd",
"left-pad",
]
`;
exports[`bun update left-pad,is-even --linker=isolated (scanner: local) (bun.lock exists: false) (advisories: warn) 0203 (without modules): requested-tarballs: update with args 1`] = `[]`;
exports[`bun update left-pad,is-even --linker=isolated (scanner: local) (bun.lock exists: false) (advisories: fatal) 0204 (without modules): requested-packages: update with args 1`] = `
[
"is-even",
"is-odd",
"left-pad",
]
`;
exports[`bun update left-pad,is-even --linker=isolated (scanner: local) (bun.lock exists: false) (advisories: fatal) 0204 (without modules): requested-tarballs: update with args 1`] = `[]`;
exports[`bun update left-pad,is-even --linker=isolated (scanner: npm) (bun.lock exists: true) (advisories: none) 0205 (without modules): requested-packages: update with args 1`] = `
[
"is-even",
"is-odd",
"left-pad",
]
`;
exports[`bun update left-pad,is-even --linker=isolated (scanner: npm) (bun.lock exists: true) (advisories: none) 0205 (without modules): requested-tarballs: update with args 1`] = `
[
"/is-even-1.0.0.tgz",
"/is-odd-1.0.0.tgz",
"/left-pad-1.3.0.tgz",
"/test-security-scanner-1.0.0.tgz",
]
`;
exports[`bun update left-pad,is-even --linker=isolated (scanner: npm) (bun.lock exists: true) (advisories: warn) 0206 (without modules): requested-packages: update with args 1`] = `
[
"is-even",
"is-odd",
"left-pad",
]
`;
exports[`bun update left-pad,is-even --linker=isolated (scanner: npm) (bun.lock exists: true) (advisories: warn) 0206 (without modules): requested-tarballs: update with args 1`] = `
[
"/test-security-scanner-1.0.0.tgz",
]
`;
exports[`bun update left-pad,is-even --linker=isolated (scanner: npm) (bun.lock exists: true) (advisories: fatal) 0207 (without modules): requested-packages: update with args 1`] = `
[
"is-even",
"is-odd",
"left-pad",
]
`;
exports[`bun update left-pad,is-even --linker=isolated (scanner: npm) (bun.lock exists: true) (advisories: fatal) 0207 (without modules): requested-tarballs: update with args 1`] = `
[
"/test-security-scanner-1.0.0.tgz",
]
`;
exports[`bun update left-pad,is-even --linker=isolated (scanner: npm) (bun.lock exists: false) (advisories: none) 0208 (without modules): requested-packages: update with args 1`] = `
[
"is-even",
"is-odd",
"left-pad",
"test-security-scanner",
]
`;
exports[`bun update left-pad,is-even --linker=isolated (scanner: npm) (bun.lock exists: false) (advisories: none) 0208 (without modules): requested-tarballs: update with args 1`] = `
[
"/is-even-1.0.0.tgz",
"/is-odd-1.0.0.tgz",
"/left-pad-1.3.0.tgz",
"/test-security-scanner-1.0.0.tgz",
]
`;
exports[`bun update left-pad,is-even --linker=isolated (scanner: npm) (bun.lock exists: false) (advisories: warn) 0209 (without modules): requested-packages: update with args 1`] = `
[
"is-even",
"is-odd",
"left-pad",
"test-security-scanner",
]
`;
exports[`bun update left-pad,is-even --linker=isolated (scanner: npm) (bun.lock exists: false) (advisories: warn) 0209 (without modules): requested-tarballs: update with args 1`] = `
[
"/test-security-scanner-1.0.0.tgz",
]
`;
exports[`bun update left-pad,is-even --linker=isolated (scanner: npm) (bun.lock exists: false) (advisories: fatal) 0210 (without modules): requested-packages: update with args 1`] = `
[
"is-even",
"is-odd",
"left-pad",
"test-security-scanner",
]
`;
exports[`bun update left-pad,is-even --linker=isolated (scanner: npm) (bun.lock exists: false) (advisories: fatal) 0210 (without modules): requested-tarballs: update with args 1`] = `
[
"/test-security-scanner-1.0.0.tgz",
]
`;
exports[`bun update left-pad,is-even --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: none) 0211 (without modules): requested-packages: update with args 1`] = `
[
"is-even",
"is-odd",
"left-pad",
]
`;
exports[`bun update left-pad,is-even --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: none) 0211 (without modules): requested-tarballs: update with args 1`] = `[]`;
exports[`bun update left-pad,is-even --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: warn) 0212 (without modules): requested-packages: update with args 1`] = `
[
"is-even",
"is-odd",
"left-pad",
]
`;
exports[`bun update left-pad,is-even --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: warn) 0212 (without modules): requested-tarballs: update with args 1`] = `[]`;
exports[`bun update left-pad,is-even --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: fatal) 0213 (without modules): requested-packages: update with args 1`] = `
[
"is-even",
"is-odd",
"left-pad",
]
`;
exports[`bun update left-pad,is-even --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: fatal) 0213 (without modules): requested-tarballs: update with args 1`] = `[]`;
exports[`bun update left-pad,is-even --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: none) 0214 (without modules): requested-packages: update with args 1`] = `
[
"is-even",
"is-odd",
"left-pad",
]
`;
exports[`bun update left-pad,is-even --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: none) 0214 (without modules): requested-tarballs: update with args 1`] = `[]`;
exports[`bun update left-pad,is-even --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: warn) 0215 (without modules): requested-packages: update with args 1`] = `
[
"is-even",
"is-odd",
"left-pad",
]
`;
exports[`bun update left-pad,is-even --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: warn) 0215 (without modules): requested-tarballs: update with args 1`] = `[]`;
exports[`bun update left-pad,is-even --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: fatal) 0216 (without modules): requested-packages: update with args 1`] = `
[
"is-even",
"is-odd",
"left-pad",
]
`;
exports[`bun update left-pad,is-even --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: fatal) 0216 (without modules): requested-tarballs: update with args 1`] = `[]`;
exports[`bun add is-even --linker=hoisted (scanner: local) (bun.lock exists: true) (advisories: none) 0217 (without modules): requested-packages: add 1`] = `
[
"is-even",
"is-odd",
]
`;
exports[`bun add is-even --linker=hoisted (scanner: local) (bun.lock exists: true) (advisories: none) 0217 (without modules): requested-tarballs: add 1`] = `
[
"/is-even-1.0.0.tgz",
"/is-odd-1.0.0.tgz",
"/left-pad-1.3.0.tgz",
]
`;
exports[`bun add is-even --linker=hoisted (scanner: local) (bun.lock exists: true) (advisories: warn) 0218 (without modules): requested-packages: add 1`] = `
[
"is-even",
"is-odd",
]
`;
exports[`bun add is-even --linker=hoisted (scanner: local) (bun.lock exists: true) (advisories: warn) 0218 (without modules): requested-tarballs: add 1`] = `[]`;
exports[`bun add is-even --linker=hoisted (scanner: local) (bun.lock exists: true) (advisories: fatal) 0219 (without modules): requested-packages: add 1`] = `
[
"is-even",
"is-odd",
]
`;
exports[`bun add is-even --linker=hoisted (scanner: local) (bun.lock exists: true) (advisories: fatal) 0219 (without modules): requested-tarballs: add 1`] = `[]`;
exports[`bun add is-even --linker=hoisted (scanner: local) (bun.lock exists: false) (advisories: none) 0220 (without modules): requested-packages: add 1`] = `
[
"is-even",
"is-odd",
"left-pad",
]
`;
exports[`bun add is-even --linker=hoisted (scanner: local) (bun.lock exists: false) (advisories: none) 0220 (without modules): requested-tarballs: add 1`] = `
[
"/is-even-1.0.0.tgz",
"/is-odd-1.0.0.tgz",
"/left-pad-1.3.0.tgz",
]
`;
exports[`bun add is-even --linker=hoisted (scanner: local) (bun.lock exists: false) (advisories: warn) 0221 (without modules): requested-packages: add 1`] = `
[
"is-even",
"is-odd",
"left-pad",
]
`;
exports[`bun add is-even --linker=hoisted (scanner: local) (bun.lock exists: false) (advisories: warn) 0221 (without modules): requested-tarballs: add 1`] = `[]`;
exports[`bun add is-even --linker=hoisted (scanner: local) (bun.lock exists: false) (advisories: fatal) 0222 (without modules): requested-packages: add 1`] = `
[
"is-even",
"is-odd",
"left-pad",
]
`;
exports[`bun add is-even --linker=hoisted (scanner: local) (bun.lock exists: false) (advisories: fatal) 0222 (without modules): requested-tarballs: add 1`] = `[]`;
exports[`bun add is-even --linker=hoisted (scanner: npm) (bun.lock exists: true) (advisories: none) 0223 (without modules): requested-packages: add 1`] = `
[
"is-even",
"is-odd",
]
`;
exports[`bun add is-even --linker=hoisted (scanner: npm) (bun.lock exists: true) (advisories: none) 0223 (without modules): requested-tarballs: add 1`] = `
[
"/is-even-1.0.0.tgz",
"/is-odd-1.0.0.tgz",
"/left-pad-1.3.0.tgz",
"/test-security-scanner-1.0.0.tgz",
]
`;
exports[`bun add is-even --linker=hoisted (scanner: npm) (bun.lock exists: true) (advisories: warn) 0224 (without modules): requested-packages: add 1`] = `
[
"is-even",
"is-odd",
]
`;
exports[`bun add is-even --linker=hoisted (scanner: npm) (bun.lock exists: true) (advisories: warn) 0224 (without modules): requested-tarballs: add 1`] = `
[
"/test-security-scanner-1.0.0.tgz",
]
`;
exports[`bun add is-even --linker=hoisted (scanner: npm) (bun.lock exists: true) (advisories: fatal) 0225 (without modules): requested-packages: add 1`] = `
[
"is-even",
"is-odd",
]
`;
exports[`bun add is-even --linker=hoisted (scanner: npm) (bun.lock exists: true) (advisories: fatal) 0225 (without modules): requested-tarballs: add 1`] = `
[
"/test-security-scanner-1.0.0.tgz",
]
`;
exports[`bun add is-even --linker=hoisted (scanner: npm) (bun.lock exists: false) (advisories: none) 0226 (without modules): requested-packages: add 1`] = `
[
"is-even",
"is-odd",
"left-pad",
"test-security-scanner",
]
`;
exports[`bun add is-even --linker=hoisted (scanner: npm) (bun.lock exists: false) (advisories: none) 0226 (without modules): requested-tarballs: add 1`] = `
[
"/is-even-1.0.0.tgz",
"/is-odd-1.0.0.tgz",
"/left-pad-1.3.0.tgz",
"/test-security-scanner-1.0.0.tgz",
]
`;
exports[`bun add is-even --linker=hoisted (scanner: npm) (bun.lock exists: false) (advisories: warn) 0227 (without modules): requested-packages: add 1`] = `
[
"is-even",
"is-odd",
"left-pad",
"test-security-scanner",
]
`;
exports[`bun add is-even --linker=hoisted (scanner: npm) (bun.lock exists: false) (advisories: warn) 0227 (without modules): requested-tarballs: add 1`] = `
[
"/test-security-scanner-1.0.0.tgz",
]
`;
exports[`bun add is-even --linker=hoisted (scanner: npm) (bun.lock exists: false) (advisories: fatal) 0228 (without modules): requested-packages: add 1`] = `
[
"is-even",
"is-odd",
"left-pad",
"test-security-scanner",
]
`;
exports[`bun add is-even --linker=hoisted (scanner: npm) (bun.lock exists: false) (advisories: fatal) 0228 (without modules): requested-tarballs: add 1`] = `
[
"/test-security-scanner-1.0.0.tgz",
]
`;
exports[`bun add is-even --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: none) 0229 (without modules): requested-packages: add 1`] = `
[
"is-even",
"is-odd",
]
`;
exports[`bun add is-even --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: none) 0229 (without modules): requested-tarballs: add 1`] = `[]`;
exports[`bun add is-even --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: warn) 0230 (without modules): requested-packages: add 1`] = `
[
"is-even",
"is-odd",
]
`;
exports[`bun add is-even --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: warn) 0230 (without modules): requested-tarballs: add 1`] = `[]`;
exports[`bun add is-even --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: fatal) 0231 (without modules): requested-packages: add 1`] = `
[
"is-even",
"is-odd",
]
`;
exports[`bun add is-even --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: fatal) 0231 (without modules): requested-tarballs: add 1`] = `[]`;
exports[`bun add is-even --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: none) 0232 (without modules): requested-packages: add 1`] = `
[
"is-even",
"is-odd",
"left-pad",
]
`;
exports[`bun add is-even --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: none) 0232 (without modules): requested-tarballs: add 1`] = `[]`;
exports[`bun add is-even --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: warn) 0233 (without modules): requested-packages: add 1`] = `
[
"is-even",
"is-odd",
"left-pad",
]
`;
exports[`bun add is-even --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: warn) 0233 (without modules): requested-tarballs: add 1`] = `[]`;
exports[`bun add is-even --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: fatal) 0234 (without modules): requested-packages: add 1`] = `
[
"is-even",
"is-odd",
"left-pad",
]
`;
exports[`bun add is-even --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: fatal) 0234 (without modules): requested-tarballs: add 1`] = `[]`;
exports[`bun add is-even --linker=isolated (scanner: local) (bun.lock exists: true) (advisories: none) 0235 (without modules): requested-packages: add 1`] = `
[
"is-even",
"is-odd",
]
`;
exports[`bun add is-even --linker=isolated (scanner: local) (bun.lock exists: true) (advisories: none) 0235 (without modules): requested-tarballs: add 1`] = `
[
"/is-even-1.0.0.tgz",
"/is-odd-1.0.0.tgz",
"/left-pad-1.3.0.tgz",
]
`;
exports[`bun add is-even --linker=isolated (scanner: local) (bun.lock exists: true) (advisories: warn) 0236 (without modules): requested-packages: add 1`] = `
[
"is-even",
"is-odd",
]
`;
exports[`bun add is-even --linker=isolated (scanner: local) (bun.lock exists: true) (advisories: warn) 0236 (without modules): requested-tarballs: add 1`] = `[]`;
exports[`bun add is-even --linker=isolated (scanner: local) (bun.lock exists: true) (advisories: fatal) 0237 (without modules): requested-packages: add 1`] = `
[
"is-even",
"is-odd",
]
`;
exports[`bun add is-even --linker=isolated (scanner: local) (bun.lock exists: true) (advisories: fatal) 0237 (without modules): requested-tarballs: add 1`] = `[]`;
exports[`bun add is-even --linker=isolated (scanner: local) (bun.lock exists: false) (advisories: none) 0238 (without modules): requested-packages: add 1`] = `
[
"is-even",
"is-odd",
"left-pad",
]
`;
exports[`bun add is-even --linker=isolated (scanner: local) (bun.lock exists: false) (advisories: none) 0238 (without modules): requested-tarballs: add 1`] = `
[
"/is-even-1.0.0.tgz",
"/is-odd-1.0.0.tgz",
"/left-pad-1.3.0.tgz",
]
`;
exports[`bun add is-even --linker=isolated (scanner: local) (bun.lock exists: false) (advisories: warn) 0239 (without modules): requested-packages: add 1`] = `
[
"is-even",
"is-odd",
"left-pad",
]
`;
exports[`bun add is-even --linker=isolated (scanner: local) (bun.lock exists: false) (advisories: warn) 0239 (without modules): requested-tarballs: add 1`] = `[]`;
exports[`bun add is-even --linker=isolated (scanner: local) (bun.lock exists: false) (advisories: fatal) 0240 (without modules): requested-packages: add 1`] = `
[
"is-even",
"is-odd",
"left-pad",
]
`;
exports[`bun add is-even --linker=isolated (scanner: local) (bun.lock exists: false) (advisories: fatal) 0240 (without modules): requested-tarballs: add 1`] = `[]`;
exports[`bun add is-even --linker=isolated (scanner: npm) (bun.lock exists: true) (advisories: none) 0241 (without modules): requested-packages: add 1`] = `
[
"is-even",
"is-odd",
]
`;
exports[`bun add is-even --linker=isolated (scanner: npm) (bun.lock exists: true) (advisories: none) 0241 (without modules): requested-tarballs: add 1`] = `
[
"/is-even-1.0.0.tgz",
"/is-odd-1.0.0.tgz",
"/left-pad-1.3.0.tgz",
"/test-security-scanner-1.0.0.tgz",
]
`;
exports[`bun add is-even --linker=isolated (scanner: npm) (bun.lock exists: true) (advisories: warn) 0242 (without modules): requested-packages: add 1`] = `
[
"is-even",
"is-odd",
]
`;
exports[`bun add is-even --linker=isolated (scanner: npm) (bun.lock exists: true) (advisories: warn) 0242 (without modules): requested-tarballs: add 1`] = `
[
"/test-security-scanner-1.0.0.tgz",
]
`;
exports[`bun add is-even --linker=isolated (scanner: npm) (bun.lock exists: true) (advisories: fatal) 0243 (without modules): requested-packages: add 1`] = `
[
"is-even",
"is-odd",
]
`;
exports[`bun add is-even --linker=isolated (scanner: npm) (bun.lock exists: true) (advisories: fatal) 0243 (without modules): requested-tarballs: add 1`] = `
[
"/test-security-scanner-1.0.0.tgz",
]
`;
exports[`bun add is-even --linker=isolated (scanner: npm) (bun.lock exists: false) (advisories: none) 0244 (without modules): requested-packages: add 1`] = `
[
"is-even",
"is-odd",
"left-pad",
"test-security-scanner",
]
`;
exports[`bun add is-even --linker=isolated (scanner: npm) (bun.lock exists: false) (advisories: none) 0244 (without modules): requested-tarballs: add 1`] = `
[
"/is-even-1.0.0.tgz",
"/is-odd-1.0.0.tgz",
"/left-pad-1.3.0.tgz",
"/test-security-scanner-1.0.0.tgz",
]
`;
exports[`bun add is-even --linker=isolated (scanner: npm) (bun.lock exists: false) (advisories: warn) 0245 (without modules): requested-packages: add 1`] = `
[
"is-even",
"is-odd",
"left-pad",
"test-security-scanner",
]
`;
exports[`bun add is-even --linker=isolated (scanner: npm) (bun.lock exists: false) (advisories: warn) 0245 (without modules): requested-tarballs: add 1`] = `
[
"/test-security-scanner-1.0.0.tgz",
]
`;
exports[`bun add is-even --linker=isolated (scanner: npm) (bun.lock exists: false) (advisories: fatal) 0246 (without modules): requested-packages: add 1`] = `
[
"is-even",
"is-odd",
"left-pad",
"test-security-scanner",
]
`;
exports[`bun add is-even --linker=isolated (scanner: npm) (bun.lock exists: false) (advisories: fatal) 0246 (without modules): requested-tarballs: add 1`] = `
[
"/test-security-scanner-1.0.0.tgz",
]
`;
exports[`bun add is-even --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: none) 0247 (without modules): requested-packages: add 1`] = `
[
"is-even",
"is-odd",
]
`;
exports[`bun add is-even --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: none) 0247 (without modules): requested-tarballs: add 1`] = `[]`;
exports[`bun add is-even --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: warn) 0248 (without modules): requested-packages: add 1`] = `
[
"is-even",
"is-odd",
]
`;
exports[`bun add is-even --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: warn) 0248 (without modules): requested-tarballs: add 1`] = `[]`;
exports[`bun add is-even --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: fatal) 0249 (without modules): requested-packages: add 1`] = `
[
"is-even",
"is-odd",
]
`;
exports[`bun add is-even --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: fatal) 0249 (without modules): requested-tarballs: add 1`] = `[]`;
exports[`bun add is-even --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: none) 0250 (without modules): requested-packages: add 1`] = `
[
"is-even",
"is-odd",
"left-pad",
]
`;
exports[`bun add is-even --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: none) 0250 (without modules): requested-tarballs: add 1`] = `[]`;
exports[`bun add is-even --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: warn) 0251 (without modules): requested-packages: add 1`] = `
[
"is-even",
"is-odd",
"left-pad",
]
`;
exports[`bun add is-even --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: warn) 0251 (without modules): requested-tarballs: add 1`] = `[]`;
exports[`bun add is-even --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: fatal) 0252 (without modules): requested-packages: add 1`] = `
[
"is-even",
"is-odd",
"left-pad",
]
`;
exports[`bun add is-even --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: fatal) 0252 (without modules): requested-tarballs: add 1`] = `[]`;
exports[`bun add left-pad,is-even --linker=hoisted (scanner: local) (bun.lock exists: true) (advisories: none) 0253 (without modules): requested-packages: add 1`] = `
[
"is-even",
"is-odd",
"left-pad",
]
`;
exports[`bun add left-pad,is-even --linker=hoisted (scanner: local) (bun.lock exists: true) (advisories: none) 0253 (without modules): requested-tarballs: add 1`] = `
[
"/is-even-1.0.0.tgz",
"/is-odd-1.0.0.tgz",
"/left-pad-1.3.0.tgz",
]
`;
exports[`bun add left-pad,is-even --linker=hoisted (scanner: local) (bun.lock exists: true) (advisories: warn) 0254 (without modules): requested-packages: add 1`] = `
[
"is-even",
"is-odd",
"left-pad",
]
`;
exports[`bun add left-pad,is-even --linker=hoisted (scanner: local) (bun.lock exists: true) (advisories: warn) 0254 (without modules): requested-tarballs: add 1`] = `[]`;
exports[`bun add left-pad,is-even --linker=hoisted (scanner: local) (bun.lock exists: true) (advisories: fatal) 0255 (without modules): requested-packages: add 1`] = `
[
"is-even",
"is-odd",
"left-pad",
]
`;
exports[`bun add left-pad,is-even --linker=hoisted (scanner: local) (bun.lock exists: true) (advisories: fatal) 0255 (without modules): requested-tarballs: add 1`] = `[]`;
exports[`bun add left-pad,is-even --linker=hoisted (scanner: local) (bun.lock exists: false) (advisories: none) 0256 (without modules): requested-packages: add 1`] = `
[
"is-even",
"is-odd",
"left-pad",
]
`;
exports[`bun add left-pad,is-even --linker=hoisted (scanner: local) (bun.lock exists: false) (advisories: none) 0256 (without modules): requested-tarballs: add 1`] = `
[
"/is-even-1.0.0.tgz",
"/is-odd-1.0.0.tgz",
"/left-pad-1.3.0.tgz",
]
`;
exports[`bun add left-pad,is-even --linker=hoisted (scanner: local) (bun.lock exists: false) (advisories: warn) 0257 (without modules): requested-packages: add 1`] = `
[
"is-even",
"is-odd",
"left-pad",
]
`;
exports[`bun add left-pad,is-even --linker=hoisted (scanner: local) (bun.lock exists: false) (advisories: warn) 0257 (without modules): requested-tarballs: add 1`] = `[]`;
exports[`bun add left-pad,is-even --linker=hoisted (scanner: local) (bun.lock exists: false) (advisories: fatal) 0258 (without modules): requested-packages: add 1`] = `
[
"is-even",
"is-odd",
"left-pad",
]
`;
exports[`bun add left-pad,is-even --linker=hoisted (scanner: local) (bun.lock exists: false) (advisories: fatal) 0258 (without modules): requested-tarballs: add 1`] = `[]`;
exports[`bun add left-pad,is-even --linker=hoisted (scanner: npm) (bun.lock exists: true) (advisories: none) 0259 (without modules): requested-packages: add 1`] = `
[
"is-even",
"is-odd",
"left-pad",
]
`;
exports[`bun add left-pad,is-even --linker=hoisted (scanner: npm) (bun.lock exists: true) (advisories: none) 0259 (without modules): requested-tarballs: add 1`] = `
[
"/is-even-1.0.0.tgz",
"/is-odd-1.0.0.tgz",
"/left-pad-1.3.0.tgz",
"/test-security-scanner-1.0.0.tgz",
]
`;
exports[`bun add left-pad,is-even --linker=hoisted (scanner: npm) (bun.lock exists: true) (advisories: warn) 0260 (without modules): requested-packages: add 1`] = `
[
"is-even",
"is-odd",
"left-pad",
]
`;
exports[`bun add left-pad,is-even --linker=hoisted (scanner: npm) (bun.lock exists: true) (advisories: warn) 0260 (without modules): requested-tarballs: add 1`] = `
[
"/test-security-scanner-1.0.0.tgz",
]
`;
exports[`bun add left-pad,is-even --linker=hoisted (scanner: npm) (bun.lock exists: true) (advisories: fatal) 0261 (without modules): requested-packages: add 1`] = `
[
"is-even",
"is-odd",
"left-pad",
]
`;
exports[`bun add left-pad,is-even --linker=hoisted (scanner: npm) (bun.lock exists: true) (advisories: fatal) 0261 (without modules): requested-tarballs: add 1`] = `
[
"/test-security-scanner-1.0.0.tgz",
]
`;
exports[`bun add left-pad,is-even --linker=hoisted (scanner: npm) (bun.lock exists: false) (advisories: none) 0262 (without modules): requested-packages: add 1`] = `
[
"is-even",
"is-odd",
"left-pad",
"test-security-scanner",
]
`;
exports[`bun add left-pad,is-even --linker=hoisted (scanner: npm) (bun.lock exists: false) (advisories: none) 0262 (without modules): requested-tarballs: add 1`] = `
[
"/is-even-1.0.0.tgz",
"/is-odd-1.0.0.tgz",
"/left-pad-1.3.0.tgz",
"/test-security-scanner-1.0.0.tgz",
]
`;
exports[`bun add left-pad,is-even --linker=hoisted (scanner: npm) (bun.lock exists: false) (advisories: warn) 0263 (without modules): requested-packages: add 1`] = `
[
"is-even",
"is-odd",
"left-pad",
"test-security-scanner",
]
`;
exports[`bun add left-pad,is-even --linker=hoisted (scanner: npm) (bun.lock exists: false) (advisories: warn) 0263 (without modules): requested-tarballs: add 1`] = `
[
"/test-security-scanner-1.0.0.tgz",
]
`;
exports[`bun add left-pad,is-even --linker=hoisted (scanner: npm) (bun.lock exists: false) (advisories: fatal) 0264 (without modules): requested-packages: add 1`] = `
[
"is-even",
"is-odd",
"left-pad",
"test-security-scanner",
]
`;
exports[`bun add left-pad,is-even --linker=hoisted (scanner: npm) (bun.lock exists: false) (advisories: fatal) 0264 (without modules): requested-tarballs: add 1`] = `
[
"/test-security-scanner-1.0.0.tgz",
]
`;
exports[`bun add left-pad,is-even --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: none) 0265 (without modules): requested-packages: add 1`] = `
[
"is-even",
"is-odd",
"left-pad",
]
`;
exports[`bun add left-pad,is-even --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: none) 0265 (without modules): requested-tarballs: add 1`] = `[]`;
exports[`bun add left-pad,is-even --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: warn) 0266 (without modules): requested-packages: add 1`] = `
[
"is-even",
"is-odd",
"left-pad",
]
`;
exports[`bun add left-pad,is-even --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: warn) 0266 (without modules): requested-tarballs: add 1`] = `[]`;
exports[`bun add left-pad,is-even --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: fatal) 0267 (without modules): requested-packages: add 1`] = `
[
"is-even",
"is-odd",
"left-pad",
]
`;
exports[`bun add left-pad,is-even --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: fatal) 0267 (without modules): requested-tarballs: add 1`] = `[]`;
exports[`bun add left-pad,is-even --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: none) 0268 (without modules): requested-packages: add 1`] = `
[
"is-even",
"is-odd",
"left-pad",
]
`;
exports[`bun add left-pad,is-even --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: none) 0268 (without modules): requested-tarballs: add 1`] = `[]`;
exports[`bun add left-pad,is-even --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: warn) 0269 (without modules): requested-packages: add 1`] = `
[
"is-even",
"is-odd",
"left-pad",
]
`;
exports[`bun add left-pad,is-even --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: warn) 0269 (without modules): requested-tarballs: add 1`] = `[]`;
exports[`bun add left-pad,is-even --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: fatal) 0270 (without modules): requested-packages: add 1`] = `
[
"is-even",
"is-odd",
"left-pad",
]
`;
exports[`bun add left-pad,is-even --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: fatal) 0270 (without modules): requested-tarballs: add 1`] = `[]`;
exports[`bun add left-pad,is-even --linker=isolated (scanner: local) (bun.lock exists: true) (advisories: none) 0271 (without modules): requested-packages: add 1`] = `
[
"is-even",
"is-odd",
"left-pad",
]
`;
exports[`bun add left-pad,is-even --linker=isolated (scanner: local) (bun.lock exists: true) (advisories: none) 0271 (without modules): requested-tarballs: add 1`] = `
[
"/is-even-1.0.0.tgz",
"/is-odd-1.0.0.tgz",
"/left-pad-1.3.0.tgz",
]
`;
exports[`bun add left-pad,is-even --linker=isolated (scanner: local) (bun.lock exists: true) (advisories: warn) 0272 (without modules): requested-packages: add 1`] = `
[
"is-even",
"is-odd",
"left-pad",
]
`;
exports[`bun add left-pad,is-even --linker=isolated (scanner: local) (bun.lock exists: true) (advisories: warn) 0272 (without modules): requested-tarballs: add 1`] = `[]`;
exports[`bun add left-pad,is-even --linker=isolated (scanner: local) (bun.lock exists: true) (advisories: fatal) 0273 (without modules): requested-packages: add 1`] = `
[
"is-even",
"is-odd",
"left-pad",
]
`;
exports[`bun add left-pad,is-even --linker=isolated (scanner: local) (bun.lock exists: true) (advisories: fatal) 0273 (without modules): requested-tarballs: add 1`] = `[]`;
exports[`bun add left-pad,is-even --linker=isolated (scanner: local) (bun.lock exists: false) (advisories: none) 0274 (without modules): requested-packages: add 1`] = `
[
"is-even",
"is-odd",
"left-pad",
]
`;
exports[`bun add left-pad,is-even --linker=isolated (scanner: local) (bun.lock exists: false) (advisories: none) 0274 (without modules): requested-tarballs: add 1`] = `
[
"/is-even-1.0.0.tgz",
"/is-odd-1.0.0.tgz",
"/left-pad-1.3.0.tgz",
]
`;
exports[`bun add left-pad,is-even --linker=isolated (scanner: local) (bun.lock exists: false) (advisories: warn) 0275 (without modules): requested-packages: add 1`] = `
[
"is-even",
"is-odd",
"left-pad",
]
`;
exports[`bun add left-pad,is-even --linker=isolated (scanner: local) (bun.lock exists: false) (advisories: warn) 0275 (without modules): requested-tarballs: add 1`] = `[]`;
exports[`bun add left-pad,is-even --linker=isolated (scanner: local) (bun.lock exists: false) (advisories: fatal) 0276 (without modules): requested-packages: add 1`] = `
[
"is-even",
"is-odd",
"left-pad",
]
`;
exports[`bun add left-pad,is-even --linker=isolated (scanner: local) (bun.lock exists: false) (advisories: fatal) 0276 (without modules): requested-tarballs: add 1`] = `[]`;
exports[`bun add left-pad,is-even --linker=isolated (scanner: npm) (bun.lock exists: true) (advisories: none) 0277 (without modules): requested-packages: add 1`] = `
[
"is-even",
"is-odd",
"left-pad",
]
`;
exports[`bun add left-pad,is-even --linker=isolated (scanner: npm) (bun.lock exists: true) (advisories: none) 0277 (without modules): requested-tarballs: add 1`] = `
[
"/is-even-1.0.0.tgz",
"/is-odd-1.0.0.tgz",
"/left-pad-1.3.0.tgz",
"/test-security-scanner-1.0.0.tgz",
]
`;
exports[`bun add left-pad,is-even --linker=isolated (scanner: npm) (bun.lock exists: true) (advisories: warn) 0278 (without modules): requested-packages: add 1`] = `
[
"is-even",
"is-odd",
"left-pad",
]
`;
exports[`bun add left-pad,is-even --linker=isolated (scanner: npm) (bun.lock exists: true) (advisories: warn) 0278 (without modules): requested-tarballs: add 1`] = `
[
"/test-security-scanner-1.0.0.tgz",
]
`;
exports[`bun add left-pad,is-even --linker=isolated (scanner: npm) (bun.lock exists: true) (advisories: fatal) 0279 (without modules): requested-packages: add 1`] = `
[
"is-even",
"is-odd",
"left-pad",
]
`;
exports[`bun add left-pad,is-even --linker=isolated (scanner: npm) (bun.lock exists: true) (advisories: fatal) 0279 (without modules): requested-tarballs: add 1`] = `
[
"/test-security-scanner-1.0.0.tgz",
]
`;
exports[`bun add left-pad,is-even --linker=isolated (scanner: npm) (bun.lock exists: false) (advisories: none) 0280 (without modules): requested-packages: add 1`] = `
[
"is-even",
"is-odd",
"left-pad",
"test-security-scanner",
]
`;
exports[`bun add left-pad,is-even --linker=isolated (scanner: npm) (bun.lock exists: false) (advisories: none) 0280 (without modules): requested-tarballs: add 1`] = `
[
"/is-even-1.0.0.tgz",
"/is-odd-1.0.0.tgz",
"/left-pad-1.3.0.tgz",
"/test-security-scanner-1.0.0.tgz",
]
`;
exports[`bun add left-pad,is-even --linker=isolated (scanner: npm) (bun.lock exists: false) (advisories: warn) 0281 (without modules): requested-packages: add 1`] = `
[
"is-even",
"is-odd",
"left-pad",
"test-security-scanner",
]
`;
exports[`bun add left-pad,is-even --linker=isolated (scanner: npm) (bun.lock exists: false) (advisories: warn) 0281 (without modules): requested-tarballs: add 1`] = `
[
"/test-security-scanner-1.0.0.tgz",
]
`;
exports[`bun add left-pad,is-even --linker=isolated (scanner: npm) (bun.lock exists: false) (advisories: fatal) 0282 (without modules): requested-packages: add 1`] = `
[
"is-even",
"is-odd",
"left-pad",
"test-security-scanner",
]
`;
exports[`bun add left-pad,is-even --linker=isolated (scanner: npm) (bun.lock exists: false) (advisories: fatal) 0282 (without modules): requested-tarballs: add 1`] = `
[
"/test-security-scanner-1.0.0.tgz",
]
`;
exports[`bun add left-pad,is-even --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: none) 0283 (without modules): requested-packages: add 1`] = `
[
"is-even",
"is-odd",
"left-pad",
]
`;
exports[`bun add left-pad,is-even --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: none) 0283 (without modules): requested-tarballs: add 1`] = `[]`;
exports[`bun add left-pad,is-even --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: warn) 0284 (without modules): requested-packages: add 1`] = `
[
"is-even",
"is-odd",
"left-pad",
]
`;
exports[`bun add left-pad,is-even --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: warn) 0284 (without modules): requested-tarballs: add 1`] = `[]`;
exports[`bun add left-pad,is-even --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: fatal) 0285 (without modules): requested-packages: add 1`] = `
[
"is-even",
"is-odd",
"left-pad",
]
`;
exports[`bun add left-pad,is-even --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: fatal) 0285 (without modules): requested-tarballs: add 1`] = `[]`;
exports[`bun add left-pad,is-even --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: none) 0286 (without modules): requested-packages: add 1`] = `
[
"is-even",
"is-odd",
"left-pad",
]
`;
exports[`bun add left-pad,is-even --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: none) 0286 (without modules): requested-tarballs: add 1`] = `[]`;
exports[`bun add left-pad,is-even --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: warn) 0287 (without modules): requested-packages: add 1`] = `
[
"is-even",
"is-odd",
"left-pad",
]
`;
exports[`bun add left-pad,is-even --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: warn) 0287 (without modules): requested-tarballs: add 1`] = `[]`;
exports[`bun add left-pad,is-even --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: fatal) 0288 (without modules): requested-packages: add 1`] = `
[
"is-even",
"is-odd",
"left-pad",
]
`;
exports[`bun add left-pad,is-even --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: fatal) 0288 (without modules): requested-tarballs: add 1`] = `[]`;
exports[`bun remove is-even --linker=hoisted (scanner: local) (bun.lock exists: true) (advisories: warn) 0290 (without modules): requested-packages: remove with args 1`] = `[]`;
exports[`bun remove is-even --linker=hoisted (scanner: local) (bun.lock exists: true) (advisories: warn) 0290 (without modules): requested-tarballs: remove with args 1`] = `[]`;
exports[`bun remove is-even --linker=hoisted (scanner: local) (bun.lock exists: true) (advisories: fatal) 0291 (without modules): requested-packages: remove with args 1`] = `[]`;
exports[`bun remove is-even --linker=hoisted (scanner: local) (bun.lock exists: true) (advisories: fatal) 0291 (without modules): requested-tarballs: remove with args 1`] = `[]`;
exports[`bun remove is-even --linker=hoisted (scanner: local) (bun.lock exists: false) (advisories: warn) 0293 (without modules): requested-packages: remove with args 1`] = `
[
"is-even",
"is-odd",
"left-pad",
]
`;
exports[`bun remove is-even --linker=hoisted (scanner: local) (bun.lock exists: false) (advisories: warn) 0293 (without modules): requested-tarballs: remove with args 1`] = `[]`;
exports[`bun remove is-even --linker=hoisted (scanner: local) (bun.lock exists: false) (advisories: fatal) 0294 (without modules): requested-packages: remove with args 1`] = `
[
"is-even",
"is-odd",
"left-pad",
]
`;
exports[`bun remove is-even --linker=hoisted (scanner: local) (bun.lock exists: false) (advisories: fatal) 0294 (without modules): requested-tarballs: remove with args 1`] = `[]`;
exports[`bun remove is-even --linker=hoisted (scanner: npm) (bun.lock exists: true) (advisories: warn) 0296 (without modules): requested-packages: remove with args 1`] = `[]`;
exports[`bun remove is-even --linker=hoisted (scanner: npm) (bun.lock exists: true) (advisories: warn) 0296 (without modules): requested-tarballs: remove with args 1`] = `
[
"/test-security-scanner-1.0.0.tgz",
]
`;
exports[`bun remove is-even --linker=hoisted (scanner: npm) (bun.lock exists: true) (advisories: fatal) 0297 (without modules): requested-packages: remove with args 1`] = `[]`;
exports[`bun remove is-even --linker=hoisted (scanner: npm) (bun.lock exists: true) (advisories: fatal) 0297 (without modules): requested-tarballs: remove with args 1`] = `
[
"/test-security-scanner-1.0.0.tgz",
]
`;
exports[`bun remove is-even --linker=hoisted (scanner: npm) (bun.lock exists: false) (advisories: warn) 0299 (without modules): requested-packages: remove with args 1`] = `
[
"is-even",
"is-odd",
"left-pad",
"test-security-scanner",
]
`;
exports[`bun remove is-even --linker=hoisted (scanner: npm) (bun.lock exists: false) (advisories: warn) 0299 (without modules): requested-tarballs: remove with args 1`] = `
[
"/test-security-scanner-1.0.0.tgz",
]
`;
exports[`bun remove is-even --linker=hoisted (scanner: npm) (bun.lock exists: false) (advisories: fatal) 0300 (without modules): requested-packages: remove with args 1`] = `
[
"is-even",
"is-odd",
"left-pad",
"test-security-scanner",
]
`;
exports[`bun remove is-even --linker=hoisted (scanner: npm) (bun.lock exists: false) (advisories: fatal) 0300 (without modules): requested-tarballs: remove with args 1`] = `
[
"/test-security-scanner-1.0.0.tgz",
]
`;
exports[`bun remove is-even --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: none) 0301 (without modules): requested-packages: remove with args 1`] = `[]`;
exports[`bun remove is-even --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: none) 0301 (without modules): requested-tarballs: remove with args 1`] = `[]`;
exports[`bun remove is-even --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: warn) 0302 (without modules): requested-packages: remove with args 1`] = `[]`;
exports[`bun remove is-even --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: warn) 0302 (without modules): requested-tarballs: remove with args 1`] = `[]`;
exports[`bun remove is-even --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: fatal) 0303 (without modules): requested-packages: remove with args 1`] = `[]`;
exports[`bun remove is-even --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: fatal) 0303 (without modules): requested-tarballs: remove with args 1`] = `[]`;
exports[`bun remove is-even --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: none) 0304 (without modules): requested-packages: remove with args 1`] = `
[
"is-even",
"is-odd",
"left-pad",
]
`;
exports[`bun remove is-even --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: none) 0304 (without modules): requested-tarballs: remove with args 1`] = `[]`;
exports[`bun remove is-even --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: warn) 0305 (without modules): requested-packages: remove with args 1`] = `
[
"is-even",
"is-odd",
"left-pad",
]
`;
exports[`bun remove is-even --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: warn) 0305 (without modules): requested-tarballs: remove with args 1`] = `[]`;
exports[`bun remove is-even --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: fatal) 0306 (without modules): requested-packages: remove with args 1`] = `
[
"is-even",
"is-odd",
"left-pad",
]
`;
exports[`bun remove is-even --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: fatal) 0306 (without modules): requested-tarballs: remove with args 1`] = `[]`;
exports[`bun remove is-even --linker=isolated (scanner: local) (bun.lock exists: true) (advisories: warn) 0308 (without modules): requested-packages: remove with args 1`] = `[]`;
exports[`bun remove is-even --linker=isolated (scanner: local) (bun.lock exists: true) (advisories: warn) 0308 (without modules): requested-tarballs: remove with args 1`] = `[]`;
exports[`bun remove is-even --linker=isolated (scanner: local) (bun.lock exists: true) (advisories: fatal) 0309 (without modules): requested-packages: remove with args 1`] = `[]`;
exports[`bun remove is-even --linker=isolated (scanner: local) (bun.lock exists: true) (advisories: fatal) 0309 (without modules): requested-tarballs: remove with args 1`] = `[]`;
exports[`bun remove is-even --linker=isolated (scanner: local) (bun.lock exists: false) (advisories: warn) 0311 (without modules): requested-packages: remove with args 1`] = `
[
"is-even",
"is-odd",
"left-pad",
]
`;
exports[`bun remove is-even --linker=isolated (scanner: local) (bun.lock exists: false) (advisories: warn) 0311 (without modules): requested-tarballs: remove with args 1`] = `[]`;
exports[`bun remove is-even --linker=isolated (scanner: local) (bun.lock exists: false) (advisories: fatal) 0312 (without modules): requested-packages: remove with args 1`] = `
[
"is-even",
"is-odd",
"left-pad",
]
`;
exports[`bun remove is-even --linker=isolated (scanner: local) (bun.lock exists: false) (advisories: fatal) 0312 (without modules): requested-tarballs: remove with args 1`] = `[]`;
exports[`bun remove is-even --linker=isolated (scanner: npm) (bun.lock exists: true) (advisories: warn) 0314 (without modules): requested-packages: remove with args 1`] = `[]`;
exports[`bun remove is-even --linker=isolated (scanner: npm) (bun.lock exists: true) (advisories: warn) 0314 (without modules): requested-tarballs: remove with args 1`] = `
[
"/test-security-scanner-1.0.0.tgz",
]
`;
exports[`bun remove is-even --linker=isolated (scanner: npm) (bun.lock exists: true) (advisories: fatal) 0315 (without modules): requested-packages: remove with args 1`] = `[]`;
exports[`bun remove is-even --linker=isolated (scanner: npm) (bun.lock exists: true) (advisories: fatal) 0315 (without modules): requested-tarballs: remove with args 1`] = `
[
"/test-security-scanner-1.0.0.tgz",
]
`;
exports[`bun remove is-even --linker=isolated (scanner: npm) (bun.lock exists: false) (advisories: warn) 0317 (without modules): requested-packages: remove with args 1`] = `
[
"is-even",
"is-odd",
"left-pad",
"test-security-scanner",
]
`;
exports[`bun remove is-even --linker=isolated (scanner: npm) (bun.lock exists: false) (advisories: warn) 0317 (without modules): requested-tarballs: remove with args 1`] = `
[
"/test-security-scanner-1.0.0.tgz",
]
`;
exports[`bun remove is-even --linker=isolated (scanner: npm) (bun.lock exists: false) (advisories: fatal) 0318 (without modules): requested-packages: remove with args 1`] = `
[
"is-even",
"is-odd",
"left-pad",
"test-security-scanner",
]
`;
exports[`bun remove is-even --linker=isolated (scanner: npm) (bun.lock exists: false) (advisories: fatal) 0318 (without modules): requested-tarballs: remove with args 1`] = `
[
"/test-security-scanner-1.0.0.tgz",
]
`;
exports[`bun remove is-even --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: none) 0319 (without modules): requested-packages: remove with args 1`] = `[]`;
exports[`bun remove is-even --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: none) 0319 (without modules): requested-tarballs: remove with args 1`] = `[]`;
exports[`bun remove is-even --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: warn) 0320 (without modules): requested-packages: remove with args 1`] = `[]`;
exports[`bun remove is-even --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: warn) 0320 (without modules): requested-tarballs: remove with args 1`] = `[]`;
exports[`bun remove is-even --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: fatal) 0321 (without modules): requested-packages: remove with args 1`] = `[]`;
exports[`bun remove is-even --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: fatal) 0321 (without modules): requested-tarballs: remove with args 1`] = `[]`;
exports[`bun remove is-even --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: none) 0322 (without modules): requested-packages: remove with args 1`] = `
[
"is-even",
"is-odd",
"left-pad",
]
`;
exports[`bun remove is-even --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: none) 0322 (without modules): requested-tarballs: remove with args 1`] = `[]`;
exports[`bun remove is-even --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: warn) 0323 (without modules): requested-packages: remove with args 1`] = `
[
"is-even",
"is-odd",
"left-pad",
]
`;
exports[`bun remove is-even --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: warn) 0323 (without modules): requested-tarballs: remove with args 1`] = `[]`;
exports[`bun remove is-even --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: fatal) 0324 (without modules): requested-packages: remove with args 1`] = `
[
"is-even",
"is-odd",
"left-pad",
]
`;
exports[`bun remove is-even --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: fatal) 0324 (without modules): requested-tarballs: remove with args 1`] = `[]`;
exports[`bun remove left-pad,is-even --linker=hoisted (scanner: local) (bun.lock exists: true) (advisories: warn) 0326 (without modules): requested-packages: remove with args 1`] = `[]`;
exports[`bun remove left-pad,is-even --linker=hoisted (scanner: local) (bun.lock exists: true) (advisories: warn) 0326 (without modules): requested-tarballs: remove with args 1`] = `[]`;
exports[`bun remove left-pad,is-even --linker=hoisted (scanner: local) (bun.lock exists: true) (advisories: fatal) 0327 (without modules): requested-packages: remove with args 1`] = `[]`;
exports[`bun remove left-pad,is-even --linker=hoisted (scanner: local) (bun.lock exists: true) (advisories: fatal) 0327 (without modules): requested-tarballs: remove with args 1`] = `[]`;
exports[`bun remove left-pad,is-even --linker=hoisted (scanner: local) (bun.lock exists: false) (advisories: warn) 0329 (without modules): requested-packages: remove with args 1`] = `
[
"is-even",
"is-odd",
]
`;
exports[`bun remove left-pad,is-even --linker=hoisted (scanner: local) (bun.lock exists: false) (advisories: warn) 0329 (without modules): requested-tarballs: remove with args 1`] = `[]`;
exports[`bun remove left-pad,is-even --linker=hoisted (scanner: local) (bun.lock exists: false) (advisories: fatal) 0330 (without modules): requested-packages: remove with args 1`] = `
[
"is-even",
"is-odd",
]
`;
exports[`bun remove left-pad,is-even --linker=hoisted (scanner: local) (bun.lock exists: false) (advisories: fatal) 0330 (without modules): requested-tarballs: remove with args 1`] = `[]`;
exports[`bun remove left-pad,is-even --linker=hoisted (scanner: npm) (bun.lock exists: true) (advisories: warn) 0332 (without modules): requested-packages: remove with args 1`] = `[]`;
exports[`bun remove left-pad,is-even --linker=hoisted (scanner: npm) (bun.lock exists: true) (advisories: warn) 0332 (without modules): requested-tarballs: remove with args 1`] = `
[
"/test-security-scanner-1.0.0.tgz",
]
`;
exports[`bun remove left-pad,is-even --linker=hoisted (scanner: npm) (bun.lock exists: true) (advisories: fatal) 0333 (without modules): requested-packages: remove with args 1`] = `[]`;
exports[`bun remove left-pad,is-even --linker=hoisted (scanner: npm) (bun.lock exists: true) (advisories: fatal) 0333 (without modules): requested-tarballs: remove with args 1`] = `
[
"/test-security-scanner-1.0.0.tgz",
]
`;
exports[`bun remove left-pad,is-even --linker=hoisted (scanner: npm) (bun.lock exists: false) (advisories: warn) 0335 (without modules): requested-packages: remove with args 1`] = `
[
"is-even",
"is-odd",
"test-security-scanner",
]
`;
exports[`bun remove left-pad,is-even --linker=hoisted (scanner: npm) (bun.lock exists: false) (advisories: warn) 0335 (without modules): requested-tarballs: remove with args 1`] = `
[
"/test-security-scanner-1.0.0.tgz",
]
`;
exports[`bun remove left-pad,is-even --linker=hoisted (scanner: npm) (bun.lock exists: false) (advisories: fatal) 0336 (without modules): requested-packages: remove with args 1`] = `
[
"is-even",
"is-odd",
"test-security-scanner",
]
`;
exports[`bun remove left-pad,is-even --linker=hoisted (scanner: npm) (bun.lock exists: false) (advisories: fatal) 0336 (without modules): requested-tarballs: remove with args 1`] = `
[
"/test-security-scanner-1.0.0.tgz",
]
`;
exports[`bun remove left-pad,is-even --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: none) 0337 (without modules): requested-packages: remove with args 1`] = `[]`;
exports[`bun remove left-pad,is-even --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: none) 0337 (without modules): requested-tarballs: remove with args 1`] = `[]`;
exports[`bun remove left-pad,is-even --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: warn) 0338 (without modules): requested-packages: remove with args 1`] = `[]`;
exports[`bun remove left-pad,is-even --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: warn) 0338 (without modules): requested-tarballs: remove with args 1`] = `[]`;
exports[`bun remove left-pad,is-even --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: fatal) 0339 (without modules): requested-packages: remove with args 1`] = `[]`;
exports[`bun remove left-pad,is-even --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: fatal) 0339 (without modules): requested-tarballs: remove with args 1`] = `[]`;
exports[`bun remove left-pad,is-even --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: none) 0340 (without modules): requested-packages: remove with args 1`] = `
[
"is-even",
"is-odd",
]
`;
exports[`bun remove left-pad,is-even --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: none) 0340 (without modules): requested-tarballs: remove with args 1`] = `[]`;
exports[`bun remove left-pad,is-even --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: warn) 0341 (without modules): requested-packages: remove with args 1`] = `
[
"is-even",
"is-odd",
]
`;
exports[`bun remove left-pad,is-even --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: warn) 0341 (without modules): requested-tarballs: remove with args 1`] = `[]`;
exports[`bun remove left-pad,is-even --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: fatal) 0342 (without modules): requested-packages: remove with args 1`] = `
[
"is-even",
"is-odd",
]
`;
exports[`bun remove left-pad,is-even --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: fatal) 0342 (without modules): requested-tarballs: remove with args 1`] = `[]`;
exports[`bun remove left-pad,is-even --linker=isolated (scanner: local) (bun.lock exists: true) (advisories: warn) 0344 (without modules): requested-packages: remove with args 1`] = `[]`;
exports[`bun remove left-pad,is-even --linker=isolated (scanner: local) (bun.lock exists: true) (advisories: warn) 0344 (without modules): requested-tarballs: remove with args 1`] = `[]`;
exports[`bun remove left-pad,is-even --linker=isolated (scanner: local) (bun.lock exists: true) (advisories: fatal) 0345 (without modules): requested-packages: remove with args 1`] = `[]`;
exports[`bun remove left-pad,is-even --linker=isolated (scanner: local) (bun.lock exists: true) (advisories: fatal) 0345 (without modules): requested-tarballs: remove with args 1`] = `[]`;
exports[`bun remove left-pad,is-even --linker=isolated (scanner: local) (bun.lock exists: false) (advisories: warn) 0347 (without modules): requested-packages: remove with args 1`] = `
[
"is-even",
"is-odd",
]
`;
exports[`bun remove left-pad,is-even --linker=isolated (scanner: local) (bun.lock exists: false) (advisories: warn) 0347 (without modules): requested-tarballs: remove with args 1`] = `[]`;
exports[`bun remove left-pad,is-even --linker=isolated (scanner: local) (bun.lock exists: false) (advisories: fatal) 0348 (without modules): requested-packages: remove with args 1`] = `
[
"is-even",
"is-odd",
]
`;
exports[`bun remove left-pad,is-even --linker=isolated (scanner: local) (bun.lock exists: false) (advisories: fatal) 0348 (without modules): requested-tarballs: remove with args 1`] = `[]`;
exports[`bun remove left-pad,is-even --linker=isolated (scanner: npm) (bun.lock exists: true) (advisories: warn) 0350 (without modules): requested-packages: remove with args 1`] = `[]`;
exports[`bun remove left-pad,is-even --linker=isolated (scanner: npm) (bun.lock exists: true) (advisories: warn) 0350 (without modules): requested-tarballs: remove with args 1`] = `
[
"/test-security-scanner-1.0.0.tgz",
]
`;
exports[`bun remove left-pad,is-even --linker=isolated (scanner: npm) (bun.lock exists: true) (advisories: fatal) 0351 (without modules): requested-packages: remove with args 1`] = `[]`;
exports[`bun remove left-pad,is-even --linker=isolated (scanner: npm) (bun.lock exists: true) (advisories: fatal) 0351 (without modules): requested-tarballs: remove with args 1`] = `
[
"/test-security-scanner-1.0.0.tgz",
]
`;
exports[`bun remove left-pad,is-even --linker=isolated (scanner: npm) (bun.lock exists: false) (advisories: warn) 0353 (without modules): requested-packages: remove with args 1`] = `
[
"is-even",
"is-odd",
"test-security-scanner",
]
`;
exports[`bun remove left-pad,is-even --linker=isolated (scanner: npm) (bun.lock exists: false) (advisories: warn) 0353 (without modules): requested-tarballs: remove with args 1`] = `
[
"/test-security-scanner-1.0.0.tgz",
]
`;
exports[`bun remove left-pad,is-even --linker=isolated (scanner: npm) (bun.lock exists: false) (advisories: fatal) 0354 (without modules): requested-packages: remove with args 1`] = `
[
"is-even",
"is-odd",
"test-security-scanner",
]
`;
exports[`bun remove left-pad,is-even --linker=isolated (scanner: npm) (bun.lock exists: false) (advisories: fatal) 0354 (without modules): requested-tarballs: remove with args 1`] = `
[
"/test-security-scanner-1.0.0.tgz",
]
`;
exports[`bun remove left-pad,is-even --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: none) 0355 (without modules): requested-packages: remove with args 1`] = `[]`;
exports[`bun remove left-pad,is-even --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: none) 0355 (without modules): requested-tarballs: remove with args 1`] = `[]`;
exports[`bun remove left-pad,is-even --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: warn) 0356 (without modules): requested-packages: remove with args 1`] = `[]`;
exports[`bun remove left-pad,is-even --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: warn) 0356 (without modules): requested-tarballs: remove with args 1`] = `[]`;
exports[`bun remove left-pad,is-even --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: fatal) 0357 (without modules): requested-packages: remove with args 1`] = `[]`;
exports[`bun remove left-pad,is-even --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: fatal) 0357 (without modules): requested-tarballs: remove with args 1`] = `[]`;
exports[`bun remove left-pad,is-even --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: none) 0358 (without modules): requested-packages: remove with args 1`] = `
[
"is-even",
"is-odd",
]
`;
exports[`bun remove left-pad,is-even --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: none) 0358 (without modules): requested-tarballs: remove with args 1`] = `[]`;
exports[`bun remove left-pad,is-even --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: warn) 0359 (without modules): requested-packages: remove with args 1`] = `
[
"is-even",
"is-odd",
]
`;
exports[`bun remove left-pad,is-even --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: warn) 0359 (without modules): requested-tarballs: remove with args 1`] = `[]`;
exports[`bun remove left-pad,is-even --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: fatal) 0360 (without modules): requested-packages: remove with args 1`] = `
[
"is-even",
"is-odd",
]
`;
exports[`bun remove left-pad,is-even --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: fatal) 0360 (without modules): requested-tarballs: remove with args 1`] = `[]`;
exports[`bun uninstall is-even --linker=hoisted (scanner: local) (bun.lock exists: true) (advisories: warn) 0362 (without modules): requested-packages: remove with args 1`] = `[]`;
exports[`bun uninstall is-even --linker=hoisted (scanner: local) (bun.lock exists: true) (advisories: warn) 0362 (without modules): requested-tarballs: remove with args 1`] = `[]`;
exports[`bun uninstall is-even --linker=hoisted (scanner: local) (bun.lock exists: true) (advisories: fatal) 0363 (without modules): requested-packages: remove with args 1`] = `[]`;
exports[`bun uninstall is-even --linker=hoisted (scanner: local) (bun.lock exists: true) (advisories: fatal) 0363 (without modules): requested-tarballs: remove with args 1`] = `[]`;
exports[`bun uninstall is-even --linker=hoisted (scanner: local) (bun.lock exists: false) (advisories: warn) 0365 (without modules): requested-packages: remove with args 1`] = `
[
"is-even",
"is-odd",
"left-pad",
]
`;
exports[`bun uninstall is-even --linker=hoisted (scanner: local) (bun.lock exists: false) (advisories: warn) 0365 (without modules): requested-tarballs: remove with args 1`] = `[]`;
exports[`bun uninstall is-even --linker=hoisted (scanner: local) (bun.lock exists: false) (advisories: fatal) 0366 (without modules): requested-packages: remove with args 1`] = `
[
"is-even",
"is-odd",
"left-pad",
]
`;
exports[`bun uninstall is-even --linker=hoisted (scanner: local) (bun.lock exists: false) (advisories: fatal) 0366 (without modules): requested-tarballs: remove with args 1`] = `[]`;
exports[`bun uninstall is-even --linker=hoisted (scanner: npm) (bun.lock exists: true) (advisories: warn) 0368 (without modules): requested-packages: remove with args 1`] = `[]`;
exports[`bun uninstall is-even --linker=hoisted (scanner: npm) (bun.lock exists: true) (advisories: warn) 0368 (without modules): requested-tarballs: remove with args 1`] = `
[
"/test-security-scanner-1.0.0.tgz",
]
`;
exports[`bun uninstall is-even --linker=hoisted (scanner: npm) (bun.lock exists: true) (advisories: fatal) 0369 (without modules): requested-packages: remove with args 1`] = `[]`;
exports[`bun uninstall is-even --linker=hoisted (scanner: npm) (bun.lock exists: true) (advisories: fatal) 0369 (without modules): requested-tarballs: remove with args 1`] = `
[
"/test-security-scanner-1.0.0.tgz",
]
`;
exports[`bun uninstall is-even --linker=hoisted (scanner: npm) (bun.lock exists: false) (advisories: warn) 0371 (without modules): requested-packages: remove with args 1`] = `
[
"is-even",
"is-odd",
"left-pad",
"test-security-scanner",
]
`;
exports[`bun uninstall is-even --linker=hoisted (scanner: npm) (bun.lock exists: false) (advisories: warn) 0371 (without modules): requested-tarballs: remove with args 1`] = `
[
"/test-security-scanner-1.0.0.tgz",
]
`;
exports[`bun uninstall is-even --linker=hoisted (scanner: npm) (bun.lock exists: false) (advisories: fatal) 0372 (without modules): requested-packages: remove with args 1`] = `
[
"is-even",
"is-odd",
"left-pad",
"test-security-scanner",
]
`;
exports[`bun uninstall is-even --linker=hoisted (scanner: npm) (bun.lock exists: false) (advisories: fatal) 0372 (without modules): requested-tarballs: remove with args 1`] = `
[
"/test-security-scanner-1.0.0.tgz",
]
`;
exports[`bun uninstall is-even --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: none) 0373 (without modules): requested-packages: remove with args 1`] = `[]`;
exports[`bun uninstall is-even --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: none) 0373 (without modules): requested-tarballs: remove with args 1`] = `[]`;
exports[`bun uninstall is-even --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: warn) 0374 (without modules): requested-packages: remove with args 1`] = `[]`;
exports[`bun uninstall is-even --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: warn) 0374 (without modules): requested-tarballs: remove with args 1`] = `[]`;
exports[`bun uninstall is-even --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: fatal) 0375 (without modules): requested-packages: remove with args 1`] = `[]`;
exports[`bun uninstall is-even --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: fatal) 0375 (without modules): requested-tarballs: remove with args 1`] = `[]`;
exports[`bun uninstall is-even --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: none) 0376 (without modules): requested-packages: remove with args 1`] = `
[
"is-even",
"is-odd",
"left-pad",
]
`;
exports[`bun uninstall is-even --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: none) 0376 (without modules): requested-tarballs: remove with args 1`] = `[]`;
exports[`bun uninstall is-even --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: warn) 0377 (without modules): requested-packages: remove with args 1`] = `
[
"is-even",
"is-odd",
"left-pad",
]
`;
exports[`bun uninstall is-even --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: warn) 0377 (without modules): requested-tarballs: remove with args 1`] = `[]`;
exports[`bun uninstall is-even --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: fatal) 0378 (without modules): requested-packages: remove with args 1`] = `
[
"is-even",
"is-odd",
"left-pad",
]
`;
exports[`bun uninstall is-even --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: fatal) 0378 (without modules): requested-tarballs: remove with args 1`] = `[]`;
exports[`bun uninstall is-even --linker=isolated (scanner: local) (bun.lock exists: true) (advisories: warn) 0380 (without modules): requested-packages: remove with args 1`] = `[]`;
exports[`bun uninstall is-even --linker=isolated (scanner: local) (bun.lock exists: true) (advisories: warn) 0380 (without modules): requested-tarballs: remove with args 1`] = `[]`;
exports[`bun uninstall is-even --linker=isolated (scanner: local) (bun.lock exists: true) (advisories: fatal) 0381 (without modules): requested-packages: remove with args 1`] = `[]`;
exports[`bun uninstall is-even --linker=isolated (scanner: local) (bun.lock exists: true) (advisories: fatal) 0381 (without modules): requested-tarballs: remove with args 1`] = `[]`;
exports[`bun uninstall is-even --linker=isolated (scanner: local) (bun.lock exists: false) (advisories: warn) 0383 (without modules): requested-packages: remove with args 1`] = `
[
"is-even",
"is-odd",
"left-pad",
]
`;
exports[`bun uninstall is-even --linker=isolated (scanner: local) (bun.lock exists: false) (advisories: warn) 0383 (without modules): requested-tarballs: remove with args 1`] = `[]`;
exports[`bun uninstall is-even --linker=isolated (scanner: local) (bun.lock exists: false) (advisories: fatal) 0384 (without modules): requested-packages: remove with args 1`] = `
[
"is-even",
"is-odd",
"left-pad",
]
`;
exports[`bun uninstall is-even --linker=isolated (scanner: local) (bun.lock exists: false) (advisories: fatal) 0384 (without modules): requested-tarballs: remove with args 1`] = `[]`;
exports[`bun uninstall is-even --linker=isolated (scanner: npm) (bun.lock exists: true) (advisories: warn) 0386 (without modules): requested-packages: remove with args 1`] = `[]`;
exports[`bun uninstall is-even --linker=isolated (scanner: npm) (bun.lock exists: true) (advisories: warn) 0386 (without modules): requested-tarballs: remove with args 1`] = `
[
"/test-security-scanner-1.0.0.tgz",
]
`;
exports[`bun uninstall is-even --linker=isolated (scanner: npm) (bun.lock exists: true) (advisories: fatal) 0387 (without modules): requested-packages: remove with args 1`] = `[]`;
exports[`bun uninstall is-even --linker=isolated (scanner: npm) (bun.lock exists: true) (advisories: fatal) 0387 (without modules): requested-tarballs: remove with args 1`] = `
[
"/test-security-scanner-1.0.0.tgz",
]
`;
exports[`bun uninstall is-even --linker=isolated (scanner: npm) (bun.lock exists: false) (advisories: warn) 0389 (without modules): requested-packages: remove with args 1`] = `
[
"is-even",
"is-odd",
"left-pad",
"test-security-scanner",
]
`;
exports[`bun uninstall is-even --linker=isolated (scanner: npm) (bun.lock exists: false) (advisories: warn) 0389 (without modules): requested-tarballs: remove with args 1`] = `
[
"/test-security-scanner-1.0.0.tgz",
]
`;
exports[`bun uninstall is-even --linker=isolated (scanner: npm) (bun.lock exists: false) (advisories: fatal) 0390 (without modules): requested-packages: remove with args 1`] = `
[
"is-even",
"is-odd",
"left-pad",
"test-security-scanner",
]
`;
exports[`bun uninstall is-even --linker=isolated (scanner: npm) (bun.lock exists: false) (advisories: fatal) 0390 (without modules): requested-tarballs: remove with args 1`] = `
[
"/test-security-scanner-1.0.0.tgz",
]
`;
exports[`bun uninstall is-even --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: none) 0391 (without modules): requested-packages: remove with args 1`] = `[]`;
exports[`bun uninstall is-even --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: none) 0391 (without modules): requested-tarballs: remove with args 1`] = `[]`;
exports[`bun uninstall is-even --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: warn) 0392 (without modules): requested-packages: remove with args 1`] = `[]`;
exports[`bun uninstall is-even --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: warn) 0392 (without modules): requested-tarballs: remove with args 1`] = `[]`;
exports[`bun uninstall is-even --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: fatal) 0393 (without modules): requested-packages: remove with args 1`] = `[]`;
exports[`bun uninstall is-even --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: fatal) 0393 (without modules): requested-tarballs: remove with args 1`] = `[]`;
exports[`bun uninstall is-even --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: none) 0394 (without modules): requested-packages: remove with args 1`] = `
[
"is-even",
"is-odd",
"left-pad",
]
`;
exports[`bun uninstall is-even --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: none) 0394 (without modules): requested-tarballs: remove with args 1`] = `[]`;
exports[`bun uninstall is-even --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: warn) 0395 (without modules): requested-packages: remove with args 1`] = `
[
"is-even",
"is-odd",
"left-pad",
]
`;
exports[`bun uninstall is-even --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: warn) 0395 (without modules): requested-tarballs: remove with args 1`] = `[]`;
exports[`bun uninstall is-even --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: fatal) 0396 (without modules): requested-packages: remove with args 1`] = `
[
"is-even",
"is-odd",
"left-pad",
]
`;
exports[`bun uninstall is-even --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: fatal) 0396 (without modules): requested-tarballs: remove with args 1`] = `[]`;
exports[`bun uninstall left-pad,is-even --linker=hoisted (scanner: local) (bun.lock exists: true) (advisories: warn) 0398 (without modules): requested-packages: remove with args 1`] = `[]`;
exports[`bun uninstall left-pad,is-even --linker=hoisted (scanner: local) (bun.lock exists: true) (advisories: warn) 0398 (without modules): requested-tarballs: remove with args 1`] = `[]`;
exports[`bun uninstall left-pad,is-even --linker=hoisted (scanner: local) (bun.lock exists: true) (advisories: fatal) 0399 (without modules): requested-packages: remove with args 1`] = `[]`;
exports[`bun uninstall left-pad,is-even --linker=hoisted (scanner: local) (bun.lock exists: true) (advisories: fatal) 0399 (without modules): requested-tarballs: remove with args 1`] = `[]`;
exports[`bun uninstall left-pad,is-even --linker=hoisted (scanner: local) (bun.lock exists: false) (advisories: warn) 0401 (without modules): requested-packages: remove with args 1`] = `
[
"is-even",
"is-odd",
]
`;
exports[`bun uninstall left-pad,is-even --linker=hoisted (scanner: local) (bun.lock exists: false) (advisories: warn) 0401 (without modules): requested-tarballs: remove with args 1`] = `[]`;
exports[`bun uninstall left-pad,is-even --linker=hoisted (scanner: local) (bun.lock exists: false) (advisories: fatal) 0402 (without modules): requested-packages: remove with args 1`] = `
[
"is-even",
"is-odd",
]
`;
exports[`bun uninstall left-pad,is-even --linker=hoisted (scanner: local) (bun.lock exists: false) (advisories: fatal) 0402 (without modules): requested-tarballs: remove with args 1`] = `[]`;
exports[`bun uninstall left-pad,is-even --linker=hoisted (scanner: npm) (bun.lock exists: true) (advisories: warn) 0404 (without modules): requested-packages: remove with args 1`] = `[]`;
exports[`bun uninstall left-pad,is-even --linker=hoisted (scanner: npm) (bun.lock exists: true) (advisories: warn) 0404 (without modules): requested-tarballs: remove with args 1`] = `
[
"/test-security-scanner-1.0.0.tgz",
]
`;
exports[`bun uninstall left-pad,is-even --linker=hoisted (scanner: npm) (bun.lock exists: true) (advisories: fatal) 0405 (without modules): requested-packages: remove with args 1`] = `[]`;
exports[`bun uninstall left-pad,is-even --linker=hoisted (scanner: npm) (bun.lock exists: true) (advisories: fatal) 0405 (without modules): requested-tarballs: remove with args 1`] = `
[
"/test-security-scanner-1.0.0.tgz",
]
`;
exports[`bun uninstall left-pad,is-even --linker=hoisted (scanner: npm) (bun.lock exists: false) (advisories: warn) 0407 (without modules): requested-packages: remove with args 1`] = `
[
"is-even",
"is-odd",
"test-security-scanner",
]
`;
exports[`bun uninstall left-pad,is-even --linker=hoisted (scanner: npm) (bun.lock exists: false) (advisories: warn) 0407 (without modules): requested-tarballs: remove with args 1`] = `
[
"/test-security-scanner-1.0.0.tgz",
]
`;
exports[`bun uninstall left-pad,is-even --linker=hoisted (scanner: npm) (bun.lock exists: false) (advisories: fatal) 0408 (without modules): requested-packages: remove with args 1`] = `
[
"is-even",
"is-odd",
"test-security-scanner",
]
`;
exports[`bun uninstall left-pad,is-even --linker=hoisted (scanner: npm) (bun.lock exists: false) (advisories: fatal) 0408 (without modules): requested-tarballs: remove with args 1`] = `
[
"/test-security-scanner-1.0.0.tgz",
]
`;
exports[`bun uninstall left-pad,is-even --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: none) 0409 (without modules): requested-packages: remove with args 1`] = `[]`;
exports[`bun uninstall left-pad,is-even --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: none) 0409 (without modules): requested-tarballs: remove with args 1`] = `[]`;
exports[`bun uninstall left-pad,is-even --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: warn) 0410 (without modules): requested-packages: remove with args 1`] = `[]`;
exports[`bun uninstall left-pad,is-even --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: warn) 0410 (without modules): requested-tarballs: remove with args 1`] = `[]`;
exports[`bun uninstall left-pad,is-even --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: fatal) 0411 (without modules): requested-packages: remove with args 1`] = `[]`;
exports[`bun uninstall left-pad,is-even --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: fatal) 0411 (without modules): requested-tarballs: remove with args 1`] = `[]`;
exports[`bun uninstall left-pad,is-even --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: none) 0412 (without modules): requested-packages: remove with args 1`] = `
[
"is-even",
"is-odd",
]
`;
exports[`bun uninstall left-pad,is-even --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: none) 0412 (without modules): requested-tarballs: remove with args 1`] = `[]`;
exports[`bun uninstall left-pad,is-even --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: warn) 0413 (without modules): requested-packages: remove with args 1`] = `
[
"is-even",
"is-odd",
]
`;
exports[`bun uninstall left-pad,is-even --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: warn) 0413 (without modules): requested-tarballs: remove with args 1`] = `[]`;
exports[`bun uninstall left-pad,is-even --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: fatal) 0414 (without modules): requested-packages: remove with args 1`] = `
[
"is-even",
"is-odd",
]
`;
exports[`bun uninstall left-pad,is-even --linker=hoisted (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: fatal) 0414 (without modules): requested-tarballs: remove with args 1`] = `[]`;
exports[`bun uninstall left-pad,is-even --linker=isolated (scanner: local) (bun.lock exists: true) (advisories: warn) 0416 (without modules): requested-packages: remove with args 1`] = `[]`;
exports[`bun uninstall left-pad,is-even --linker=isolated (scanner: local) (bun.lock exists: true) (advisories: warn) 0416 (without modules): requested-tarballs: remove with args 1`] = `[]`;
exports[`bun uninstall left-pad,is-even --linker=isolated (scanner: local) (bun.lock exists: true) (advisories: fatal) 0417 (without modules): requested-packages: remove with args 1`] = `[]`;
exports[`bun uninstall left-pad,is-even --linker=isolated (scanner: local) (bun.lock exists: true) (advisories: fatal) 0417 (without modules): requested-tarballs: remove with args 1`] = `[]`;
exports[`bun uninstall left-pad,is-even --linker=isolated (scanner: local) (bun.lock exists: false) (advisories: warn) 0419 (without modules): requested-packages: remove with args 1`] = `
[
"is-even",
"is-odd",
]
`;
exports[`bun uninstall left-pad,is-even --linker=isolated (scanner: local) (bun.lock exists: false) (advisories: warn) 0419 (without modules): requested-tarballs: remove with args 1`] = `[]`;
exports[`bun uninstall left-pad,is-even --linker=isolated (scanner: local) (bun.lock exists: false) (advisories: fatal) 0420 (without modules): requested-packages: remove with args 1`] = `
[
"is-even",
"is-odd",
]
`;
exports[`bun uninstall left-pad,is-even --linker=isolated (scanner: local) (bun.lock exists: false) (advisories: fatal) 0420 (without modules): requested-tarballs: remove with args 1`] = `[]`;
exports[`bun uninstall left-pad,is-even --linker=isolated (scanner: npm) (bun.lock exists: true) (advisories: warn) 0422 (without modules): requested-packages: remove with args 1`] = `[]`;
exports[`bun uninstall left-pad,is-even --linker=isolated (scanner: npm) (bun.lock exists: true) (advisories: warn) 0422 (without modules): requested-tarballs: remove with args 1`] = `
[
"/test-security-scanner-1.0.0.tgz",
]
`;
exports[`bun uninstall left-pad,is-even --linker=isolated (scanner: npm) (bun.lock exists: true) (advisories: fatal) 0423 (without modules): requested-packages: remove with args 1`] = `[]`;
exports[`bun uninstall left-pad,is-even --linker=isolated (scanner: npm) (bun.lock exists: true) (advisories: fatal) 0423 (without modules): requested-tarballs: remove with args 1`] = `
[
"/test-security-scanner-1.0.0.tgz",
]
`;
exports[`bun uninstall left-pad,is-even --linker=isolated (scanner: npm) (bun.lock exists: false) (advisories: warn) 0425 (without modules): requested-packages: remove with args 1`] = `
[
"is-even",
"is-odd",
"test-security-scanner",
]
`;
exports[`bun uninstall left-pad,is-even --linker=isolated (scanner: npm) (bun.lock exists: false) (advisories: warn) 0425 (without modules): requested-tarballs: remove with args 1`] = `
[
"/test-security-scanner-1.0.0.tgz",
]
`;
exports[`bun uninstall left-pad,is-even --linker=isolated (scanner: npm) (bun.lock exists: false) (advisories: fatal) 0426 (without modules): requested-packages: remove with args 1`] = `
[
"is-even",
"is-odd",
"test-security-scanner",
]
`;
exports[`bun uninstall left-pad,is-even --linker=isolated (scanner: npm) (bun.lock exists: false) (advisories: fatal) 0426 (without modules): requested-tarballs: remove with args 1`] = `
[
"/test-security-scanner-1.0.0.tgz",
]
`;
exports[`bun uninstall left-pad,is-even --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: none) 0427 (without modules): requested-packages: remove with args 1`] = `[]`;
exports[`bun uninstall left-pad,is-even --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: none) 0427 (without modules): requested-tarballs: remove with args 1`] = `[]`;
exports[`bun uninstall left-pad,is-even --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: warn) 0428 (without modules): requested-packages: remove with args 1`] = `[]`;
exports[`bun uninstall left-pad,is-even --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: warn) 0428 (without modules): requested-tarballs: remove with args 1`] = `[]`;
exports[`bun uninstall left-pad,is-even --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: fatal) 0429 (without modules): requested-packages: remove with args 1`] = `[]`;
exports[`bun uninstall left-pad,is-even --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: true) (advisories: fatal) 0429 (without modules): requested-tarballs: remove with args 1`] = `[]`;
exports[`bun uninstall left-pad,is-even --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: none) 0430 (without modules): requested-packages: remove with args 1`] = `
[
"is-even",
"is-odd",
]
`;
exports[`bun uninstall left-pad,is-even --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: none) 0430 (without modules): requested-tarballs: remove with args 1`] = `[]`;
exports[`bun uninstall left-pad,is-even --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: warn) 0431 (without modules): requested-packages: remove with args 1`] = `
[
"is-even",
"is-odd",
]
`;
exports[`bun uninstall left-pad,is-even --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: warn) 0431 (without modules): requested-tarballs: remove with args 1`] = `[]`;
exports[`bun uninstall left-pad,is-even --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: fatal) 0432 (without modules): requested-packages: remove with args 1`] = `
[
"is-even",
"is-odd",
]
`;
exports[`bun uninstall left-pad,is-even --linker=isolated (scanner: npm.bunfigonly) (bun.lock exists: false) (advisories: fatal) 0432 (without modules): requested-tarballs: remove with args 1`] = `[]`;