New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

botbuilder-runtime-core

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

botbuilder-runtime-core

Bot Framework runtime core types and services

latest
Source
npmnpm
Version
4.13.0-dev-preview.20210302.1774d5104b1e
Version published
Maintainers
1
Created
Source

botbuilder-runtime-core

The runtime core package is an internal only package. The API surface should not be considered public. The package purely serves to provide a small set of shared types and functionality to power the runtime and runtime plugins.

IServices

IServices is the interface that describes the full set of things necessary for a runtime. Those things include an adapter, a bot, a storage instance, among many others.

IConfiguration

IConfiguration is a simple interface with a single method, get. Runtime code depends on just this interface for configuration in order to be flexible and extensible. An implementation is provided by the botbuilder-runtime package.

ServiceCollection

ServiceCollection serves as the glue between components that participate in the runtime. Instances or factory functions can be provided for every key defined in Services. Factory functions can express dependencies on other service instances that are necessary for construction. The dependency graph is then resolved to build instances of every service with a provided instance of factory function.

Plugins

The Plugin type defines the API for plugins defined in packages. A plugin package must export a default function that accepts a ServiceCollection instance, along with a Configuration instance.

Keywords

botbuilder

FAQs

Package last updated on 02 Mar 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts