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

@geckos.io/client

Package Overview
Dependencies
Maintainers
1
Versions
56
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@geckos.io/client - npm Package Compare versions

Comparing version 2.2.0 to 2.2.1

3

lib/wrtc/connectionsManager.js

@@ -31,2 +31,5 @@ import { Bridge } from '@geckos.io/common/lib/bridge.js';

async fetchAdditionalCandidates(host, id) {
var _a;
if (((_a = this.dataChannel) === null || _a === void 0 ? void 0 : _a.readyState) === 'closed')
return;
const res = await fetch(`${host}/connections/${id}/additional-candidates`, {

@@ -33,0 +36,0 @@ method: 'GET',

4

package.json
{
"name": "@geckos.io/client",
"version": "2.2.0",
"version": "2.2.1",
"description": "Real-time client/server communication over UDP using WebRTC and Node.js",

@@ -48,3 +48,3 @@ "main": "./lib/index.js",

"dependencies": {
"@geckos.io/common": "^2.2.0"
"@geckos.io/common": "^2.2.1"
},

@@ -51,0 +51,0 @@ "funding": {

Sorry, the diff of this file is not supported yet

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