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

@based/client

Package Overview
Dependencies
Maintainers
7
Versions
139
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@based/client - npm Package Compare versions

Comparing version 6.5.0 to 6.5.1

3

dist/src/websocket/index.js

@@ -51,3 +51,4 @@ import urlLoader from './urlLoader.js';

connection.fallBackInProgress = true;
const url = `${realUrl.replace(/^ws/, 'http')}/based:rpstatus`;
const x = realUrl.replace(/^wss?:\/\//, '').split('/');
const url = `http${realUrl.startsWith('wss') ? 's' : ''}://${x[0]}/based:rpstatus`;
fetch(url).then(async (r) => {

@@ -54,0 +55,0 @@ if (connection.fallBackInProgress) {

{
"name": "@based/client",
"version": "6.5.0",
"version": "6.5.1",
"license": "MIT",

@@ -5,0 +5,0 @@ "scripts": {

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