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

@pusher/chatkit-server

Package Overview
Dependencies
Maintainers
8
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pusher/chatkit-server - npm Package Compare versions

Comparing version 2.1.0 to 2.1.1

6

CHANGELOG.md

@@ -8,4 +8,8 @@ # Changelog

## [Unreleased](https://github.com/pusher/chatkit-server-node/compare/2.1.0...HEAD)
## [Unreleased](https://github.com/pusher/chatkit-server-node/compare/2.1.1...HEAD)
## [2.1.1](https://github.com/pusher/chatkit-server-node/compare/2.1.0...2.1.1)
- Fix `updateRoom` privacy not updating when `isPrivate` value is `false`
## [2.1.0](https://github.com/pusher/chatkit-server-node/compare/2.0.1...2.1.0)

@@ -12,0 +16,0 @@

2

package.json
{
"name": "@pusher/chatkit-server",
"description": "Pusher Chatkit server SDK",
"version": "2.1.0",
"version": "2.1.1",
"main": "target/src/index.js",

@@ -6,0 +6,0 @@ "license": "MIT",

{
"name": "@pusher/chatkit-server",
"description": "Pusher Chatkit server SDK",
"version": "2.1.0",
"version": "2.1.1",
"main": "target/src/index.js",

@@ -6,0 +6,0 @@ "license": "MIT",

@@ -377,3 +377,3 @@ "use strict";

}
if (options.isPrivate) {
if (options.isPrivate != null) {
body.private = options.isPrivate;

@@ -380,0 +380,0 @@ }

Sorry, the diff of this file is not supported yet

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