Socket
Socket
Sign inDemoInstall

@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.1.5 to 2.1.6

2

lib/wrtc/connectionsManager.js

@@ -117,3 +117,3 @@ import { Bridge } from '@geckos.io/common/lib/bridge.js';

setTimeout(() => {
this.fetchAdditionalCandidates(host, id);
this.fetchAdditionalCandidates(host, id).catch(() => { });
}, ms);

@@ -120,0 +120,0 @@ });

{
"name": "@geckos.io/client",
"version": "2.1.5",
"version": "2.1.6",
"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.1.5"
"@geckos.io/common": "^2.1.6"
},

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

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