Socket
Socket
Sign inDemoInstall

fbm-send

Package Overview
Dependencies
11
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.2 to 2.0.3

2

package.json
{
"name": "fbm-send",
"version": "2.0.2",
"version": "2.0.3",
"description": "Send message through Facebook Messenger Send API.",

@@ -5,0 +5,0 @@ "keywords": [

@@ -22,2 +22,3 @@ const sendRequest = require("send-request");

const response = await sendRequest(`${url}?access_token=${accessToken}`, {
method: "POST",
json: !formData,

@@ -24,0 +25,0 @@ body: formData ? toFormData(body) : body

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