Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@polkadot/x-ws

Package Overview
Dependencies
Maintainers
2
Versions
740
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@polkadot/x-ws - npm Package Compare versions

Comparing version 5.4.2 to 5.4.3

5

browser.js

@@ -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;

2

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

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