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.3.0 to 2.3.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<T extends AzureFunction = AzureFunction>(azFunction: T, bindingDefinitions?: BindingDefinition[] | string, bindingData?: Record<string, Binding>, augmentContext?: AugmentContextCallback): Promise<Awaited<ReturnType<T>> extends void ? Context : ReturnType<T>>;
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 : Awaited<ReturnType<T>>>;
//# sourceMappingURL=function-runner.d.ts.map
{
"name": "stub-azure-function-context",
"version": "2.3.0",
"version": "2.3.1",
"description": "Provides an object similar to Function Runtime's context for use in unit testing",

@@ -58,4 +58,4 @@ "main": "dist/index.js",

"@types/uuid": "^9.0.0",
"@typescript-eslint/eslint-plugin": "^5.57.0",
"@typescript-eslint/parser": "^5.57.0",
"@typescript-eslint/eslint-plugin": "^6.1.0",
"@typescript-eslint/parser": "^6.1.0",
"chai": "^4.3.7",

@@ -62,0 +62,0 @@ "eslint": "^8.31.0",

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