🚀 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
80
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
4.0.1

4

index.js
const Client = require('./lib/client.js');
const Query = require('./lib/query.js');
const AppwriteException = require('./lib/exception.js');

@@ -15,2 +16,3 @@ const Account = require('./lib/services/account.js');

Client,
Query,
AppwriteException,

@@ -26,2 +28,2 @@ Account,

Users,
};
};

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

'content-type': '',
'x-sdk-version': 'appwrite:nodejs:4.0.0',
'x-sdk-version': 'appwrite:nodejs:4.0.1',
'X-Appwrite-Response-Format' : '0.12.0',

@@ -15,0 +15,0 @@ };

@@ -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": "4.0.0",
"version": "4.0.1",
"license": "BSD-3-Clause",

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