Socket
Socket
Sign inDemoInstall

@iobroker/db-states-redis

Package Overview
Dependencies
Maintainers
6
Versions
416
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@iobroker/db-states-redis - npm Package Compare versions

Comparing version 5.0.19 to 5.0.20-alpha.0-20240131-ea40ee4f

22

build/lib/states/statesInRedisClient.js

@@ -29,2 +29,24 @@ "use strict";

class StateRedisClient {
settings;
namespaceRedis;
namespaceRedisL;
namespaceMsg;
namespaceLog;
namespaceSession;
metaNamespace;
globalMessageId;
globalLogId;
namespace;
supportedProtocolVersions;
stop;
client;
/** Client for user events */
sub;
/** Client for system events */
subSystem;
log;
activeProtocolVersion;
userSubscriptions;
/** System level subscriptions value true means messagebox is subscribed */
systemSubscriptions;
constructor(settings) {

@@ -31,0 +53,0 @@ this.settings = settings || {};

78

package.json
{
"name": "@iobroker/db-states-redis",
"version": "5.0.19",
"engines": {
"node": ">=12.0.0"
},
"dependencies": {
"@iobroker/db-base": "5.0.19",
"ioredis": "^4.28.2"
},
"keywords": [
"ioBroker",
"redis",
"redundancy"
],
"author": "bluefox <dogafox@gmail.com>",
"contributors": [
"bluefox <dogafox@gmail.com>",
"Apollon77 <iobroker@fischer-ka.de>",
"foxriver76 <moritz.heusinger@gmail.com>"
],
"repository": {
"type": "git",
"url": "https://github.com/ioBroker/ioBroker.js-controller/packages/db-states-redis"
},
"scripts": {
"build": "tsc -b tsconfig.build.json"
},
"main": "build/index.js",
"license": "MIT",
"publishConfig": {
"access": "public"
},
"types": "build/index.d.ts",
"files": [
"build/lib/",
"build/index.js",
"build/index.d.ts"
],
"gitHead": "8082cf6ba450f5740fcec92abaf6d108d23f3fc9"
"name": "@iobroker/db-states-redis",
"version": "5.0.20-alpha.0-20240131-ea40ee4f",
"engines": {
"node": ">=12.0.0"
},
"dependencies": {
"@iobroker/db-base": "5.0.20-alpha.0-20240131-ea40ee4f",
"ioredis": "^4.28.2"
},
"keywords": [
"ioBroker",
"redis",
"redundancy"
],
"author": "bluefox <dogafox@gmail.com>",
"contributors": [
"bluefox <dogafox@gmail.com>",
"Apollon77 <iobroker@fischer-ka.de>",
"foxriver76 <moritz.heusinger@gmail.com>"
],
"repository": {
"type": "git",
"url": "https://github.com/ioBroker/ioBroker.js-controller/packages/db-states-redis"
},
"scripts": {
"build": "tsc -b tsconfig.build.json"
},
"main": "build/index.js",
"license": "MIT",
"publishConfig": {
"access": "public"
},
"types": "build/index.d.ts",
"files": [
"build/lib/",
"build/index.js",
"build/index.d.ts"
],
"gitHead": "e95a41bedc1520053271e31a35d5272df6415e6e"
}

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