Socket
Socket
Sign inDemoInstall

fb-bot-api

Package Overview
Dependencies
139
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.24 to 1.0.25

2

package.json
{
"name": "fb-bot-api",
"version": "1.0.24",
"version": "1.0.25",
"description": "API wrapper to communicate with Facebook Messenger Bots",

@@ -5,0 +5,0 @@ "author": "Vyacheslav Voronchuk",

@@ -58,2 +58,8 @@ # Facebook Bot Node API

});
instance.on('message-read', function (sender, read) {
...
});
instance.on('message-optin', function (sender, optin) {
...
});
instance.on('error', function (error) {

@@ -60,0 +66,0 @@ ...

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc