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

pubnub

Package Overview
Dependencies
Maintainers
7
Versions
232
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pubnub - npm Package Versions

23
24

8.5.0

Diff

client-engineering-bot
published 8.4.1 •

Changelog

Source

v8.4.1

January 02 2025

Fixed
  • Fixed issue of hereNow response parsing for totalOccupancy field.
client-engineering-bot
published 8.4.0 •

Changelog

Source

v8.4.0

December 17 2024

Added
  • Add type field for members and membership objects and subscribe response.
Fixed
  • Fixed type which limited number of options which can be included into response / used in sorting for members / membership setting API.
  • Fix missing hereNowRefresh flag from the presence object received from subscribe.
  • Fix issue because of which logVerbosity set to true still didn't print logs for Node.js.
Modified
  • Change format and add proper request body output.
client-engineering-bot
published 8.3.2 •

Changelog

Source

v8.3.2

December 12 2024

Fixed
  • Fix issue with Subscription and SubscriptionSet when one can unsubscribe channel / group which is still in use by another.
  • Fix particular TypeError emitted when browser forcefully closes long-poll connection before its timeout and reported as bad request. This type of error will be reported as a network error.
  • Fix issue because of which node-fetch used default agent, which after Node.js 19+ has keepAlive enabled by default.
client-engineering-bot
published 8.3.1 •

Changelog

Source

v8.3.1

November 18 2024

Fixed
  • Fix issue because of which presence events not delivered to the Subscription and SubscriptionSet objects (only global listeners).
client-engineering-bot
published 8.3.0 •

Changelog

Source

v8.3.0

November 14 2024

Added
  • Add custom message type support for the following APIs: publish, signal, share file, subscribe and history.
client-engineering-bot
published 8.2.10 •

Changelog

Source

v8.2.10

October 31 2024

Fixed
  • Fix Actions type definition.
Modified
  • Remove indexed signature for publish.
  • Add serializable objects to Payload type.
  • Aggregate generated types definitions.
  • Fix definition of type which represents message actions received from history and list of users which added action of specific type and value to the message. Fixed the following issues reported by @yo1dog: #407.
  • Remove redundant indexed signature from publish message parameters type definition. Fixed the following issues reported by @yo1dog: #413.
  • Extend Payload type definition with objects which can be serialized by JSON.stringify using toJSON() methods. Fixed the following issues reported by @yo1dog: #412.
  • Aggregate multiple types definitions into single type definition type with proper type names and namespaces. Fixed the following issues reported by @Tallyb and @yo1dog: #405 and #409 and #410.
  • Add the Subscribe Event Engine and Event Listener types to the bundled types definition file. Fixed the following issues reported by @roman-rr: #377.
client-engineering-bot
published 8.2.9 •

Changelog

Source

v8.2.9

October 25 2024

Fixed
  • Revert fix created to handle browser timeouts (not gracefully). The Web Fetch API doesn't have descriptive error information, and it sends TypeError for both cases when connection closed by browser or network issue (blocked domain).
client-engineering-bot
published 8.2.8 •

Changelog

Source

v8.2.8

September 30 2024

Fixed
  • Fix issue because of which leave request modified wrong URL path component with actual channels.
  • Fix issue because of which removed channels / groups didn't cancel previous subscribe request to re-subscribe with new set of channels / groups.
  • Fix issue because of which suitable active PubNub clients subscription not has been used for aggregation and caused additional connections or wrong set of channels / groups.
Modified
  • Pre-process entries from subscribe response to filter out updates which has been received for channels and groups which are not part of subscription loop (subscription aggregation in shared worker).
  • Point to the built-in types definition file when package used with npm / yarn.
client-engineering-bot
published 8.2.7 •

Changelog

Source

v8.2.7

August 01 2024

Fixed
  • Fix issue because of which timeout enforced by browser triggered wrong error status category. Fixed the following issues reported by @WalrusSoup: #396.
23
24
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