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

azure-function-express

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

azure-function-express - npm Package Compare versions

Comparing version 1.2.1 to 1.2.2

7

lib/IncomingMessage.js

@@ -70,4 +70,7 @@ "use strict";

// Add access to log via context.log
_this.context = { log: context.log.bind(context) };
// Add access specific objects via req.context
_this.context = {
log: context.log.bind(context),
invocationId: context.invocationId
};
return _this;

@@ -74,0 +77,0 @@ }

{
"name": "azure-function-express",
"version": "1.2.1",
"version": "1.2.2",
"description": "Allows Express usage with Azure Function",

@@ -50,3 +50,3 @@ "keywords": [

"babel-cli": "^6.24.1",
"babel-eslint": "^7.2.2",
"babel-eslint": "^7.2.3",
"babel-plugin-add-module-exports": "^0.2.1",

@@ -53,0 +53,0 @@ "babel-plugin-transform-export-extensions": "^6.22.0",

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