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

relay-to-relay

Package Overview
Dependencies
Maintainers
0
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

relay-to-relay - npm Package Compare versions

Comparing version 1.0.4 to 1.0.5

2

client.js

@@ -79,3 +79,3 @@ import Channel from 'simple-peer'

}
this.socket = new WebSocket(`${this.url}?hash=${this.hash}&id=${this.id}`)
this.socket = new WebSocket(`ws://${this.url}/signal?hash=${this.hash}&id=${this.id}`)
this.socket.handleOpen = (e) => {

@@ -82,0 +82,0 @@ if(this.dev){

{
"name": "relay-to-relay",
"version": "1.0.4",
"version": "1.0.5",
"main": "index.js",

@@ -5,0 +5,0 @@ "type": "module",

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