Socket
Socket
Sign inDemoInstall

fb-chat-api-buttons

Package Overview
Dependencies
2
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.6 to 1.0.7

5

build/models/chat-buttons.js

@@ -33,4 +33,5 @@ "use strict";

const callback = this.callbacks[btn.id];
if (callback != null)
callback(threadId);
if (callback != null) {
callback(btn, threadId);
}
}

@@ -37,0 +38,0 @@ next();

2

package.json
{
"name": "fb-chat-api-buttons",
"version": "1.0.6",
"version": "1.0.7",
"description": "🤖 Provides slightly better UX for your facebook chat bot by adding interactive buttons.",

@@ -5,0 +5,0 @@ "keywords": [

@@ -73,3 +73,5 @@ import { NextFunction, Request, Response } from 'express';

const callback = this.callbacks[btn.id];
if (callback != null) callback(threadId);
if (callback != null) {
callback(btn, threadId);
}
}

@@ -76,0 +78,0 @@ next();

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