Socket
Socket
Sign inDemoInstall

@iobroker/db-objects-redis

Package Overview
Dependencies
Maintainers
5
Versions
417
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 1.1.4 to 1.2.0

8

lib/objects/objectsUtils.js
/**
* Common functions between client and server
*
* Copyright 2013-2020 bluefox <dogafox@gmail.com>
* Copyright 2013-2021 bluefox <dogafox@gmail.com>
*

@@ -144,3 +144,3 @@ * MIT License

memStore[this.key] = Buffer.alloc(0);
console.log('memstore for ' + this.key + ' is null');
console.log(`memstore for ${this.key} is null`);
}

@@ -166,3 +166,3 @@ memStore[this.key] = Buffer.concat([memStore[this.key], buffer]);

if (!memStore[id + '/' + attName]) {
error = 'File ' + id + ' / ' + attName + ' is empty';
error = `File ${id} / ${attName} is empty`;
}

@@ -386,3 +386,3 @@ objects.writeFile(id, attName, memStore[id + '/' + attName] || '', options, () => {

if (!users[u]) {
error = error || 'Unknown user in group "' + g + '": ' + u;
error = error || (`Unknown user in group "${g}": ${u}`);
continue;

@@ -389,0 +389,0 @@ }

{
"name": "@iobroker/db-objects-redis",
"version": "1.1.4",
"version": "1.2.0",
"engines": {

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

"dependencies": {
"@iobroker/db-base": "1.1.4",
"@iobroker/db-base": "1.2.0",
"deep-clone": "^3.0.3",

@@ -35,3 +35,3 @@ "ioredis": "^4.19.4",

},
"gitHead": "6c53b763a000e4acb0b73ffcff327e051f60373f"
"gitHead": "31a8cce837dc360eec0f40f6ac6f50247c4fac9a"
}

Sorry, the diff of this file is too big to display

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