snyk 1.852.0 → 1.853.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.
- package/dist/cli/293.index.js +0 -1
- package/dist/cli/293.index.js.map +1 -1
- package/dist/cli/408.index.js +165 -147
- package/dist/cli/408.index.js.map +1 -1
- package/dist/cli/917.index.js +18 -6
- package/dist/cli/917.index.js.map +1 -1
- package/dist/cli/commands/test/iac-local-execution/analytics.d.ts +2 -3
- package/dist/cli/commands/test/iac-local-execution/index.d.ts +1 -12
- package/dist/cli/commands/test/iac-local-execution/rules.d.ts +13 -0
- package/dist/cli/commands/test/iac-local-execution/types.d.ts +5 -0
- package/dist/cli/index.js +8 -1
- package/dist/cli/index.js.map +1 -1
- package/package.json +1 -1
package/dist/cli/293.index.js
CHANGED
|
@@ -5280,7 +5280,6 @@ const output_format_1 = __webpack_require__(75802);
|
|
|
5280
5280
|
const errors_1 = __webpack_require__(55191);
|
|
5281
5281
|
const json_1 = __webpack_require__(27019);
|
|
5282
5282
|
const analytics = __webpack_require__(82744);
|
|
5283
|
-
debugLib.enable('snyk-code');
|
|
5284
5283
|
const debug = debugLib('snyk-code');
|
|
5285
5284
|
exports.codePlugin = {
|
|
5286
5285
|
// We currently don't use scan/display. we will need to consolidate ecosystem plugins
|