You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

@colyseus/redis-presence

Package Overview
Dependencies
Maintainers
0
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@colyseus/redis-presence - npm Package Compare versions

Comparing version

to
0.16.1

6

build/index.js

@@ -28,7 +28,7 @@ var __create = Object.create;

var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
var src_exports = {};
__export(src_exports, {
var index_exports = {};
__export(index_exports, {
RedisPresence: () => RedisPresence
});
module.exports = __toCommonJS(src_exports);
module.exports = __toCommonJS(index_exports);
var import_ioredis = __toESM(require("ioredis"));

@@ -35,0 +35,0 @@ var import_events = __toESM(require("events"));

{
"name": "@colyseus/redis-presence",
"version": "0.16.0",
"version": "0.16.1",
"input": "./src/index.ts",

@@ -10,2 +10,3 @@ "main": "./build/index.js",

".": {
"types": "./build/index.d.ts",
"import": "./build/index.mjs",

@@ -17,3 +18,3 @@ "require": "./build/index.js"

"ioredis": "^5.3.2",
"@colyseus/core": "^0.16.0"
"@colyseus/core": "^0.16.4"
},

@@ -20,0 +21,0 @@ "author": "Endel Dreyer",