chat-e2ee
chat-e2ee copied to clipboard
End-to-end encrypted disposable chat sessions, exchange sensitive information with peer safely and securely.
Bumps [express](https://github.com/expressjs/express) from 4.18.2 to 4.19.2. Release notes Sourced from express's releases. 4.19.2 What's Changed Improved fix for open redirect allow list bypass Full Changelog: https://github.com/expressjs/express/compare/4.19.1...4.19.2 4.19.1 What's Changed Fix...
Bumps [express](https://github.com/expressjs/express) from 4.18.2 to 4.19.2. Release notes Sourced from express's releases. 4.19.2 What's Changed Improved fix for open redirect allow list bypass Full Changelog: https://github.com/expressjs/express/compare/4.19.1...4.19.2 4.19.1 What's Changed Fix...
Bumps [webpack-dev-middleware](https://github.com/webpack/webpack-dev-middleware) from 5.3.3 to 5.3.4. Release notes Sourced from webpack-dev-middleware's releases. v5.3.4 5.3.4 (2024-03-20) Bug Fixes security: do not allow to read files above (#1779) (189c4ac) Changelog Sourced from...
Modification of the front end apparence of the LinkDisplay and ChatLink Components. Before Continuing with the text messaging section would like to have this part approved first.
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.4 to 1.15.6. Commits 35a517c Release version 1.15.6 of the npm package. c4f847f Drop Proxy-Authorization across hosts. 8526b4a Use GitHub for disclosure. b1677ce Release version 1.15.5 of...
Use the SDK @chat-e2ee/service and build a minimalistic UI https://github.com/muke1908/chat-e2ee/tree/master/service Scope of this task: - Create a separate folder for the client. - Create the project (typescript + any UI...
Auto scroll to new message should happen in the following scenarios - [x] Whenever user sends a message - [x] Whenever user receives a message and he is currently at...
Extend the method await chatInstance.encrypt('some message').send(); and give user an option to send files. https://github.com/muke1908/chat-e2ee/blob/master/service/README.md#3-send-message
Create a fiddle using @chat-e2ee/service package to demonstrate basic functionalities. use `@chat-e2ee/[email protected]` https://github.com/muke1908/chat-e2ee/tree/master/service
ChatE2EE class should be covered by Unit Test https://github.com/muke1908/chat-e2ee/blob/master/service/src/sdk.ts