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.9 to 0.1.10

10

dist/nodes/HttpBin/HttpBin.node.js

@@ -42,7 +42,11 @@ "use strict";

{
name: 'HTTP Verb',
value: 'httpVerb',
name: 'Criar Instancia',
value: 'create-instance',
},
{
name: 'Buscar Instancia',
value: 'fetch-instances',
},
],
default: 'httpVerb',
default: 'create-instance',
},

@@ -49,0 +53,0 @@ ...HttpVerbDescription_1.httpVerbOperations,

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

show: {
resource: ['httpVerb'],
resource: ['create-instance'],
},

@@ -18,27 +18,27 @@ },

{
name: 'GET',
value: 'get',
description: 'Perform a GET request',
name: 'Instancia Basica',
value: 'instance-basic',
description: 'Criar uma instancia basica',
routing: {
request: {
method: 'GET',
url: '/get',
method: 'POST',
url: '/instance/create',
},
},
action: 'Get a http verb',
action: 'Instancia basica a create instance',
},
{
name: 'DELETE',
value: 'delete',
name: 'Instancia Com Proxy',
value: 'instance-proxy',
description: 'Perform a DELETE request',
routing: {
request: {
method: 'DELETE',
url: '/delete',
method: 'GET',
url: '/instance/fetchInstances',
},
},
action: 'Delete a http verb',
action: 'Instancia com proxy a create instance',
},
],
default: 'get',
default: 'instance-basic',
},

@@ -54,4 +54,4 @@ ];

show: {
resource: ['httpVerb'],
operation: ['get'],
resource: ['create-instance'],
operation: ['instance-basic'],
},

@@ -58,0 +58,0 @@ },

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

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

{
"name": "n8n-nodes-evolution-api",
"version": "0.1.9",
"version": "0.1.10",
"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

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