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.6 to 2.4.7

8

lib/types/terraform.d.ts

@@ -27,2 +27,3 @@ export declare type TerraformObject = {

name: string;
provider_name: string;
after: TerraformObject;

@@ -51,2 +52,8 @@ }

};
provider_config: {
[provider: string]: {
name: string;
expressions: any;
};
};
};

@@ -69,2 +76,3 @@ }

readonly name: string;
readonly provider_name: string;
get(property: string): any;

@@ -71,0 +79,0 @@ getUnknown(property: string): any;

2

package.json
{
"name": "@candidpartners/snitch-types",
"version": "2.4.6",
"version": "2.4.7",
"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