@azure/functions
Advanced tools
Comparing version 1.2.0 to 1.2.2
@@ -140,3 +140,3 @@ /** | ||
/** Can restrict the cookie to not be sent with cross-site requests */ | ||
sameSite?: "Strict" | "Lax" | undefined; | ||
sameSite?: "Strict" | "Lax" | "None" | undefined; | ||
/** Number of seconds until the cookie expires. A zero or negative number will expire the cookie immediately. */ | ||
@@ -143,0 +143,0 @@ maxAge?: number; |
{ | ||
"name": "@azure/functions", | ||
"version": "1.2.0", | ||
"version": "1.2.2", | ||
"description": "Azure Functions types for Typescript", | ||
@@ -5,0 +5,0 @@ "repository": { |
@@ -0,0 +0,0 @@ # Type definitions for Azure Functions |
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
9881