@socketsecurity/cli 0.14.144 → 0.14.145
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 +11 -12
- package/dist/cli.js.map +1 -1
- package/dist/shadow-npm-inject.js +2 -2
- package/dist/shadow-npm-inject.js.map +1 -1
- package/package.json +1 -1
|
@@ -623,7 +623,7 @@ async function setupSdk(
|
|
|
623
623
|
// The '@rollup/plugin-replace' will replace "process.env['INLINED_SOCKET_CLI_NAME']".
|
|
624
624
|
name: 'socket',
|
|
625
625
|
// The '@rollup/plugin-replace' will replace "process.env['INLINED_SOCKET_CLI_VERSION']".
|
|
626
|
-
version: '0.14.
|
|
626
|
+
version: '0.14.145',
|
|
627
627
|
// The '@rollup/plugin-replace' will replace "process.env['INLINED_SOCKET_CLI_HOMEPAGE']".
|
|
628
628
|
homepage: 'https://github.com/SocketDev/socket-cli'
|
|
629
629
|
})
|
|
@@ -2608,5 +2608,5 @@ exports.supportedConfigKeys = supportedConfigKeys
|
|
|
2608
2608
|
exports.updateConfigValue = updateConfigValue
|
|
2609
2609
|
exports.updateNode = updateNode
|
|
2610
2610
|
exports.updatePackageJsonFromNode = updatePackageJsonFromNode
|
|
2611
|
-
//# debugId=
|
|
2611
|
+
//# debugId=9c4972f7-181d-4c23-a37a-56c5af6a456f
|
|
2612
2612
|
//# sourceMappingURL=shadow-npm-inject.js.map
|