@pulumi/cloud
Advanced tools
Comparing version 0.10.0-rc1-1-g69a1049 to 0.10.0-rc1-2-gea946f6
@@ -61,2 +61,7 @@ /// <reference types="node" /> | ||
/** | ||
* Object containing local variables scoped to a single request. Useful for | ||
* exposing request-level information such as user settings. | ||
*/ | ||
locals: any; | ||
/** | ||
* Sets the HTTP response status code and returns a `Response` for chaining | ||
@@ -90,2 +95,8 @@ * operations. | ||
json(obj: any): void; | ||
/** | ||
* Mark the response to redirect the client to the provided URL with | ||
* the optional status code, defaulting to 302. | ||
*/ | ||
redirect(url: string): void; | ||
redirect(status: number, url: string): void; | ||
} | ||
@@ -92,0 +103,0 @@ /** |
{ | ||
"name": "@pulumi/cloud", | ||
"version": "v0.10.0-rc1-1-g69a1049", | ||
"version": "v0.10.0-rc1-2-gea946f6", | ||
"description": "A highly productive, cloud neutral programming model.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
37109
843