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

@gathertown/gather-game-common

Package Overview
Dependencies
Maintainers
3
Versions
49
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@gathertown/gather-game-common - npm Package Compare versions

Comparing version 20.0.0 to 21.0.0

dist/src/events.d.ts

2

dist/src/GameWsCloseCode.d.ts
export declare enum GameWsCloseCode {
NO_STATUS_RECEIVED = 1005,
SPACE_AT_CAPACITY = 1013,
CONN_TIMED_OUT = 4008,
SPACE_REASSIGNED = 4009
}

@@ -6,2 +6,4 @@ "use strict";

(function (GameWsCloseCode) {
GameWsCloseCode[GameWsCloseCode["NO_STATUS_RECEIVED"] = 1005] = "NO_STATUS_RECEIVED";
GameWsCloseCode[GameWsCloseCode["SPACE_AT_CAPACITY"] = 1013] = "SPACE_AT_CAPACITY";
GameWsCloseCode[GameWsCloseCode["CONN_TIMED_OUT"] = 4008] = "CONN_TIMED_OUT";

@@ -8,0 +10,0 @@ GameWsCloseCode[GameWsCloseCode["SPACE_REASSIGNED"] = 4009] = "SPACE_REASSIGNED";

2

package.json
{
"name": "@gathertown/gather-game-common",
"version": "20.0.0",
"version": "21.0.0",
"description": "",

@@ -5,0 +5,0 @@ "main": "dist/src/index.js",

export enum GameWsCloseCode {
NO_STATUS_RECEIVED = 1005,
SPACE_AT_CAPACITY = 1013,
CONN_TIMED_OUT = 4008,
SPACE_REASSIGNED = 4009,
}

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