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

botly

Package Overview
Dependencies
Maintainers
1
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

botly - npm Package Compare versions

Comparing version 1.3.1 to 1.3.2

2

lib/Botly.js

@@ -521,3 +521,3 @@ 'use strict';

let postback = (message.postback && message.postback.payload) || message.message.quick_reply.payload;
let ref = message.postback.referral;
let ref = message.postback && message.postback.referral;
this.emit('postback', message.sender.id, message, postback, ref);

@@ -524,0 +524,0 @@ }

{
"name": "botly",
"version": "1.3.1",
"version": "1.3.2",
"description": "Simple Facebook Messenger Bot API",

@@ -5,0 +5,0 @@ "main": "index.js",

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