snyk 1.752.0 → 1.756.0

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.
@@ -318,29 +318,6 @@ async function validateFixCommandIsSupported(options) {
318
318
  exports.validateFixCommandIsSupported = validateFixCommandIsSupported;
319
319
 
320
320
 
321
- /***/ }),
322
-
323
- /***/ 52369:
324
- /***/ ((__unused_webpack_module, exports) => {
325
-
326
-
327
- Object.defineProperty(exports, "__esModule", ({ value: true }));
328
- exports.processCommandArgs = void 0;
329
- function processCommandArgs(...args) {
330
- let options = {};
331
- if (typeof args[args.length - 1] === 'object') {
332
- options = args.pop();
333
- }
334
- args = args.filter(Boolean);
335
- // For repository scanning, populate with default path (cwd) if no path given
336
- if (args.length === 0 && !options.docker) {
337
- args.unshift(process.cwd());
338
- }
339
- return { options, paths: args };
340
- }
341
- exports.processCommandArgs = processCommandArgs;
342
-
343
-
344
321
  /***/ }),
345
322
 
346
323
  /***/ 68214: