@socketsecurity/cli 0.14.149 → 0.14.150
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cli.js +540 -292
- package/dist/cli.js.map +1 -1
- package/dist/shadow-npm-inject.js +5 -2
- package/dist/shadow-npm-inject.js.map +1 -1
- package/dist/vendor.js +18154 -18160
- package/dist/vendor.js.map +1 -1
- package/package.json +4 -4
|
@@ -350,6 +350,9 @@ function overrideCachedConfig(jsonConfig) {
|
|
|
350
350
|
throw new Error()
|
|
351
351
|
}
|
|
352
352
|
} catch {
|
|
353
|
+
// Force set an empty config to prevent accidentally using system settings
|
|
354
|
+
_cachedConfig = {}
|
|
355
|
+
_readOnlyConfig = true
|
|
353
356
|
return {
|
|
354
357
|
ok: false,
|
|
355
358
|
message:
|
|
@@ -627,7 +630,7 @@ async function setupSdk(
|
|
|
627
630
|
// The '@rollup/plugin-replace' will replace "process.env['INLINED_SOCKET_CLI_NAME']".
|
|
628
631
|
name: 'socket',
|
|
629
632
|
// The '@rollup/plugin-replace' will replace "process.env['INLINED_SOCKET_CLI_VERSION']".
|
|
630
|
-
version: '0.14.
|
|
633
|
+
version: '0.14.150',
|
|
631
634
|
// The '@rollup/plugin-replace' will replace "process.env['INLINED_SOCKET_CLI_HOMEPAGE']".
|
|
632
635
|
homepage: 'https://github.com/SocketDev/socket-cli'
|
|
633
636
|
})
|
|
@@ -2624,5 +2627,5 @@ exports.supportedConfigKeys = supportedConfigKeys
|
|
|
2624
2627
|
exports.updateConfigValue = updateConfigValue
|
|
2625
2628
|
exports.updateNode = updateNode
|
|
2626
2629
|
exports.updatePackageJsonFromNode = updatePackageJsonFromNode
|
|
2627
|
-
//# debugId=
|
|
2630
|
+
//# debugId=56755885-2916-4fe9-96b2-af8a5873bf20
|
|
2628
2631
|
//# sourceMappingURL=shadow-npm-inject.js.map
|