Socket
Socket
Sign inDemoInstall

@candidpartners/snitch-types

Package Overview
Dependencies
0
Maintainers
8
Versions
72
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.4.7 to 2.4.9

8

lib/types/terraform.d.ts
export declare type TerraformObject = {
[index: string]: any;
};
export declare type TTerraformAction = "create" | "read" | "update" | "delete" | "no-op";
export interface ITerraformGraphEdge {

@@ -28,3 +29,8 @@ from: string;

provider_name: string;
after: TerraformObject;
change: {
actions: TTerraformAction[];
before: TerraformObject;
after: TerraformObject;
after_unknown: TerraformObject;
};
}

@@ -31,0 +37,0 @@ export interface ITerraformConfigRootResource {

2

package.json
{
"name": "@candidpartners/snitch-types",
"version": "2.4.7",
"version": "2.4.9",
"description": "Typescript defitions for Snitch",

@@ -5,0 +5,0 @@ "license": "MIT",

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