Socket
Socket
Sign inDemoInstall

@pulumi/cloud

Package Overview
Dependencies
Maintainers
12
Versions
332
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pulumi/cloud - npm Package Compare versions

Comparing version 0.9.12-2-gf686408 to 0.9.12-3-g0b91718

2

package.json
{
"name": "@pulumi/cloud",
"version": "v0.9.12-2-gf686408",
"version": "v0.9.12-3-g0b91718",
"description": "A highly productive, cloud neutral programming model.",

@@ -5,0 +5,0 @@ "keywords": [

@@ -193,3 +193,3 @@ import * as pulumi from "pulumi";

*/
endpoints: Promise<{
endpoints: pulumi.Computed<{
[containerName: string]: {

@@ -226,5 +226,3 @@ [port: number]: Endpoint;

*/
environment?: {
[name: string]: pulumi.ComputedValue<string>;
};
environment?: Record<string, string>;
/**

@@ -231,0 +229,0 @@ * The properties of the host where this task can run.

@@ -16,3 +16,3 @@ import * as pulumi from "pulumi";

*/
new (name: string, primaryKey?: string, primaryKeyType?: PrimaryKeyType, opts?: pulumi.ResourceOptions): Table;
new (name: string, primaryKey?: pulumi.ComputedValue<string>, primaryKeyType?: pulumi.ComputedValue<PrimaryKeyType>, opts?: pulumi.ResourceOptions): Table;
}

@@ -41,7 +41,7 @@ export declare let Table: TableConstructor;

*/
readonly primaryKey: string;
readonly primaryKey: pulumi.Computed<string>;
/**
* The type of the primary key.
*/
readonly primaryKeyType: string;
readonly primaryKeyType: pulumi.Computed<string>;
/**

@@ -48,0 +48,0 @@ * Get a document from the table.

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc