New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@colyseus/core

Package Overview
Dependencies
Maintainers
0
Versions
149
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@colyseus/core - npm Package Compare versions

Comparing version 0.16.6 to 0.16.7

4

build/errors/RoomExceptions.d.ts

@@ -1,3 +0,3 @@

import type { Client } from '../Transport';
import type { ExtractAuthData, ExtractUserData, Room } from '../Room';
import type { Client } from '../Transport.js';
import type { ExtractAuthData, ExtractUserData, Room } from '../Room.js';
export type RoomException<R extends Room = Room> = OnCreateException<R> | OnAuthException<R> | OnJoinException<R> | OnLeaveException<R> | OnDisposeException | OnMessageException<R> | SimulationIntervalException | TimedEventException;

@@ -4,0 +4,0 @@ export declare class OnCreateException<R extends Room = Room> extends Error {

@@ -29,4 +29,4 @@ var __create = Object.create;

var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
var index_exports = {};
__export(index_exports, {
var src_exports = {};
__export(src_exports, {
ClientArray: () => import_Transport.ClientArray,

@@ -78,3 +78,3 @@ ClientState: () => import_Transport.ClientState,

});
module.exports = __toCommonJS(index_exports);
module.exports = __toCommonJS(src_exports);
var import_timer = __toESM(require("@colyseus/timer"));

@@ -89,3 +89,3 @@ var import_Server = require("./Server.js");

var import_Lobby = require("./matchmaker/Lobby.js");
__reExport(index_exports, require("./matchmaker/driver/local/LocalDriver.js"), module.exports);
__reExport(src_exports, require("./matchmaker/driver/local/LocalDriver.js"), module.exports);
var import_Transport = require("./Transport.js");

@@ -92,0 +92,0 @@ var import_LocalPresence = require("./presence/LocalPresence.js");

{
"name": "@colyseus/core",
"version": "0.16.6",
"version": "0.16.7",
"description": "Multiplayer Framework for Node.js.",

@@ -5,0 +5,0 @@ "input": "./src/index.ts",

Sorry, the diff of this file is not supported yet

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