Socket
Socket
Sign inDemoInstall

chatfuel-api

Package Overview
Dependencies
5
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.1.0 to 1.1.1

4

lib/chatfuel.js

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

key: 'addButton',
value: function addButton(type, attr, title) {
value: function addButton(type, attr, title, extensions) {
if (type === 'block') {

@@ -183,3 +183,3 @@ this.buttons((0, _blockButton2.default)(attr, title));

if (type === 'link') {
this.buttons((0, _urlButton2.default)(attr, title));
this.buttons((0, _urlButton2.default)(attr, title, extensions));
return this;

@@ -186,0 +186,0 @@ }

{
"name": "chatfuel-api",
"version": "1.1.0",
"version": "1.1.1",
"description": "A library to simplify sending messages and broadcasts to a Chatfuel bot",

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

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