New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@aw-labs/appwrite-console

Package Overview
Dependencies
Maintainers
2
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aw-labs/appwrite-console - npm Package Compare versions

Comparing version 10.0.0 to 11.0.0

2

package.json

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

@@ -8,0 +8,0 @@ "main": "dist/cjs/sdk.js",

@@ -2484,5 +2484,5 @@ export namespace Models {

/**
* Aggregated stats for number of collections.
* Aggregated stats for number of databases.
*/
collections: Metric[];
databases: Metric[];
/**

@@ -2496,3 +2496,7 @@ * Aggregated stats for number of users.

storage: Metric[];
/**
* Aggregated stats for number of buckets.
*/
buckets: Metric[];
}
}

@@ -2480,5 +2480,5 @@ export declare namespace Models {

/**
* Aggregated stats for number of collections.
* Aggregated stats for number of databases.
*/
collections: Metric[];
databases: Metric[];
/**

@@ -2492,3 +2492,7 @@ * Aggregated stats for number of users.

storage: Metric[];
/**
* Aggregated stats for number of buckets.
*/
buckets: Metric[];
};
}
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