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

@azure/functions

Package Overview
Dependencies
Maintainers
5
Versions
43
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@azure/functions - npm Package Compare versions

Comparing version 1.0.2-beta2 to 1.0.3

6

Interfaces.d.ts

@@ -77,3 +77,3 @@ /**

*/
method: string;
method: HttpMethod | null;
/**

@@ -110,2 +110,6 @@ * Request URL.

}
/**
* Possible values for an HTTP request method.
*/
export declare type HttpMethod = "GET" | "POST" | "DELETE" | "HEAD" | "PATCH" | "PUT" | "OPTIONS" | "TRACE" | "CONNECT";
export interface ExecutionContext {

@@ -112,0 +116,0 @@ /**

2

package.json
{
"name": "@azure/functions",
"version": "1.0.2-beta2",
"version": "1.0.3",
"description": "Azure Functions types for Typescript",

@@ -5,0 +5,0 @@ "repository": {

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