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

@iobroker/db-states-redis

Package Overview
Dependencies
Maintainers
6
Versions
431
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 5.0.20-alpha.0-20240508-d36cddc8d to 5.0.20-alpha.0-20240510-819f1976e

build/cjs/lib/states/interview.d.ts

6

build/cjs/index.d.ts
export { StateRedisClient as Client } from './lib/states/statesInRedisClient.js';
export { interview } from './lib/states/interview.js';
/**
* Get the default port for the database
*
* @param host string of host(s)
*/
export declare function getDefaultPort(host: string): number;
export declare const Server: null;
//# sourceMappingURL=index.d.ts.map

7

build/cjs/index.js

@@ -23,6 +23,8 @@ "use strict";

Server: () => Server,
getDefaultPort: () => getDefaultPort
getDefaultPort: () => getDefaultPort,
interview: () => import_interview.interview
});
module.exports = __toCommonJS(esm_exports);
var import_statesInRedisClient = require("./lib/states/statesInRedisClient.js");
var import_interview = require("./lib/states/interview.js");
function getDefaultPort(host) {

@@ -36,4 +38,5 @@ return host.includes(",") ? 26379 : 6379;

Server,
getDefaultPort
getDefaultPort,
interview
});
//# sourceMappingURL=index.js.map
export { StateRedisClient as Client } from './lib/states/statesInRedisClient.js';
export { interview } from './lib/states/interview.js';
/**
* Get the default port for the database
*
* @param host string of host(s)
*/
export declare function getDefaultPort(host: string): number;
export declare const Server: null;
//# sourceMappingURL=index.d.ts.map
export { StateRedisClient as Client } from './lib/states/statesInRedisClient.js';
export { interview } from './lib/states/interview.js';
/**
* Get the default port for the database
*
* @param host string of host(s)
*/
export function getDefaultPort(host) {

@@ -3,0 +9,0 @@ return host.includes(',') ? 26379 : 6379;

{
"name": "@iobroker/db-states-redis",
"type": "module",
"version": "5.0.20-alpha.0-20240508-d36cddc8d",
"version": "5.0.20-alpha.0-20240510-819f1976e",
"engines": {

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

"dependencies": {
"@iobroker/db-base": "5.0.20-alpha.0-20240508-d36cddc8d",
"@iobroker/db-base": "5.0.20-alpha.0-20240510-819f1976e",
"ioredis": "^4.28.2"

@@ -49,3 +49,3 @@ },

],
"gitHead": "a1bf1c4c5ca460d8d1faaf73dcc7cfe1d93ed3b7"
"gitHead": "9189372e5c7449f16964b737db9bbe85d7491619"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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