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

leancloud-realtime

Package Overview
Dependencies
Maintainers
2
Versions
76
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

leancloud-realtime - npm Package Compare versions

Comparing version 3.1.1 to 3.1.2

2

bower.json
{
"name": "leancloud-realtime",
"version": "3.1.1",
"version": "3.1.2",
"homepage": "https://github.com/leancloud/js-realtime-sdk/",

@@ -5,0 +5,0 @@ "description": "LeanCloud JavaScript Realtime SDK",

@@ -0,1 +1,11 @@

<a name="3.1.2"></a>
## 3.1.2 (2016-07-26)
### Bug Fixes
* **ConversationQuery:** 修复会话查询排序相关方法(`ascending`, `addAscending`, `descending`, `addDescending`)没有生效的问题 ([#312](https://github.com/leancloud/js-realtime-sdk/issues/312)) ([cb86299](https://github.com/leancloud/js-realtime-sdk/commit/cb86299))
<a name="3.1.1"></a>

@@ -2,0 +12,0 @@ ## 3.1.1 (2016-07-20)

@@ -42,3 +42,3 @@ /* eslint-disable */

browserName: 'iPhone',
version: '8.0'
version: '8.4'
}, {

@@ -45,0 +45,0 @@ browserName: 'chrome',

{
"name": "leancloud-realtime",
"version": "3.1.1",
"version": "3.1.2",
"description": "LeanCloud Realtime Message JavaScript SDK",

@@ -5,0 +5,0 @@ "main": "dist/realtime.js",

@@ -55,2 +55,3 @@ import { default as d } from 'debug';

if (typeof this._limit !== 'undefined') json.limit = this._limit;
if (typeof this._order !== 'undefined') json.sort = this._order;
debug(json);

@@ -323,3 +324,3 @@ return json;

}
return key;
return this;
}

@@ -326,0 +327,0 @@

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

Sorry, the diff of this file is not supported yet

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

Sorry, the diff of this file is not supported yet

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

Sorry, the diff of this file is not supported yet

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