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.2.0 to 2.2.1

2

dist/function-runner.d.ts
import { AzureFunction, BindingDefinition, Context } from '@azure/functions';
import { Binding } from './types';
export type AugmentContextCallback = (context: Context) => void;
export declare function functionRunner(azFunction: AzureFunction, bindingDefinitions?: BindingDefinition[] | string, bindingData?: Record<string, Binding>, augmentContext?: AugmentContextCallback): Promise<any>;
export declare function functionRunner<T extends AzureFunction = AzureFunction>(azFunction: T, bindingDefinitions?: BindingDefinition[] | string, bindingData?: Record<string, Binding>, augmentContext?: AugmentContextCallback): Promise<Awaited<ReturnType<T>> extends void ? Context : ReturnType<T>>;
//# sourceMappingURL=function-runner.d.ts.map
{
"name": "stub-azure-function-context",
"version": "2.2.0",
"version": "2.2.1",
"description": "Provides an object similar to Function Runtime's context for use in unit testing",

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

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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