Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@rocket.chat/core-typings

Package Overview
Dependencies
Maintainers
9
Versions
139
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rocket.chat/core-typings - npm Package Compare versions

Comparing version 6.12.0-rc.6 to 6.12.0

27

CHANGELOG.md
# @rocket.chat/core-typings
## 6.12.0
### Minor Changes
- ([#33003](https://github.com/RocketChat/Rocket.Chat/pull/33003)) Added a new setting to enable/disable file encryption in an end to end encrypted room.
- ([#32868](https://github.com/RocketChat/Rocket.Chat/pull/32868)) Added `sidepanel` field to `teams.create` and `rooms.saveRoomSettings` endpoints
- ([#33003](https://github.com/RocketChat/Rocket.Chat/pull/33003)) Fixed a bug related to uploading end to end encrypted file.
E2EE files and uploads are uploaded as files of mime type `application/octet-stream` as we can't reveal the mime type of actual content since it is encrypted and has to be kept confidential.
The server resolves the mime type of encrypted file as `application/octet-stream` but it wasn't playing nicely with existing settings related to whitelisted and blacklisted media types.
E2EE files upload was getting blocked if `application/octet-stream` is not a whitelisted media type.
Now this PR solves this issue by always accepting E2EE uploads even if `application/octet-stream` is not whitelisted but it will block the upload if `application/octet-stream` is black listed.
### Patch Changes
- ([#32846](https://github.com/RocketChat/Rocket.Chat/pull/32846)) Fixed issue with system messages being counted as agents' first responses in livechat rooms (which caused the "best first response time" and "average first response time" metrics to be unreliable for all agents)
- <details><summary>Updated dependencies [c11f3722df]:</summary>
- @rocket.chat/ui-kit@0.36.1
</details>
## 6.12.0-rc.6

@@ -4,0 +31,0 @@

4

package.json
{
"$schema": "https://json.schemastore.org/package",
"name": "@rocket.chat/core-typings",
"version": "6.12.0-rc.6",
"version": "6.12.0",
"devDependencies": {

@@ -28,3 +28,3 @@ "@rocket.chat/eslint-config": "^0.7.0",

"@rocket.chat/message-parser": "^0.31.29",
"@rocket.chat/ui-kit": "~0.36.1-rc.0",
"@rocket.chat/ui-kit": "~0.36.1",
"@types/express": "^4.17.21"

@@ -31,0 +31,0 @@ },

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