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

@christensena/azure-function-express

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@christensena/azure-function-express - npm Package Compare versions

Comparing version 2.1.0 to 2.1.1

4

lib/IncomingMessage.js

@@ -48,5 +48,3 @@ "use strict";

function sanitizeContext(context) {
const sanitizedContext = _extends({}, context, {
log: context.log.bind(context)
}); // We don't want the developper to mess up express flow
const sanitizedContext = _extends({}, context); // We don't want the developper to mess up express flow
// See https://github.com/yvele/azure-function-express/pull/12#issuecomment-336733540

@@ -53,0 +51,0 @@

{
"name": "@christensena/azure-function-express",
"version": "2.1.0",
"version": "2.1.1",
"sideEffects": false,

@@ -5,0 +5,0 @@ "description": "Allows Express usage with Azure Function",

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