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.2 to 0.8.3

2

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

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

@@ -18,3 +18,5 @@ export declare const JOIN_ROOM = "room:join";

export declare const CREATE_FILE = "file:create";
export declare const GET_READ_CURSORS = "cursors:read:get";
export declare const SET_READ_CURSORS = "cursors:read:set";
export declare const validRoomPermissions: string[];
export declare const validGlobalPermissions: string[];

@@ -21,2 +21,4 @@ "use strict";

exports.CREATE_FILE = "file:create";
exports.GET_READ_CURSORS = "cursors:read:get";
exports.SET_READ_CURSORS = "cursors:read:set";
exports.validRoomPermissions = [

@@ -34,2 +36,4 @@ exports.JOIN_ROOM,

exports.CREATE_FILE,
exports.GET_READ_CURSORS,
exports.SET_READ_CURSORS,
];

@@ -54,3 +58,5 @@ exports.validGlobalPermissions = [

exports.CREATE_FILE,
exports.GET_READ_CURSORS,
exports.SET_READ_CURSORS,
];
//# sourceMappingURL=permissions.js.map

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