🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

botbuilder-dialogs-declarative

Package Overview
Dependencies
Maintainers
0
Versions
511
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

botbuilder-dialogs-declarative - npm Package Compare versions

Comparing version

to
4.23.2-dev1.preview

15

package.json

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

"description": "Declarative library for the Microsoft BotBuilder dialog system.",
"version": "4.23.1-preview",
"version": "4.23.2-dev1.preview",
"preview": true,

@@ -32,11 +32,12 @@ "license": "MIT",

"dependencies": {
"botbuilder-dialogs": "4.23.1",
"botbuilder-stdlib": "4.23.1-internal",
"botbuilder-dialogs": "4.23.2-dev1",
"botbuilder-stdlib": "4.23.2-dev1.internal",
"chokidar": "^3.6.0",
"eslint-plugin-only-warn": "^1.1.0",
"zod": "^3.23.8"
},
"devDependencies": {
"adaptive-expressions": "4.23.1",
"botbuilder-core": "4.23.1",
"botbuilder-dialogs-adaptive-runtime-core": "4.23.1-preview",
"adaptive-expressions": "4.23.2-dev1",
"botbuilder-core": "4.23.2-dev1",
"botbuilder-dialogs-adaptive-runtime-core": "4.23.2-dev1.preview",
"jsonschema": "^1.4.1"

@@ -49,3 +50,3 @@ },

"depcheck": "depcheck --config ../../.depcheckrc --ignores botbuilder-ai,botbuilder-dialogs-adaptive",
"lint": "eslint . --ext .js,.ts",
"lint": "eslint .",
"postbuild": "downlevel-dts lib _ts3.4/lib --checksum",

@@ -52,0 +53,0 @@ "test": "yarn build && nyc mocha tests/**/*.test.js --exit",