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

prague-botbuilder

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

prague-botbuilder - npm Package Compare versions

Comparing version 0.16.4 to 0.16.5

4

package.json
{
"name": "prague-botbuilder",
"version": "0.16.4",
"version": "0.16.5",
"description": "rules-based app engine for BotBuilder 4.x",

@@ -19,5 +19,5 @@ "main": "dist/botbuilder.js",

"botbuilder-core": "^4.0.0-h3.3",
"prague-fluent": "^0.16.2",
"prague-fluent": "^0.16.3",
"rxjs": "5.5.2"
}
}

@@ -24,4 +24,4 @@ # [Prague](https://github.com/billba/prague) recipe for writing apps using Microsoft BotBuilder 4.x.

// add other middleware here
.onReceive(c => router.route(c).toPromise());
.onReceive(c => router.route(c));
```
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