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.20200819.a629ce4 to 4.11.0-dev.20200820.31e2d7a

2

lib/waterfallStepContext.js

@@ -25,3 +25,3 @@ "use strict";

this._info = info;
this.parent = dc;
this.parent = dc.parent;
}

@@ -28,0 +28,0 @@ /**

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

"description": "A dialog stack based conversation manager for Microsoft BotBuilder.",
"version": "4.11.0-dev.20200819.a629ce4",
"version": "4.11.0-dev.20200820.31e2d7a",
"license": "MIT",

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

"@types/node": "^10.17.27",
"botbuilder-core": "4.11.0-dev.20200819.a629ce4",
"botbuilder-core": "4.11.0-dev.20200820.31e2d7a",
"globalize": "^1.4.2"

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

"clean": "erase /q /s .\\lib",
"set-version": "npm version --allow-same-version 4.11.0-dev.20200819.a629ce4",
"set-version": "npm version --allow-same-version 4.11.0-dev.20200820.31e2d7a",
"test": "tsc && nyc mocha tests/",

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

@@ -64,3 +64,3 @@ /**

this._info = info;
this.parent = dc;
this.parent = dc.parent;
}

@@ -67,0 +67,0 @@

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