@simplito/privmx-webendpoint
Advanced tools
Comparing version 2.0.3 to 2.0.4
{ | ||
"name": "@simplito/privmx-webendpoint", | ||
"version": "2.0.3", | ||
"version": "2.0.4", | ||
"description": "PrivMX Web Endpoint library", | ||
@@ -5,0 +5,0 @@ "author": "Simplito", |
@@ -1,10 +0,13 @@ | ||
// | ||
// PrivMX Endpoint. | ||
// Copyright © 2024 Simplito sp. z o.o. | ||
// | ||
// This file is part of the PrivMX Platform (https://privmx.dev). | ||
// This software is Licensed under the PrivMX Free License. | ||
// | ||
// See the License for the specific language governing permissions and | ||
// limitations under the License. | ||
// | ||
# PrivMX Web Endpoint | ||
PrivMX Web Endpoint is a JavaScript library designed to work in browser environment. It is used by applications and devices which are the ends of PrivMX secure communication channels. It encrypts and decrypts data, manages network connections and provides a functional API on the top of the WebAssembly build made of the native PrivMX Endpoint library written in C++. This allows applications to build their E2EE communication channels based on a few universal, client-side encrypted tools: Threads, Stores, and Inboxes. | ||
For more details, visit the [PrivMX Platform](https://privmx.dev) website and the [PrivMX Web Endpoint](https://github.com/simplito/privmx-webendpoint) repository on GitHub. | ||
--- | ||
Copyright © 2024 Simplito sp. z o.o. | ||
This software is the part of the [PrivMX Platform](https://privmx.dev). | ||
This software is Licensed under the PrivMX Free License. | ||
See the License for the specific language governing permissions and limitations under the License. |
4972214
14