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

2

dist/nodes/NAppwrite/NAppwrite.node.js

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

const operation = this.getNodeParameter('operation', 0);
const { url, projectId, apiKey } = await this.getCredentials('appwriteZachApi');
const { url, projectId, apiKey } = await this.getCredentials('nAppwriteApi');
const appwriteClient = await (0, AppwriteFunctions_1.getAppwriteClient)(url, projectId, apiKey);

@@ -79,0 +79,0 @@ try {

{
"name": "n8n-nodes-appwriten8n",
"version": "0.3.9",
"version": "0.4.0",
"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.9",
"version": "0.4.0",
"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