Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

n8n-nodes-whatsapp-buttons

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

n8n-nodes-whatsapp-buttons - npm Package Compare versions

Comparing version 0.1.1 to 0.1.2

2

dist/nodes/WhatsAppButtons/WhatsAppButtons.node.d.ts
import type { IExecuteFunctions, INodeExecutionData, INodeType, INodeTypeDescription } from "n8n-workflow";
export declare type FieldsUiValues = Array<{
fieldValue: string;
buttonTitle: string;
}>;

@@ -5,0 +5,0 @@ export declare class WhatsAppButtons implements INodeType {

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

const parametersArray = queryParameters.map((x) => {
return x.fieldValue;
return x.buttonTitle;
});

@@ -183,0 +183,0 @@ let buttons = [];

{
"name": "n8n-nodes-whatsapp-buttons",
"version": "0.1.1",
"version": "0.1.2",
"description": "Encapsulate WhatsApp Business API for sending messages with actions",

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

{
"name": "n8n-nodes-whatsapp-buttons",
"version": "0.1.1",
"version": "0.1.2",
"description": "Encapsulate WhatsApp Business API for sending messages with actions",

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

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