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

botbuilder-dialogs-declarative

Package Overview
Dependencies
Maintainers
3
Versions
504
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 4.21.0-preview to 4.21.1-preview

2

lib/componentDeclarativeTypes.js

@@ -21,5 +21,5 @@ "use strict";

function isComponentDeclarativeTypes(component) {
return componentDeclarativeTypes.check(component);
return componentDeclarativeTypes.safeParse(component).success;
}
exports.isComponentDeclarativeTypes = isComponentDeclarativeTypes;
//# sourceMappingURL=componentDeclarativeTypes.js.map

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

"description": "Declarative library for the Microsoft BotBuilder dialog system.",
"version": "4.21.0-preview",
"version": "4.21.1-preview",
"preview": true,

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

"dependencies": {
"botbuilder-dialogs": "4.21.0",
"botbuilder-stdlib": "4.21.0-internal",
"botbuilder-dialogs": "4.21.1",
"botbuilder-stdlib": "4.21.1-internal",
"chokidar": "^3.4.0",
"zod": "~1.11.17"
"zod": "^3.22.4"
},
"devDependencies": {
"adaptive-expressions": "4.21.0",
"botbuilder-core": "4.21.0",
"botbuilder-dialogs-adaptive-runtime-core": "4.21.0-preview",
"adaptive-expressions": "4.21.1",
"botbuilder-core": "4.21.1",
"botbuilder-dialogs-adaptive-runtime-core": "4.21.1-preview",
"jsonschema": "^1.4.0"

@@ -43,0 +43,0 @@ },

@@ -33,3 +33,3 @@ /**

export function isComponentDeclarativeTypes(component: unknown): component is ComponentDeclarativeTypes {
return componentDeclarativeTypes.check(component);
return componentDeclarativeTypes.safeParse(component).success;
}

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