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.0.2 to 1.0.3

2

lib/Botly.js

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

});
this.emit('sent', options.message);
this.emit('sent', options.id, options.message);
};

@@ -168,0 +168,0 @@

{
"name": "botly",
"version": "1.0.2",
"version": "1.0.3",
"description": "Simple Facebook Messenger Bot API",

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

@@ -267,3 +267,3 @@ <img src="https://raw.githubusercontent.com/Askrround/botly/master/botly_logo.png" width="250" height="250" />

botly.on("sent", message => {
botly.on("sent", (to, message) => {
/* track it */

@@ -275,3 +275,3 @@ });

#### version 1.0.2
#### version 1.0.3
- added send event - useful for tracking

@@ -278,0 +278,0 @@

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