Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

botbuilder-dialogs-adaptive-runtime-core

Package Overview
Dependencies
Maintainers
3
Versions
347
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

botbuilder-dialogs-adaptive-runtime-core - npm Package Compare versions

Comparing version 4.23.0-rc1.preview to 4.23.1-preview

4

_ts3.4/lib/serviceCollection.d.ts

@@ -7,3 +7,3 @@ /**

*/
export type Factory<Type, Initial extends boolean> = (initialValue: Initial extends true ? Type : Type | undefined) => Type;
export declare type Factory<Type, Initial extends boolean> = (initialValue: Initial extends true ? Type : Type | undefined) => Type;
/**

@@ -17,3 +17,3 @@ * DependencyFactory is a function signature that produces an instance that depends on a set of

*/
export type DependencyFactory<Type, Dependencies, Initial extends boolean> = (dependencies: Dependencies, initialValue: Initial extends true ? Type : Type | undefined) => Type;
export declare type DependencyFactory<Type, Dependencies, Initial extends boolean> = (dependencies: Dependencies, initialValue: Initial extends true ? Type : Type | undefined) => Type;
/**

@@ -20,0 +20,0 @@ * ServiceCollection is an interface that describes a set of methods to register services. This, in a lighter way,

@@ -7,3 +7,3 @@ /**

*/
export type Factory<Type, Initial extends boolean> = (initialValue: Initial extends true ? Type : Type | undefined) => Type;
export declare type Factory<Type, Initial extends boolean> = (initialValue: Initial extends true ? Type : Type | undefined) => Type;
/**

@@ -17,3 +17,3 @@ * DependencyFactory is a function signature that produces an instance that depends on a set of

*/
export type DependencyFactory<Type, Dependencies, Initial extends boolean> = (dependencies: Dependencies, initialValue: Initial extends true ? Type : Type | undefined) => Type;
export declare type DependencyFactory<Type, Dependencies, Initial extends boolean> = (dependencies: Dependencies, initialValue: Initial extends true ? Type : Type | undefined) => Type;
/**

@@ -20,0 +20,0 @@ * ServiceCollection is an interface that describes a set of methods to register services. This, in a lighter way,

@@ -5,3 +5,3 @@ {

"author": "Microsoft Corp.",
"version": "4.23.0-rc1.preview",
"version": "4.23.1-preview",
"license": "MIT",

@@ -32,7 +32,7 @@ "description": "Bot Framework Adaptive Dialogs runtime core components",

"dependencies": {
"dependency-graph": "^0.10.0"
"dependency-graph": "^1.0.0"
},
"devDependencies": {
"mocha": "^10.4.0",
"nyc": "^15.1.0"
"mocha": "^10.7.3",
"nyc": "^17.0.0"
},

@@ -39,0 +39,0 @@ "scripts": {

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