New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

fb-messenger-sdk

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fb-messenger-sdk - npm Package Compare versions

Comparing version 0.0.2-development to 0.0.3-development

2

dist/util/Utils.js

@@ -12,3 +12,3 @@ "use strict";

const requestOptions = Utils.requestOptions;
const fb_graph_version = process.env.FB_GRAPH_VERSION ? 'v3.1' : process.env.FB_GRAPH_VERSION;
const fb_graph_version = process.env.FB_GRAPH_VERSION ? process.env.FB_GRAPH_VERSION : 'v3.1';
requestOptions.url = 'https://graph.facebook.com/' + fb_graph_version;

@@ -15,0 +15,0 @@ return JSON.parse(JSON.stringify(requestOptions));

{
"name": "fb-messenger-sdk",
"version": "0.0.2-development",
"version": "0.0.3-development",
"description": "NodeJS Facebook Messenger API for bots to send messages and setup events to Facebook.",

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

Sorry, the diff of this file is not supported yet

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