Socket
Socket
Sign inDemoInstall

@iobroker/db-states-redis

Package Overview
Dependencies
Maintainers
5
Versions
415
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 1.0.3 to 1.0.7

36

lib/states/statesInRedisClient.js

@@ -479,3 +479,3 @@ /**

this.log.warn(this.namespace + ' get state ' + e);
return tools.maybeCallbackWithError(callback, e, id);
return tools.maybeCallbackWithRedisError(callback, e, id);
}

@@ -557,3 +557,3 @@ if (!this.client) {

} catch (e) {
return tools.maybeCallbackWithError(callback, e, id);
return tools.maybeCallbackWithRedisError(callback, e, id);
}

@@ -568,3 +568,3 @@ } else {

} catch (e) {
return tools.maybeCallbackWithError(callback, e, id);
return tools.maybeCallbackWithRedisError(callback, e, id);
}

@@ -603,3 +603,3 @@ }

} catch (e) {
return tools.maybeCallbackWithError(callback, e, id);
return tools.maybeCallbackWithRedisError(callback, e, id);
}

@@ -788,3 +788,3 @@ }

this.log.warn(`${this.namespace} redis del ${id}, error - ${e}`);
return tools.maybeCallbackWithError(callback, e, id);
return tools.maybeCallbackWithRedisError(callback, e, id);
}

@@ -802,3 +802,3 @@ }

} catch (e) {
return tools.maybeCallbackWithError(callback, e);
return tools.maybeCallbackWithRedisError(callback, e);
}

@@ -842,3 +842,3 @@ this.settings.connection.enhancedLogging && this.log.silly(this.namespace + ' redis keys ' + obj.length + ' ' + pattern);

} catch (e) {
return tools.maybeCallbackWithError(callback, e);
return tools.maybeCallbackWithRedisError(callback, e);
}

@@ -908,3 +908,3 @@ }

} catch (e) {
return tools.maybeCallbackWithError(callback, e);
return tools.maybeCallbackWithRedisError(callback, e);
}

@@ -931,3 +931,3 @@ }

} catch (e) {
return tools.maybeCallbackWithError(callback, e);
return tools.maybeCallbackWithRedisError(callback, e);
}

@@ -956,3 +956,3 @@ }

} catch (e) {
return tools.maybeCallbackWithError(callback, e);
return tools.maybeCallbackWithRedisError(callback, e);
}

@@ -976,3 +976,3 @@ }

} catch (e) {
return tools.maybeCallbackWithError(callback, e);
return tools.maybeCallbackWithRedisError(callback, e);
}

@@ -1026,3 +1026,3 @@ }

} catch (e) {
return tools.maybeCallbackWithError(callback, e);
return tools.maybeCallbackWithRedisError(callback, e);
}

@@ -1048,3 +1048,3 @@ }

} catch (e) {
return tools.maybeCallbackWithError(callback, e);
return tools.maybeCallbackWithRedisError(callback, e);
}

@@ -1093,3 +1093,3 @@ }

} catch (e) {
return tools.maybeCallbackWithError(callback, e);
return tools.maybeCallbackWithRedisError(callback, e);
}

@@ -1113,3 +1113,3 @@ }

} catch (e) {
return tools.maybeCallbackWithError(callback, e);
return tools.maybeCallbackWithRedisError(callback, e);
}

@@ -1135,3 +1135,3 @@ }

} catch (e) {
return tools.maybeCallbackWithError(callback, e);
return tools.maybeCallbackWithRedisError(callback, e);
}

@@ -1154,3 +1154,3 @@ }

} catch (e) {
return tools.maybeCallbackWithError(callback, e);
return tools.maybeCallbackWithRedisError(callback, e);
}

@@ -1172,3 +1172,3 @@ }

} catch (e) {
return tools.maybeCallbackWithError(callback, e, id);
return tools.maybeCallbackWithRedisError(callback, e, id);
}

@@ -1175,0 +1175,0 @@ }

{
"name": "@iobroker/db-states-redis",
"version": "1.0.3",
"version": "1.0.7",
"engines": {

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

"dependencies": {
"@iobroker/db-base": "^1.0.0",
"@iobroker/db-base": "^1.0.7",
"ioredis": "^4.19.4"

@@ -33,3 +33,3 @@ },

},
"gitHead": "731ee0d01136fb7f73d7bbb7fbf622f748786ba0"
"gitHead": "5cec8c5bee435e7e1070827ef31a151fc1d43dd1"
}
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