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

@iobroker/db-states-file

Package Overview
Dependencies
Maintainers
5
Versions
424
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 1.0.11 to 1.1.0

1

index.js
module.exports = {
StatesInMemoryFileDB: require('./lib/states/statesInMemFileDB'),
Client: require('@iobroker/db-states-redis').Client,

@@ -3,0 +4,0 @@ Server: require('./lib/states/statesInMemServerClass.js'),

4

lib/states/statesInMemServerRedis.js

@@ -65,3 +65,5 @@ /**

this._initRedisServer(this.settings.connection).then(() => {
this.open().then(() => {
return this._initRedisServer(this.settings.connection);
}).then(() => {
this.log.debug(this.namespace + ' ' + (settings.secure ? 'Secure ' : '') + ' Redis inMem-states listening on port ' + (this.settings.port || 9000));

@@ -68,0 +70,0 @@

{
"name": "@iobroker/db-states-file",
"version": "1.0.11",
"version": "1.1.0",
"engines": {

@@ -8,4 +8,4 @@ "node": ">=10.0.0"

"dependencies": {
"@iobroker/db-base": "^1.0.10",
"@iobroker/db-states-redis": "^1.0.11"
"@iobroker/db-base": "^1.1.0",
"@iobroker/db-states-redis": "^1.1.0"
},

@@ -33,3 +33,3 @@ "keywords": [

},
"gitHead": "1214dbbfe38965a0be1ca29c81a3615e70167ea0"
"gitHead": "48a8b298f8c6bd10ca3da29f404fc4a0c756ba9c"
}
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