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

chatfuel-api

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

chatfuel-api - npm Package Compare versions

Comparing version 1.2.1 to 1.2.2

6

lib/broadcast.js

@@ -55,5 +55,9 @@ 'use strict';

return _axios2.default.post(chatfuelApiUrl);
var headers = {
'Content-Type': 'application/json'
};
return _axios2.default.post(chatfuelApiUrl, { headers: headers });
};
exports.default = broadcast;

2

package.json
{
"name": "chatfuel-api",
"version": "1.2.1",
"version": "1.2.2",
"description": "A library to simplify sending messages and broadcasts to a Chatfuel bot over Facebook Messenger",

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

@@ -82,5 +82,4 @@ import sinon from 'sinon';

broadcast(options);
expect(stubAxiosPost.getCall(0).args[0]).to.equal(expectedURL);
});
});
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