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.11 to 0.0.12

8

lib/index.js

@@ -66,3 +66,9 @@ import { io } from 'socket.io-client';

this.socket.on(`${room}/${event}`, (payload) => {
handle.call(this, payload);
var _a;
try {
handle.call(this, payload);
}
catch (error) {
(_a = this.events.get('error')) === null || _a === void 0 ? void 0 : _a.call(this, error);
}
});

@@ -69,0 +75,0 @@ });

2

package.json
{
"name": "airfone-client-js",
"version": "0.0.11",
"version": "0.0.12",
"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