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

to
2.0.0-alpha.3

2

lib/bindings/table.js

@@ -10,3 +10,3 @@ /* see https://docs.microsoft.com/en-us/azure/azure-functions/functions-bindings-storage-table */

Object.assign(context.bindings, {
[name]: binding.data,
[name]: binding,
});

@@ -13,0 +13,0 @@ }

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

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