Socket
Socket
Sign inDemoInstall

@artemis-prime/facebook-messenger-bot

Package Overview
Dependencies
79
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.8 to 1.0.9

7

lib/facebook-messenger-bot.js

@@ -379,5 +379,7 @@ 'use strict';

// src/Bot.js
//export {Elements, Buttons, QuickReplies};
const userCache = {};
async function wait$1(time) {
async function wait(time) {
return new Promise(resolve => setTimeout(() => resolve(), time));

@@ -392,3 +394,3 @@ }

this.Elements = Elements;
this.wait = wait$1;
this.wait = wait;

@@ -711,3 +713,2 @@ this._token = token;

exports.QuickReplies = QuickReplies;
exports.wait = wait;
//# sourceMappingURL=facebook-messenger-bot.js.map
{
"name": "@artemis-prime/facebook-messenger-bot",
"version": "1.0.8",
"version": "1.0.9",
"description": "Simple, light-weight Facebook Messenger Bot API for Node/ES6",

@@ -5,0 +5,0 @@ "main": "lib/facebook-messenger-bot.js",

@@ -10,3 +10,3 @@ import EventEmitter from 'events';

export {Elements, Buttons, QuickReplies};
//export {Elements, Buttons, QuickReplies};

@@ -13,0 +13,0 @@ const userCache = {};

@@ -1,2 +0,2 @@

import {Bot} from './Bot';
import Bot from './Bot';
import Buttons from './Buttons';

@@ -8,3 +8,3 @@ import Elements from './Elements';

export {
Bot, Buttons, Elements, QuickReplies, wait
Bot, Buttons, Elements, QuickReplies
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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