leancloud-realtime
Advanced tools
Comparing version 3.0.0 to 3.0.1
{ | ||
"name": "leancloud-realtime", | ||
"version": "3.0.0", | ||
"version": "3.0.1", | ||
"homepage": "https://github.com/leancloud/js-realtime-sdk/", | ||
@@ -5,0 +5,0 @@ "description": "LeanCloud JavaScript Realtime SDK", |
@@ -0,1 +1,11 @@ | ||
<a name="3.0.1"></a> | ||
## 3.0.1 (2016-06-27) | ||
### Bug Fixes | ||
* 修复了在 React Native for Android 中抛 `Attempted to assign to readonly property` 异常的问题 ([ac02fa3](https://github.com/leancloud/js-realtime-sdk/commit/ac02fa3)), closes [#281](https://github.com/leancloud/js-realtime-sdk/issues/281) | ||
<a name="3.0.0"></a> | ||
@@ -2,0 +12,0 @@ # 3.0.0 (2016-06-22) |
{ | ||
"name": "leancloud-realtime", | ||
"version": "3.0.0", | ||
"version": "3.0.1", | ||
"description": "LeanCloud Realtime Message JavaScript SDK", | ||
@@ -63,3 +63,3 @@ "main": "dist/realtime.js", | ||
"qiniu": "^6.1.9", | ||
"rollup": "^0.32.0", | ||
"rollup": "^0.33.0", | ||
"rollup-plugin-babel": "^2.4.0", | ||
@@ -66,0 +66,0 @@ "rollup-plugin-commonjs": "^3.0.0", |
@@ -1,2 +0,2 @@ | ||
// eslint-disable-next-line no-native-reassign | ||
export default WebSocket = global.WebSocket || global.MozWebSocket; | ||
const WebSocket = global.WebSocket || global.MozWebSocket; | ||
export default WebSocket; |
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
2851871
26805