Socket
Socket
Sign inDemoInstall

airfone-client-js

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

airfone-client-js - npm Package Compare versions

Comparing version 0.0.9 to 0.0.10

9

lib/index.js

@@ -30,11 +30,8 @@ import { io } from 'socket.io-client';

this.state = 1;
let opts = {
this.socket = io(`${win.AF_SERVER || server || '/'}`, {
query: { id, room, role },
transports: ['websocket'],
auth: { token },
secure: true
};
if (token) {
opts.auth = { token };
}
this.socket = io(`${win.AF_SERVER || server || '/'}`, opts).compress(true).on('connect', () => {
}).compress(true).on('connect', () => {
var _a;

@@ -41,0 +38,0 @@ this.state = 2;

{
"name": "airfone-client-js",
"version": "0.0.9",
"version": "0.0.10",
"description": "",

@@ -5,0 +5,0 @@ "main": "./lib/index",

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