New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

stub-azure-function-context

Package Overview
Dependencies
Maintainers
2
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

stub-azure-function-context - npm Package Compare versions

Comparing version 2.0.0-alpha.3 to 2.0.0-alpha.4

3

lib/function-runner.js

@@ -77,2 +77,5 @@ const uuid = require('uuid/v4');

} else if (outputs.some(({ name }) => name === '$return')) {
if (httpOutput.name === '$return') {
Object.assign(context, { res: propertyBag });
}
resolve(propertyBag);

@@ -79,0 +82,0 @@ } else {

2

package.json
{
"name": "stub-azure-function-context",
"version": "2.0.0-alpha.3",
"version": "2.0.0-alpha.4",
"description": "Provides an object similar to Function Runtime's context for use in unit testing",

@@ -5,0 +5,0 @@ "main": "index.js",

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