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 1.1.4 to 1.1.5

2

lib/client.d.ts

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

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

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

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

@@ -40,11 +40,11 @@ "main": "lib/index.js",

"scripts": {
"bundle:latest": "../../node_modules/.bin/webpack --config webpack/webpack.prod.js --packageVersion=latest",
"bundle:version": "../../node_modules/.bin/webpack --config webpack/webpack.prod.js --packageVersion=${npm_package_version}",
"bundle": "npm run bundle:version && npm run bundle:latest",
"bundle:version": "../../node_modules/.bin/webpack --config webpack/webpack.prod.js --path=../../../bundles --packageVersion=${npm_package_version}",
"bundle:latest": "../../node_modules/.bin/webpack --config webpack/webpack.prod.js --path=../../../bundles/latest --packageVersion=latest",
"build": "tsc --build tsconfig.json",
"prepublishOnly": "npm run build",
"postpublish": "npm run bundle:version && npm run bundle:latest"
"prepublishOnly": "npm run build"
},
"dependencies": {
"@geckos.io/common": "^1.1.4"
"@geckos.io/common": "^1.1.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