Socket
Socket
Sign inDemoInstall

botbuilder-adapter-facebook

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

botbuilder-adapter-facebook - npm Package Compare versions

Comparing version 1.0.3 to 1.0.4

5

CHANGELOG.md
#botbuilder-adapter-facebook changelog
# 1.0.4
* Update dependencies (Bot Framework to 4.5.2, Botkit to 4.5)
* Fix for over-pruning of quick replies and attachments in dialogs
# 1.0.3

@@ -4,0 +9,0 @@

6

package.json
{
"name": "botbuilder-adapter-facebook",
"version": "1.0.3",
"version": "1.0.4",
"description": "Connect Botkit or BotBuilder to Facebook Messenger",

@@ -37,4 +37,4 @@ "main": "lib/index.js",

"dependencies": {
"botbuilder": "^4.4.0",
"botkit": "^4.0.2",
"botbuilder": "^4.5.2",
"botkit": "^4.5.0",
"debug": "^4.1.0"

@@ -41,0 +41,0 @@ },

@@ -88,3 +88,3 @@ # botbuilder-adapter-facebook

return token;
})
}
});

@@ -180,2 +180,2 @@ ```

Botkit is released under the [MIT Open Source license](https://github.com/howdyai/botkit/blob/master/LICENSE.md)
Botkit is released under the [MIT Open Source license](https://github.com/howdyai/botkit/blob/master/LICENSE.md)
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