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 1.0.4 to 1.0.5

14

dist/MessengerTypes.d.ts

@@ -143,12 +143,12 @@ /// <reference types="node" />

title: string;
imageUrl: string;
subtitle: string;
defaultAction: {
imageUrl?: string;
subtitle?: string;
defaultAction?: {
type: string;
url: string;
messengerExtensions: boolean;
webviewHeightRatio: string;
fallbackUrl: string;
messengerExtensions?: boolean;
webviewHeightRatio?: string;
fallbackUrl?: string;
};
buttons: TemplateButton[];
buttons?: TemplateButton[];
};

@@ -155,0 +155,0 @@ export declare type MediaElement = {

@@ -9,3 +9,3 @@ {

},
"version": "1.0.4",
"version": "1.0.5",
"main": "dist/index.js",

@@ -36,3 +36,3 @@ "browser": "lib/browser.js",

},
"gitHead": "8d0a6e0549448e353ce90878b2fe1d71db1d0596"
"gitHead": "4279cce00374db3c6fc4c9ba270a8c8ca18433a7"
}

@@ -212,12 +212,12 @@ import fs from 'fs';

title: string;
imageUrl: string;
subtitle: string;
defaultAction: {
imageUrl?: string;
subtitle?: string;
defaultAction?: {
type: string;
url: string;
messengerExtensions: boolean;
webviewHeightRatio: string;
fallbackUrl: string;
messengerExtensions?: boolean;
webviewHeightRatio?: string;
fallbackUrl?: string;
};
buttons: TemplateButton[];
buttons?: TemplateButton[];
};

@@ -224,0 +224,0 @@

Sorry, the diff of this file is not supported yet

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