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

ably

Package Overview
Dependencies
Maintainers
1
Versions
187
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ably - npm Package Versions

1
19

1.2.3

Diff

Changelog

Source

1.2.3 (2020-09-30)

  • Use environment-specific fallback hosts by default unless overridden (https://github.com/ably/ably-js/pull/682)
  • Rest: use channels.all not channels.attached; "attached" made no sense for rest channels and was never documented
  • Add state check for channels.release() to prevent putting the lib into an inconsistent state
simonw_ably
published 1.2.2 •

Changelog

Source

1.2.2 (2020-09-03)

  • Auth: fail connection immediately if auth server returns a 403 as a result of an authorize() call or online reauth
quintinwillison
published 1.2.1 •

Changelog

Source

1.2.1 (2020-06-09)

Oops! :blush: Fixes an oversight in our 1.2.0 release.

We had specified that we would make idempotentRestPublishing default to true from version 1.2 (ClientOptions) but hadn't followed through with this. That is fixed in this release with #665 (SimonWoolf).

quintinwillison
published 1.2.0 •

Changelog

Source

1.2 (2020-06-08)

Adds the capability to subscribe to a channel in delta mode.

Subscribing to a channel in delta mode enables delta compression. This is a way for a client to subscribe to a channel so that message payloads sent contain only the difference (ie the delta) between the present message and the previous message on the channel.

Full Changelog


quintinwillison
published 1.1.25 •

Changelog

Source

1.1.25 (2020-05-19)

  • EventEmitter.whenState: fix for promises #630
  • Typings: re-export Types namespace in 'ably/promises' sub-package #634
  • Support promises with PaginatedResult#next() etc. #635
  • Reduced npm package size #646
  • Update msgpack dependency to version explicitly Apache-2.0 licensed #650
ably
published 1.1.25-electron-workaround •

ably
published 1.1.24 •

Changelog

Source

1.1.24 (2020-01-24)

  • Minor bug fix to comet transport
  • Update ably-common submodule for errors.json parsing fix
ably
published 1.1.23 •

Changelog

Source

1.1.23 (2020-01-08)

  • Disable bundling for messages with user-set ids
ably
published 1.1.22 •

Changelog

Source

1.1.22 (2019-10-28)

  • Add some missing ClientOptions to typescript type definition file
ably
published 1.1.21 •

Changelog

Source

1.1.21 (2019-10-22)

  • BufferUtils overhaul (consistent return type on browsers (ArrayBuffer vs WordArray), hexDecode, support typed arrays, and more
  • Add error reporting mechanism
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