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

n8n-nodes-appwriten8n

Package Overview
Dependencies
Maintainers
1
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

n8n-nodes-appwriten8n - npm Package Compare versions

Comparing version 0.3.5 to 0.3.6

9

dist/nodes/AppwriteZach/AppwriteZach.node.js

@@ -83,12 +83,9 @@ "use strict";

documentId = node_appwrite_1.ID.unique();
body = {
data: this.getNodeParameter('body', 0),
};
body = this.getNodeParameter('body', 0);
}
else {
documentId = docId;
body = {
data: this.getNodeParameter('body', 0),
};
body = this.getNodeParameter('body', 0);
}
console.log("Body to send: ", body);
responseData = await (0, AppwriteFunctions_1.createAppwriteDocument)(appwriteClient, databaseId, collectionId, documentId, body);

@@ -95,0 +92,0 @@ returnData.push(responseData);

{
"name": "n8n-nodes-appwriten8n",
"version": "0.3.5",
"version": "0.3.6",
"description": "N8N Nodes for Appwrite starting at 1.4.X and up, will be updated.",

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

{
"name": "n8n-nodes-appwriten8n",
"version": "0.3.5",
"version": "0.3.6",
"description": "N8N Nodes for Appwrite starting at 1.4.X and up, will be updated.",

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