@tarojs/taro-h5
Advanced tools
Comparing version 0.0.40 to 0.0.41
{ | ||
"name": "@tarojs/taro-h5", | ||
"version": "0.0.40", | ||
"version": "0.0.41", | ||
"description": "Taro h5 framework", | ||
@@ -28,3 +28,3 @@ "main": "index.js", | ||
"dependencies": { | ||
"@tarojs/taro": "0.0.40", | ||
"@tarojs/taro": "0.0.41", | ||
"jsonp-retry": "^1.0.3", | ||
@@ -31,0 +31,0 @@ "nervjs": "^1.2.18" |
@@ -25,16 +25,18 @@ ## H5 API | ||
☑️ wx.connectSocket | ||
✅ wx.connectSocket | ||
☑️ wx.onSocketOpen | ||
❌ wx.onSocketOpen | ||
☑️ wx.onSocketError | ||
❌ wx.onSocketError | ||
☑️ wx.sendSocketMessage | ||
❌ wx.sendSocketMessage | ||
☑️ wx.onSocketMessage | ||
❌ wx.onSocketMessage | ||
☑️ wx.closeSocket | ||
❌ wx.closeSocket | ||
☑️ wx.onSocketClose | ||
❌ wx.onSocketClose | ||
✅ SocketTask | ||
### 媒体 | ||
@@ -654,2 +656,2 @@ | ||
❌ 打开/关闭调试 | ||
❌ 打开/关闭调试 |
@@ -6,2 +6,3 @@ import jsonpRetry from 'jsonp-retry' | ||
import * as interactive from './api/interactive' | ||
import webSocket from './api/webSocket' | ||
@@ -278,3 +279,3 @@ function request (options) { | ||
taro.createSelectorQuery = createSelectorQuery | ||
Object.assign(taro, storage, interactive) | ||
Object.assign(taro, storage, interactive, 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
874223
23
11274
12
17
296
+ Added@tarojs/taro@0.0.41(transitive)
- Removed@tarojs/taro@0.0.40(transitive)
Updated@tarojs/taro@0.0.41