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.5.14 to 0.5.16

4

lib/MessengerClient.js

@@ -125,2 +125,5 @@ 'use strict';Object.defineProperty(exports, "__esModule", { value: true });var _extends = Object.assign || function (target) {for (var i = 1; i < arguments.length; i++) {var source = arguments[i];for (var key in source) {if (Object.prototype.hasOwnProperty.call(source, key)) {target[key] = source[key];}}}return target;};

get accessToken() {
return this._accessToken;
}

@@ -134,2 +137,3 @@

/**

@@ -136,0 +140,0 @@ * Get Page Info

2

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

@@ -6,0 +6,0 @@ "node": ">=6"

@@ -125,2 +125,6 @@ /* @flow */

get accessToken(): string {
return this._accessToken;
}
getHTTPClient: () => Axios = () => {

@@ -127,0 +131,0 @@ warning(

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