Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@pulumi/cloud

Package Overview
Dependencies
Maintainers
13
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.10.0-rc1-1-g69a1049 to 0.10.0-rc1-2-gea946f6

11

httpEndpoint.d.ts

@@ -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 @@ /**

2

package.json
{
"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": [

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