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 Versions

134

0.8.1

Diff

pusherapp
published 0.8.0 •

Changelog

Source

0.8.0 - 2017-12-19

Changes

  • Don't parse response in apiRequest (since it isn't always JSON)
pusherapp
published 0.7.2 •

Changelog

Source

0.7.2 - 2017-12-11

Changes

  • Add the file:get and file:create permissions to the list of supported permissions
pusherapp
published 0.7.1 •

Changelog

Source

0.7.1 - 2017-11-23

Fixes

  • Correctly type the user id array in getUsersByIds as Array<string> instead of Array<number>
pusherapp
published 0.7.0 •

Changelog

Source

0.7.0 - 2017-11-20

Changes

  • assignRoomRoleToUser and assignGlobalRoleToUser now work regardless of whether or not a role has previously been assigned for a user

Removals

  • reassignRoomRoleForUser and reassignGlobalRoleForUser were removed
pusherapp
published 0.6.0 •

Changelog

Source

0.6.0 - 2017-11-16

Additions

  • Adds functionality to update permissions for existing roles by introducing two new functions: updatePermissionsForRoomRole and updatePermissionsForGlobalRole.
pusherapp
published 0.5.2 •

Changelog

Source

0.5.2 - 2017-11-10

Fixes

  • Make createRoom work if userIds isn't provided or is an empty array when creating a room.

Changes

  • Make the response in the success case of room creation into an appropriate object from the body's JSON as opposed to an IncomingMessage object.
pusherapp
published 0.5.1 •

Changelog

Source

0.5.1 - 2017-11-10

Changes

  • createRoom now takes a CreateRoomOptions object as its second parameter. This allows creating private rooms and adding users to a room at the point of creation. This looks like:
chatkit.createRoom(
  'user_id_creating_room',
  {
    name: 'my room',
    isPrivate: true,
    userIds: ['some_other_user', 'and_another']
  }
).then(() => {
  ...
}
pusherapp
published 0.5.0 •

Changelog

Source

0.5.1 - 2017-11-10

Changes

  • createRoom now takes a CreateRoomOptions object as its second parameter. This allows creating private rooms and adding users to a room at the point of creation. This looks like:
chatkit.createRoom(
  'user_id_creating_room',
  {
    name: 'my room',
    isPrivate: true,
    userIds: ['some_other_user', 'and_another']
  }
).then(() => {
  ...
}
pusherapp
published 0.4.1 •

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