socket 1.0.14 → 1.0.15
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
CHANGED
|
@@ -3737,6 +3737,9 @@ async function agentFix(pkgEnvDetails, actualTree, alertsMap, installer, {
|
|
|
3737
3737
|
if (!infoByPartialPurl) {
|
|
3738
3738
|
spinner?.stop();
|
|
3739
3739
|
logger.logger.info('No fixable vulns found.');
|
|
3740
|
+
debug.debugFn('inspect:\n', {
|
|
3741
|
+
alertsMap
|
|
3742
|
+
});
|
|
3740
3743
|
return {
|
|
3741
3744
|
ok: true,
|
|
3742
3745
|
data: {
|
|
@@ -4254,7 +4257,6 @@ async function npmFix(pkgEnvDetails, fixConfig) {
|
|
|
4254
4257
|
flatConfig.nodeVersion = constants.NODE_VERSION;
|
|
4255
4258
|
flatConfig.npmVersion = pkgEnvDetails.agentVersion.toString();
|
|
4256
4259
|
flatConfig.npmCommand = 'install';
|
|
4257
|
-
debug.debugFn('npm config:', flatConfig);
|
|
4258
4260
|
const arb = new shadowNpmInject.Arborist({
|
|
4259
4261
|
path: pkgEnvDetails.pkgPath,
|
|
4260
4262
|
...flatConfig,
|
|
@@ -14180,5 +14182,5 @@ void (async () => {
|
|
|
14180
14182
|
await utils.captureException(e);
|
|
14181
14183
|
}
|
|
14182
14184
|
})();
|
|
14183
|
-
//# debugId=
|
|
14185
|
+
//# debugId=e04e9abc-6595-4d7e-ab18-7366013084a8
|
|
14184
14186
|
//# sourceMappingURL=cli.js.map
|