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

@iobroker/db-objects-redis

Package Overview
Dependencies
Maintainers
6
Versions
436
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 4.0.0-alpha.23-20211206-0b942b61 to 4.0.0-alpha.24-20211207-be691241

6

lib/objects/objectsUtils.js

@@ -244,7 +244,7 @@ /**

// If user may write
if (flag === 2 && !options.acl.file.write) {// write
if (flag === 2 && !options.acl.file.write) { // write
return tools.maybeCallbackWithError(callback, ERROR_PERMISSION, options);
}
// If user may read
if (flag === 4 && !options.acl.file.read) {// read
if (flag === 4 && !options.acl.file.read) { // read
return tools.maybeCallbackWithError(callback, ERROR_PERMISSION, options);

@@ -385,3 +385,3 @@ }

if (!users[u]) {
error = error || (`Unknown user in group "${g}": ${u}`);
error = error || (`Unknown user in group "${groups[g]._id.replace('system.group.', '')}": ${u}`);
continue;

@@ -388,0 +388,0 @@ }

{
"name": "@iobroker/db-objects-redis",
"version": "4.0.0-alpha.23-20211206-0b942b61",
"version": "4.0.0-alpha.24-20211207-be691241",
"engines": {

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

"dependencies": {
"@iobroker/db-base": "4.0.0-alpha.23-20211206-0b942b61",
"@iobroker/db-base": "4.0.0-alpha.24-20211207-be691241",
"deep-clone": "^3.0.3",

@@ -39,3 +39,3 @@ "ioredis": "^4.28.2",

],
"gitHead": "f13cf41ed8e32220c29282030e0bdfe7ea3046e0"
"gitHead": "034f050e582c5283538ef48114943997f658780b"
}

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