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

messaging-api-messenger

Package Overview
Dependencies
Maintainers
3
Versions
112
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

messaging-api-messenger - npm Package Compare versions

Comparing version 0.7.2 to 0.7.3

lib/browser.js

3

package.json
{
"name": "messaging-api-messenger",
"description": "Messaging API client for Messenger",
"version": "0.7.2",
"version": "0.7.3",
"engines": {

@@ -14,2 +14,3 @@ "node": ">=6"

"main": "lib/index.js",
"browser": "lib/browser.js",
"keywords": [

@@ -16,0 +17,0 @@ "bot",

@@ -45,3 +45,6 @@ import MockAdapter from 'axios-mock-adapter';

axios.create = jest.fn();
MessengerClient.connect(ACCESS_TOKEN, '2.6');
MessengerClient.connect(
ACCESS_TOKEN,
'2.6'
);

@@ -48,0 +51,0 @@ expect(axios.create).toBeCalledWith({

@@ -82,3 +82,3 @@ /* @flow */

) {
const message = {
const message: { ...AttachmentPayload, quick_replies?: Array<QuickReply> } = {
...payload,

@@ -85,0 +85,0 @@ };

Sorry, the diff of this file is too big to display

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