New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

botbuilder-dialogs-adaptive-runtime-core

Package Overview
Dependencies
Maintainers
6
Versions
352
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.14.0-preview.dev.4f92dae to 4.14.0-preview.dev.55df570

2

_ts3.4/lib/configuration.d.ts

@@ -11,3 +11,3 @@ /**

*/
get(path: string[]): unknown | undefined;
get<T = unknown>(path?: string[]): T | undefined;
/**

@@ -14,0 +14,0 @@ * Set a value by path.

@@ -11,3 +11,3 @@ /**

*/
get(path: string[]): unknown | undefined;
get<T = unknown>(path?: string[]): T | undefined;
/**

@@ -14,0 +14,0 @@ * Set a value by path.

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

"author": "Microsoft Corp.",
"version": "4.14.0-preview.dev.4f92dae",
"version": "4.14.0-preview.dev.55df570",
"license": "MIT",

@@ -33,3 +33,3 @@ "description": "Bot Framework Adaptive Dialogs runtime core components",

"dependency-graph": "^0.10.0",
"runtypes": "~5.1.0"
"runtypes": "~6.3.0"
},

@@ -36,0 +36,0 @@ "devDependencies": {

@@ -14,3 +14,3 @@ // Copyright (c) Microsoft Corporation.

*/
get(path: string[]): unknown | undefined;
get<T = unknown>(path?: string[]): T | undefined;

@@ -30,8 +30,8 @@ /**

export const noOpConfiguration: Configuration = {
get(_path: string[]): unknown | undefined {
get(_path) {
return undefined;
},
set(_path: string[], _value: unknown): void {
set(_path, _value) {
// no-op
},
};

Sorry, the diff of this file is not supported yet

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