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.2 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",

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