snyk 1.957.0 → 1.958.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.
@@ -1,5 +1,5 @@
1
- exports.id = 756;
2
- exports.ids = [756];
1
+ exports.id = 184;
2
+ exports.ids = [184];
3
3
  exports.modules = {
4
4
 
5
5
  /***/ 28231:
@@ -177496,7 +177496,7 @@ const subProcess = __webpack_require__(84335);
177496
177496
  const tmp = __webpack_require__(84688);
177497
177497
  const errors_1 = __webpack_require__(45339);
177498
177498
  const chalk = __webpack_require__(35337);
177499
- const cli_interface_1 = __webpack_require__(65266);
177499
+ const cli_interface_1 = __webpack_require__(43548);
177500
177500
  const javaCallGraphBuilder = __webpack_require__(16623);
177501
177501
  const gradle_attributes_pretty_1 = __webpack_require__(89173);
177502
177502
  const debugModule = __webpack_require__(15158);
@@ -178055,6 +178055,89 @@ exports.execute = execute;
178055
178055
 
178056
178056
  /***/ }),
178057
178057
 
178058
+ /***/ 43548:
178059
+ /***/ ((__unused_webpack_module, exports, __webpack_require__) => {
178060
+
178061
+ "use strict";
178062
+
178063
+ Object.defineProperty(exports, "__esModule", ({ value: true }));
178064
+ exports.legacyCommon = exports.legacyMonitor = exports.legacyPlugin = void 0;
178065
+ const legacy_1 = __webpack_require__(37755);
178066
+ Object.defineProperty(exports, "legacyPlugin", ({ enumerable: true, get: function () { return legacy_1.plugin; } }));
178067
+ Object.defineProperty(exports, "legacyMonitor", ({ enumerable: true, get: function () { return legacy_1.monitor; } }));
178068
+ Object.defineProperty(exports, "legacyCommon", ({ enumerable: true, get: function () { return legacy_1.common; } }));
178069
+ //# sourceMappingURL=index.js.map
178070
+
178071
+ /***/ }),
178072
+
178073
+ /***/ 76841:
178074
+ /***/ ((__unused_webpack_module, exports) => {
178075
+
178076
+ "use strict";
178077
+
178078
+ Object.defineProperty(exports, "__esModule", ({ value: true }));
178079
+ //# sourceMappingURL=common.js.map
178080
+
178081
+ /***/ }),
178082
+
178083
+ /***/ 37755:
178084
+ /***/ ((__unused_webpack_module, exports, __webpack_require__) => {
178085
+
178086
+ "use strict";
178087
+
178088
+ Object.defineProperty(exports, "__esModule", ({ value: true }));
178089
+ exports.common = exports.monitor = exports.plugin = void 0;
178090
+ const plugin = __webpack_require__(80415);
178091
+ exports.plugin = plugin;
178092
+ const monitor = __webpack_require__(44994);
178093
+ exports.monitor = monitor;
178094
+ const common = __webpack_require__(76841);
178095
+ exports.common = common;
178096
+ //# sourceMappingURL=index.js.map
178097
+
178098
+ /***/ }),
178099
+
178100
+ /***/ 44994:
178101
+ /***/ ((__unused_webpack_module, exports) => {
178102
+
178103
+ "use strict";
178104
+
178105
+ Object.defineProperty(exports, "__esModule", ({ value: true }));
178106
+ //# sourceMappingURL=monitor.js.map
178107
+
178108
+ /***/ }),
178109
+
178110
+ /***/ 80415:
178111
+ /***/ ((__unused_webpack_module, exports) => {
178112
+
178113
+ "use strict";
178114
+
178115
+ Object.defineProperty(exports, "__esModule", ({ value: true }));
178116
+ exports.isMultiResult = exports.isMultiSubProject = exports.adaptSingleProjectPlugin = void 0;
178117
+ function adaptSingleProjectPlugin(plugin) {
178118
+ return { inspect: (root, targetFile, options) => {
178119
+ if (options && isMultiSubProject(options)) {
178120
+ const name = plugin.pluginName ? plugin.pluginName() : '[unknown]';
178121
+ throw new Error(`Plugin ${name} does not support scanning multiple sub-projects`);
178122
+ }
178123
+ else {
178124
+ return plugin.inspect(root, targetFile, options);
178125
+ }
178126
+ } };
178127
+ }
178128
+ exports.adaptSingleProjectPlugin = adaptSingleProjectPlugin;
178129
+ function isMultiSubProject(options) {
178130
+ return options.allSubProjects;
178131
+ }
178132
+ exports.isMultiSubProject = isMultiSubProject;
178133
+ function isMultiResult(res) {
178134
+ return !!res.scannedProjects;
178135
+ }
178136
+ exports.isMultiResult = isMultiResult;
178137
+ //# sourceMappingURL=plugin.js.map
178138
+
178139
+ /***/ }),
178140
+
178058
178141
  /***/ 48959:
178059
178142
  /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
178060
178143
 
@@ -258199,4 +258282,4 @@ module.exports = {"i8":"1.4.0"};
258199
258282
 
258200
258283
  };
258201
258284
  ;
258202
- //# sourceMappingURL=756.index.js.map
258285
+ //# sourceMappingURL=184.index.js.map