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.2.0 to 1.2.2

2

Interfaces.d.ts

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

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