🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Sign inDemoInstall
Socket

node-appwrite

Package Overview
Dependencies
Maintainers
1
Versions
79
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-appwrite - npm Package Compare versions

Comparing version

to
2.2.1

4

lib/client.js

@@ -12,3 +12,3 @@ const URL = require('url').URL;

'content-type': '',
'x-sdk-version': 'appwrite:nodejs:2.2.0',
'x-sdk-version': 'appwrite:nodejs:2.2.1',
'X-Appwrite-Response-Format' : '0.8.0',

@@ -103,3 +103,3 @@ };

addHeader(key, value) {
this.headers[key.toLowerCase()] = value.toLowerCase();
this.headers[key.toLowerCase()] = value;

@@ -106,0 +106,0 @@ return this;

@@ -5,3 +5,3 @@ {

"description": "Appwrite is an open-source self-hosted backend server that abstract and simplify complex and repetitive development tasks behind a very simple REST API",
"version": "2.2.0",
"version": "2.2.1",
"license": "BSD-3-Clause",

@@ -8,0 +8,0 @@ "main": "index.js",