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.4.0 to 1.4.1

4

lib/index.d.ts
import client, { ClientChannel } from './client';
import { Data, RawMessage } from '@geckos.io/common/lib/typings';
import { Data, RawMessage, ChannelId } from '@geckos.io/common/lib/typings';
export default client;
export { ClientChannel, Data, RawMessage };
export { ClientChannel, Data, RawMessage, ChannelId };
//# sourceMappingURL=index.d.ts.map
{
"name": "@geckos.io/client",
"version": "1.4.0",
"version": "1.4.1",
"description": "Real-time client/server communication over UDP using WebRTC and Node.js",

@@ -37,3 +37,3 @@ "main": "lib/index.js",

"engines": {
"node": "^8 || ^10 || ^11 || ^12 || ^13"
"node": "^8 || ^10 || ^11 || ^12 || ^13 || ^14"
},

@@ -48,4 +48,4 @@ "scripts": {

"dependencies": {
"@geckos.io/common": "^1.4.0"
"@geckos.io/common": "^1.4.1"
}
}

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