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.6.0 to 1.6.1

2

package.json
{
"name": "botly",
"version": "1.6.0",
"version": "1.6.1",
"description": "Simple Facebook Messenger Bot API",

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

@@ -544,3 +544,3 @@ var expect = require('chai').expect;

expect(request.post.calledOnce).to.be.true;
expect(request.post.args[0][0].url).to.equal('https://graph.facebook.com/v2.6/me/messages');
expect(request.post.args[0][0].url).to.equal('https://graph.facebook.com/v2.12/me/messages');
expect(request.post.args[0][0].body).to.eql({

@@ -547,0 +547,0 @@ 'message': {

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