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

botbuilder-dialogs

Package Overview
Dependencies
Maintainers
1
Versions
543
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

botbuilder-dialogs - npm Package Compare versions

Comparing version 4.11.0-dev.20200926.6fe5179 to 4.11.0-dev.20200927.621fd44

2

lib/skillDialog.js

@@ -176,2 +176,4 @@ "use strict";

eocActivity = activityFromSkill;
// The conversation has ended, so cleanup the conversation id.
yield this.dialogOptions.conversationIdFactory.deleteConversationReference(skillConversationId);
}

@@ -178,0 +180,0 @@ else if (yield this.interceptOAuthCards(context, activityFromSkill, this.dialogOptions.connectionName)) {

6

package.json

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

"description": "A dialog stack based conversation manager for Microsoft BotBuilder.",
"version": "4.11.0-dev.20200926.6fe5179",
"version": "4.11.0-dev.20200927.621fd44",
"license": "MIT",

@@ -29,3 +29,3 @@ "keywords": [

"@types/node": "^10.17.27",
"botbuilder-core": "4.11.0-dev.20200926.6fe5179",
"botbuilder-core": "4.11.0-dev.20200927.621fd44",
"globalize": "^1.4.2"

@@ -48,3 +48,3 @@ },

"clean": "erase /q /s .\\lib",
"set-version": "npm version --allow-same-version 4.11.0-dev.20200926.6fe5179",
"set-version": "npm version --allow-same-version 4.11.0-dev.20200927.621fd44",
"test": "tsc && nyc mocha tests/",

@@ -51,0 +51,0 @@ "test:compat": "api-extractor run --verbose"

@@ -216,2 +216,5 @@ /**

eocActivity = activityFromSkill;
// The conversation has ended, so cleanup the conversation id.
await this.dialogOptions.conversationIdFactory.deleteConversationReference(skillConversationId);
} else if (await this.interceptOAuthCards(context, activityFromSkill, this.dialogOptions.connectionName)) {

@@ -218,0 +221,0 @@ // Do nothing. The token exchange succeeded, so no OAuthCard needs to be shown to the user.

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