Socket
Socket
Sign inDemoInstall

@geckos.io/client

Package Overview
Dependencies
Maintainers
1
Versions
56
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@geckos.io/client - npm Package Compare versions

Comparing version 0.0.4 to 0.0.5

6

lib/client.d.ts

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

/** Get the channel's id. */
readonly id: string | undefined;
readonly id: import("@geckos.io/common/lib/typings").ChannelId;
/** Emit a message to the server. */

@@ -50,7 +50,7 @@ emit(eventName: EventName, data?: Data | null): void;

declare const geckosClient: (options?: {
url?: string | undefined;
url?: import("@geckos.io/common/lib/typings").ChannelId;
port?: number | undefined;
label?: string | undefined;
label?: import("@geckos.io/common/lib/typings").ChannelId;
}) => ClientChannel;
export default geckosClient;
//# sourceMappingURL=client.d.ts.map

@@ -19,3 +19,3 @@ import { RawMessage, Data, ChannelId, EventName } from '@geckos.io/common/lib/typings';

dataChannel: RTCDataChannel;
id: string | undefined;
id: ChannelId;
}>;

@@ -22,0 +22,0 @@ }

{
"name": "@geckos.io/client",
"version": "0.0.4",
"version": "0.0.5",
"description": "Real-time client/server communication over UDP using WebRTC and Node.js",

@@ -39,10 +39,10 @@ "main": "lib/index.js",

"bundle:version": "../../node_modules/.bin/webpack --config webpack/webpack.prod.js --packageVersion=${npm_package_version}",
"install:dev": "npm link @geckos.io/common && npm i",
"preinstall": "npm link ../common",
"build": "tsc --build tsconfig.json",
"prepublish": "npm run build",
"prepublishOnly": "npm run build",
"postpublish": "npm run bundle:version && npm run bundle:latest"
},
"dependencies": {
"@geckos.io/common": "0.0.3"
"@geckos.io/common": "0.0.5"
}
}
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