@polkadot/x-ws
Advanced tools
Comparing version 5.2.4-0 to 5.2.4-1
@@ -7,5 +7,5 @@ "use strict"; | ||
exports.WebSocket = void 0; | ||
// Copyright 2017-2020 @polkadot/x-ws authors & contributors | ||
// Copyright 2017-2021 @polkadot/x-ws authors & contributors | ||
// SPDX-License-Identifier: Apache-2.0 | ||
const WebSocket = global.WebSocket; | ||
exports.WebSocket = WebSocket; |
@@ -12,5 +12,5 @@ "use strict"; | ||
// Copyright 2017-2020 @polkadot/x-ws authors & contributors | ||
// Copyright 2017-2021 @polkadot/x-ws authors & contributors | ||
// SPDX-License-Identifier: Apache-2.0 | ||
const WebSocket = typeof global.WebSocket === 'undefined' ? _websocket.default.w3cwebsocket : global.WebSocket; | ||
exports.WebSocket = WebSocket; |
{ | ||
"name": "@polkadot/x-ws", | ||
"version": "5.2.4-0" | ||
"version": "5.2.4-1" | ||
} |
{ | ||
"name": "@polkadot/x-ws", | ||
"version": "5.2.4-0", | ||
"version": "5.2.4-1", | ||
"description": "A cross-environment WebSocket replacement", | ||
@@ -5,0 +5,0 @@ "browser": "browser.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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