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.0.0 to 3.0.1

2

bower.json
{
"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

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