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

pusher-chatkit-server

Package Overview
Dependencies
Maintainers
1
Versions
36
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 0.8.1 to 0.8.2

2

package.json
{
"name": "pusher-chatkit-server",
"description": "Pusher Chatkit server library",
"version": "0.8.1",
"version": "0.8.2",
"main": "./target/index.js",

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

@@ -19,2 +19,4 @@ // All possible permissions

export const CREATE_FILE = "file:create";
export const GET_READ_CURSORS = "cursors:read:get";
export const SET_READ_CURSORS = "cursors:read:set";

@@ -33,2 +35,4 @@ export const validRoomPermissions = [

CREATE_FILE,
GET_READ_CURSORS,
SET_READ_CURSORS,
];

@@ -54,2 +58,4 @@

CREATE_FILE,
GET_READ_CURSORS,
SET_READ_CURSORS,
];
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