@polkadot/x-ws
Advanced tools
Comparing version 5.4.2 to 5.4.3
@@ -7,5 +7,8 @@ "use strict"; | ||
exports.WebSocket = void 0; | ||
var _xGlobal = require("@polkadot/x-global"); | ||
// Copyright 2017-2021 @polkadot/x-ws authors & contributors | ||
// SPDX-License-Identifier: Apache-2.0 | ||
const WebSocket = global.WebSocket; | ||
const WebSocket = _xGlobal.xglobal.WebSocket; | ||
exports.WebSocket = WebSocket; |
{ | ||
"name": "@polkadot/x-ws", | ||
"version": "5.4.2" | ||
"version": "5.4.3" | ||
} |
{ | ||
"name": "@polkadot/x-ws", | ||
"version": "5.4.2", | ||
"version": "5.4.3", | ||
"description": "A cross-environment WebSocket replacement", | ||
@@ -18,2 +18,3 @@ "browser": "browser.js", | ||
"@babel/runtime": "^7.12.5", | ||
"@polkadot/x-global": "5.4.3", | ||
"@types/websocket": "^1.0.1", | ||
@@ -20,0 +21,0 @@ "websocket": "^1.0.33" |
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
4024
57
4
+ Added@polkadot/x-global@5.4.3
+ Added@polkadot/x-global@5.4.3(transitive)
+ Added@types/node-fetch@2.6.12(transitive)
+ Addedasynckit@0.4.0(transitive)
+ Addedcombined-stream@1.0.8(transitive)
+ Addeddelayed-stream@1.0.0(transitive)
+ Addedform-data@4.0.1(transitive)
+ Addedmime-db@1.52.0(transitive)
+ Addedmime-types@2.1.35(transitive)
+ Addednode-fetch@2.7.0(transitive)
+ Addedtr46@0.0.3(transitive)
+ Addedwebidl-conversions@3.0.1(transitive)
+ Addedwhatwg-url@5.0.0(transitive)