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 Compare versions

Comparing version 0.8.26 to 0.8.27

2

bower.json
{
"name": "Ably",
"version": "0.8.26",
"version": "0.8.27",
"homepage": "https://www.ably.io/",

@@ -5,0 +5,0 @@ "authors": [

/**
* @license Copyright 2016, Ably
*
* Ably JavaScript Library v0.8.26
* Ably JavaScript Library v0.8.27
* https://github.com/ably/ably-js

@@ -6,0 +6,0 @@ *

/**
* @license Copyright 2016, Ably
*
* Ably JavaScript Library v0.8.26
* Ably JavaScript Library v0.8.27
* https://github.com/ably/ably-js

@@ -6,0 +6,0 @@ *

/*
Copyright 2016, Ably
Ably JavaScript Library v0.8.26
Ably JavaScript Library v0.8.27
https://github.com/ably/ably-js

@@ -6,0 +6,0 @@

/**
* @license Copyright 2016, Ably
*
* Ably JavaScript Library v0.8.26
* Ably JavaScript Library v0.8.27
* https://github.com/ably/ably-js

@@ -6,0 +6,0 @@ *

/*
Copyright 2016, Ably
Ably JavaScript Library v0.8.26
Ably JavaScript Library v0.8.27
https://github.com/ably/ably-js

@@ -6,0 +6,0 @@

@@ -365,3 +365,3 @@ var ConnectionManager = (function() {

* see logic in deactivateTransport */
Logger.logAction(Logger.LOG_MINOR, 'ConnectionManager.scheduleTransportActivation()', 'Current connection state (' + this.state.state + (this.state === this.states.synchronizing ? ', but with an upgrade already in progress' : '') + ') is not valid to upgrade in; abandoning upgrade to ' + transport.shortName);
Logger.logAction(Logger.LOG_MINOR, 'ConnectionManager.scheduleTransportActivation()', 'Current connection state (' + self.state.state + (self.state === self.states.synchronizing ? ', but with an upgrade already in progress' : '') + ') is not valid to upgrade in; abandoning upgrade to ' + transport.shortName);
abandon();

@@ -368,0 +368,0 @@ return;

@@ -22,3 +22,3 @@ Defaults.protocolVersion = 1;

Defaults.version = '0.8.26';
Defaults.version = '0.8.27';
Defaults.libstring = 'js-' + Defaults.version;

@@ -25,0 +25,0 @@ Defaults.apiVersion = '0.8';

{
"name": "ably",
"description": "Realtime client library for Ably.io, the realtime messaging service",
"version": "0.8.26",
"version": "0.8.27",
"main": "./nodejs/index.js",

@@ -6,0 +6,0 @@ "dependencies": {

# [Ably](https://www.ably.io)
## Version: 0.8.26
## Version: 0.8.27

@@ -5,0 +5,0 @@ [![Build Status](https://travis-ci.org/ably/ably-js.png)](https://travis-ci.org/ably/ably-js)

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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