@polkadot/x-ws
Advanced tools
Comparing version 0.3.6 to 3.6.2-12
@@ -7,5 +7,5 @@ "use strict"; | ||
exports.default = void 0; | ||
// Copyright 2020 @polkadot/x-ws authors & contributors | ||
// Copyright 2017-2020 @polkadot/x-ws authors & contributors | ||
// SPDX-License-Identifier: Apache-2.0 | ||
var _default = WebSocket; | ||
exports.default = _default; |
@@ -10,3 +10,3 @@ "use strict"; | ||
// Copyright 2020 @polkadot/x-ws authors & contributors | ||
// Copyright 2017-2020 @polkadot/x-ws authors & contributors | ||
// SPDX-License-Identifier: Apache-2.0 | ||
@@ -13,0 +13,0 @@ var _default = typeof WebSocket === 'undefined' ? _websocket.w3cwebsocket : WebSocket; |
{ | ||
"name": "@polkadot/x-ws", | ||
"version": "0.3.6", | ||
"version": "3.6.2-12", | ||
"description": "A cross-environment WebSocket replacement", | ||
@@ -19,8 +19,8 @@ "browser": "browser.js", | ||
"type": "git", | ||
"url": "git+https://github.com/polkadot-js/polyfill.git" | ||
"url": "git+https://github.com/polkadot-js/common.git" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/polkadot-js/polyfill/issues" | ||
"url": "https://github.com/polkadot-js/common/issues" | ||
}, | ||
"homepage": "https://github.com/polkadot-js/polyfill/tree/master/packages/x-ws#readme", | ||
"homepage": "https://github.com/polkadot-js/common/tree/master/packages/x-ws#readme", | ||
"dependencies": { | ||
@@ -27,0 +27,0 @@ "@babel/runtime": "^7.12.1", |
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
1917