@azure/functions
Advanced tools
Comparing version 1.0.2-beta2 to 1.0.3
@@ -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 @@ /** |
{ | ||
"name": "@azure/functions", | ||
"version": "1.0.2-beta2", | ||
"version": "1.0.3", | ||
"description": "Azure Functions types for Typescript", | ||
@@ -5,0 +5,0 @@ "repository": { |
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
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
8394
166
1