
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
botbuilder-runtime-core
Advanced tools
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 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 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 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.
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.
FAQs
Bot Framework runtime core types and services
We found that botbuilder-runtime-core demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

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.

Security News
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.