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

n8n-nodes-evolution-api

Package Overview
Dependencies
Maintainers
0
Versions
166
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

n8n-nodes-evolution-api - npm Package Compare versions

Comparing version 0.1.48 to 0.1.49

21

dist/nodes/HttpBin/HttpBin.node.js

@@ -146,2 +146,13 @@ "use strict";

const readStatus = this.getNodeParameter('readStatus', 0);
const body = {
rejectCall,
groupsIgnore,
alwaysOnline,
readMessages,
syncFullHistory,
readStatus,
};
if (rejectCall) {
body.msgCall = msgCall || '';
}
const options = {

@@ -154,11 +165,3 @@ method: 'POST',

uri: `${serverUrl}/settings/set/${instanceName}`,
body: {
rejectCall: rejectCall,
msgCall: msgCall || '',
groupsIgnore: groupsIgnore,
alwaysOnline: alwaysOnline,
readMessages: readMessages,
syncFullHistory: syncFullHistory,
readStatus: readStatus,
},
body,
json: true,

@@ -165,0 +168,0 @@ };

{
"name": "n8n-nodes-evolution-api",
"version": "0.1.48",
"version": "0.1.49",
"description": "Api não oficial do WhatsApp",

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

{
"name": "n8n-nodes-evolution-api",
"version": "0.1.48",
"version": "0.1.49",
"description": "Api não oficial do WhatsApp",

@@ -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