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

pubnub

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pubnub - npm Package Versions

client-engineering-bot
published 7.6.0 •

Changelog

Source

v7.6.0

February 21 2024

Added
  • Adding channel, channelGroup, channelMetadata and userMetadata entities to be first-class citizens to access APIs related to them. Currently, access is provided only for subscription API.
client-engineering-bot
published 7.5.0 •

Changelog

Source

v7.5.0

January 16 2024

Added
  • Added enableEventEngine, maintainPresenceState flags and retryConfiguration for retry policy configuration.
Fixed
  • Fixes issue of allowing duplicate listener registration.
  • Fixes file name conflict in lib directory. Fixed the following issues reported by @priyanshu102002: #355.
client-engineering-bot
published 7.4.5 •

Changelog

Source

v7.4.5

November 28 2023

Fixed
  • Handle unencrypted messages in subscribe with cryptoModule configured.
  • Fixe for missing parameters to request or filter optional fields for App Context memberships api.
client-engineering-bot
published 7.4.4 •

Changelog

Source

v7.4.4

November 14 2023

Fixed
  • Fixes issue of getChannelMembers call not returning status field.
client-engineering-bot
published 7.4.3 •

Changelog

Source

v7.4.3

November 08 2023

Fixed
  • Fixes issue of not able to encrypt Blob file content in web.
client-engineering-bot
published 7.4.2 •

Changelog

Source

v7.4.2

October 30 2023

Modified
  • Changed license type from MIT to PubNub Software Development Kit License.
client-engineering-bot
published 7.4.1 •

Changelog

Source

v7.4.1

October 17 2023

Fixed
  • Fixes issue of pubnub.decrypt() returning wrong data format.
client-engineering-bot
published 7.4.0 •

Changelog

Source

v7.4.0

October 16 2023

Added
  • Add crypto module that allows configure SDK to encrypt and decrypt messages.
Fixed
  • Improved security of crypto implementation by adding enhanced AES-CBC cryptor.
client-engineering-bot
published 7.3.3 •

Changelog

Source

v7.3.3

September 11 2023

Fixed
  • Fixes issue of getting misleading error message when sendFile fails.
client-engineering-bot
published 7.3.2 •

Changelog

Source

v7.3.2

August 31 2023

Fixed
  • Fixes issue of having deprecated superagent version. Fixed the following issues reported by @wimZ: #317.