Socket
Socket
Sign inDemoInstall

@geckos.io/client

Package Overview
Dependencies
1
Maintainers
1
Versions
56
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.1.8 to 1.2.0

4

lib/client.d.ts

@@ -9,7 +9,7 @@ import { RawMessage, Data, EventName, EventCallbackClient, ConnectionEventCallbackClient, EventCallbackRawMessage, ClientOptions } from '@geckos.io/common/lib/typings';

/** Get the channel's id. */
readonly id: import("../../common/lib/typings").ChannelId;
get id(): import("../../common/lib/typings").ChannelId;
/** Emit a message to the server. */
emit(eventName: EventName, data?: Data | null): void;
/** Emit a raw message to the server */
readonly raw: {
get raw(): {
/**

@@ -16,0 +16,0 @@ * Emit a raw message.

{
"name": "@geckos.io/client",
"version": "1.1.8",
"version": "1.2.0",
"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.8"
"@geckos.io/common": "^1.2.0"
}
}

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc