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
432
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 5.0.13-alpha.0-20230921-ef3265a4 to 5.0.13-alpha.0-20230923-af5992c0

2

build/lib/objects/objectsInRedisClient.d.ts

@@ -207,4 +207,4 @@ /// <reference types="@iobroker/types-dev" />

private _getObjects;
getObjects(keys: string[], options?: CallOptions | null): Promise<ioBroker.AnyObject[]>;
getObjects(keys: string[], callback: (err?: Error | null, objs?: ioBroker.AnyObject[]) => void): void;
getObjects(keys: string[], options?: CallOptions | null): Promise<ioBroker.AnyObject[]>;
getObjects(keys: string[], options: CallOptions | null, callback: (err?: Error | null, objs?: ioBroker.AnyObject[]) => void, dontModify?: boolean): void;

@@ -211,0 +211,0 @@ getObjectsAsync(keys: string[], options?: CallOptions | null): Promise<ioBroker.AnyObject[]>;

{
"name": "@iobroker/db-objects-redis",
"version": "5.0.13-alpha.0-20230921-ef3265a4",
"version": "5.0.13-alpha.0-20230923-af5992c0",
"engines": {

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

"dependencies": {
"@iobroker/db-base": "5.0.13-alpha.0-20230921-ef3265a4",
"@iobroker/db-base": "5.0.13-alpha.0-20230923-af5992c0",
"deep-clone": "^3.0.3",

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

],
"gitHead": "a3be433b39ff47f760af7204d5c689ccfd12b71d"
"gitHead": "11c35b75866b4752425702dc3a8bf5361c83368a"
}

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