Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

colyseus.js

Package Overview
Dependencies
Maintainers
1
Versions
261
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

colyseus.js - npm Package Compare versions

Comparing version 0.1.7 to 0.1.8

5

lib/room.js

@@ -41,2 +41,7 @@ 'use strict';

}
}, {
key: 'send',
value: function send(data) {
this.client.send([protocol.ROOM_DATA, this.roomId, data]);
}
}]);

@@ -43,0 +48,0 @@

2

package.json
{
"name": "colyseus.js",
"version": "0.1.7",
"version": "0.1.8",
"description": "JavaScript client for Colyseus MMO Game Server",

@@ -5,0 +5,0 @@ "keywords": ["mmo", "game", "client", "networking", "websockets"],

@@ -21,2 +21,6 @@ var EventEmitter = require('events').EventEmitter

send (data) {
this.client.send([protocol.ROOM_DATA, this.roomId, data])
}
}

@@ -23,0 +27,0 @@

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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