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.6 to 0.0.7

9

lib/index.js

@@ -81,3 +81,4 @@ import { io } from 'socket.io-client';

}
this.socket.send(path, {
this.socket.send({
endpoint: path,
to: id,

@@ -92,3 +93,4 @@ event: EventType.CHAT,

}
this.socket.send(path, {
this.socket.send({
endpoint: path,
to: role,

@@ -103,3 +105,4 @@ event: EventType.NOTICE,

}
this.socket.send(path, {
this.socket.send({
endpoint: path,
event: EventType.BROADCAST,

@@ -106,0 +109,0 @@ payload

{
"name": "airfone-client-js",
"version": "0.0.6",
"version": "0.0.7",
"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