leancloud-realtime
Advanced tools
Comparing version 3.1.1 to 3.1.2
{ | ||
"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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Uses eval
Supply chain riskPackage uses dynamic code execution (e.g., eval()), which is a dangerous practice. This can prevent the code from running in certain environments and increases the risk that the code may contain exploits or malicious behavior.
Found 1 instance in 1 package
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance in 1 package
0
12
3
2934914
40
28162