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.20 to 0.0.21

4

lib/index.d.ts

@@ -22,3 +22,5 @@ export declare type StatusEvent = 'connect' | 'disconnect' | 'online' | 'offline' | 'error';

}
export declare type Handle = (payload: Payload) => {};
interface Handle {
(payload: Payload): void;
}
export default class AirfoneClient {

@@ -25,0 +27,0 @@ readonly options: ClientOptions;

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