Socket
Socket
Sign inDemoInstall

@candidpartners/snitch-types

Package Overview
Dependencies
0
Maintainers
7
Versions
72
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.9.12 to 2.9.13

5

CHANGELOG.md

@@ -7,2 +7,7 @@ # Changelog

## [2.9.13] - 2021-06-22
### Added:
- terraform-plan: Update planned_values to support optional resources as configurations which only use modules do not create
planned_values resources.
## [2.9.12] - 2021-06-18

@@ -9,0 +14,0 @@ ### Added:

4

lib/types/terraform/terraform-plan.d.ts

@@ -92,3 +92,3 @@ import { ITerraformConfigExpression, ITerraformConfigExpressions, ITerraformPlanConfigurationResourceProvisioner, TerraformObject, TTerraformAction, TTerraformMode } from "./terraform";

*/
resources: ITerraformPlanPlannedValuesResourceJson[];
resources?: ITerraformPlanPlannedValuesResourceJson[];
/**

@@ -110,3 +110,3 @@ * Each module object can optionally have its own nested

*/
resources: ITerraformPlanPlannedValuesResourceJson[];
resources?: ITerraformPlanPlannedValuesResourceJson[];
/**

@@ -113,0 +113,0 @@ * Each module object can optionally have its own nested

@@ -23,3 +23,3 @@ {

"types": "./lib/types/index.d.ts",
"version": "2.9.12",
"version": "2.9.13",
"scripts": {

@@ -26,0 +26,0 @@ "prebuild": "rm -rf ./lib",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc