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 1.1.5 to 1.1.6

3

lib/wrtc/connectionsManager.js

@@ -67,2 +67,5 @@ "use strict";

_this.dataChannel = channel;
// set default binaryType to arraybuffer
// https://github.com/node-webrtc/node-webrtc/issues/441
_this.dataChannel.binaryType = 'arraybuffer';
_this.dataChannel.onmessage = function (ev) {

@@ -69,0 +72,0 @@ var _a = parseMessage_1.default(ev), key = _a.key, data = _a.data;

4

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

@@ -47,4 +47,4 @@ "main": "lib/index.js",

"dependencies": {
"@geckos.io/common": "^1.1.5"
"@geckos.io/common": "^1.1.6"
}
}

@@ -11,3 +11,3 @@ <a href="http://geckos.io">

![Node version](https://img.shields.io/node/v/@geckos.io/client.svg?style=flat-square)
[![Minified bundle](https://img.shields.io/github/size/geckosio/geckos.io/bundles/latest/geckos.io-client.latest.min.js.svg?label=minified%20bundle&style=flat-square)](https://github.com/geckosio/geckos.io/tree/master/bundles/versions)
[![Minified bundle](https://img.shields.io/github/size/geckosio/geckos.io/bundles/latest/geckos.io-client.latest.min.js.svg?label=minified%20bundle&style=flat-square)](https://github.com/geckosio/geckos.io/tree/master/bundles)
![Snyk Vulnerabilities for GitHub Repo (Specific Manifest)](https://img.shields.io/snyk/vulnerabilities/github/geckosio/geckos.io/packages/client/package.json.svg?style=flat-square)

@@ -14,0 +14,0 @@ ![NPM](https://img.shields.io/npm/l/@geckos.io/client.svg?style=flat-square)

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