New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@iobroker/js-controller-common-db

Package Overview
Dependencies
Maintainers
6
Versions
408
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@iobroker/js-controller-common-db - npm Package Compare versions

Comparing version 5.0.20-alpha.0-20240323-74044f09 to 5.0.20-alpha.0-20240326-1f96ea5e

4

build/cjs/lib/common/tools.d.ts
/**
* Allows to find out if a given states dbType offers a server or not
*
* @param dbType database type

@@ -9,2 +10,3 @@ * @returns true if a server class is available

* Allows to find out if a given objects dbType offers a server which runs on this host and listens (locally or globally/by IP)
*
* @param dbType database type

@@ -18,2 +20,3 @@ * @param host configured db host - multihost (array) will always return false

* Allows to find out if a given states dbType offers a server which runs on this host and listens (locally or globally/by IP)
*
* @param dbType database type

@@ -27,2 +30,3 @@ * @param host configured db host - multihost (array) will always return false

* Allows to find out if a given objects dbType offers a server or not
*
* @param dbType database type

@@ -29,0 +33,0 @@ * @returns true if a server class is available

/**
* Allows to find out if a given states dbType offers a server or not
*
* @param dbType database type

@@ -9,2 +10,3 @@ * @returns true if a server class is available

* Allows to find out if a given objects dbType offers a server which runs on this host and listens (locally or globally/by IP)
*
* @param dbType database type

@@ -18,2 +20,3 @@ * @param host configured db host - multihost (array) will always return false

* Allows to find out if a given states dbType offers a server which runs on this host and listens (locally or globally/by IP)
*
* @param dbType database type

@@ -27,2 +30,3 @@ * @param host configured db host - multihost (array) will always return false

* Allows to find out if a given objects dbType offers a server or not
*
* @param dbType database type

@@ -29,0 +33,0 @@ * @returns true if a server class is available

@@ -7,2 +7,3 @@ "use strict";

* Allows to find out if a given states dbType offers a server or not
*
* @param dbType database type

@@ -23,2 +24,3 @@ * @returns true if a server class is available

* Allows to find out if a given objects dbType offers a server which runs on this host and listens (locally or globally/by IP)
*
* @param dbType database type

@@ -46,2 +48,3 @@ * @param host configured db host - multihost (array) will always return false

* Allows to find out if a given states dbType offers a server which runs on this host and listens (locally or globally/by IP)
*
* @param dbType database type

@@ -69,2 +72,3 @@ * @param host configured db host - multihost (array) will always return false

* Allows to find out if a given objects dbType offers a server or not
*
* @param dbType database type

@@ -71,0 +75,0 @@ * @returns true if a server class is available

18

package.json
{
"name": "@iobroker/js-controller-common-db",
"version": "5.0.20-alpha.0-20240323-74044f09",
"version": "5.0.20-alpha.0-20240326-1f96ea5e",
"engines": {

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

"dependencies": {
"@iobroker/db-objects-file": "5.0.20-alpha.0-20240323-74044f09",
"@iobroker/db-objects-jsonl": "5.0.20-alpha.0-20240323-74044f09",
"@iobroker/db-objects-redis": "5.0.20-alpha.0-20240323-74044f09",
"@iobroker/db-states-file": "5.0.20-alpha.0-20240323-74044f09",
"@iobroker/db-states-jsonl": "5.0.20-alpha.0-20240323-74044f09",
"@iobroker/db-states-redis": "5.0.20-alpha.0-20240323-74044f09",
"@iobroker/js-controller-common": "5.0.20-alpha.0-20240323-74044f09",
"@iobroker/db-objects-file": "5.0.20-alpha.0-20240326-1f96ea5e",
"@iobroker/db-objects-jsonl": "5.0.20-alpha.0-20240326-1f96ea5e",
"@iobroker/db-objects-redis": "5.0.20-alpha.0-20240326-1f96ea5e",
"@iobroker/db-states-file": "5.0.20-alpha.0-20240326-1f96ea5e",
"@iobroker/db-states-jsonl": "5.0.20-alpha.0-20240326-1f96ea5e",
"@iobroker/db-states-redis": "5.0.20-alpha.0-20240326-1f96ea5e",
"@iobroker/js-controller-common": "5.0.20-alpha.0-20240326-1f96ea5e",
"fs-extra": "^11.1.0"

@@ -56,3 +56,3 @@ },

],
"gitHead": "487be77dd42776c1fb2635c309c0d7c64dcefe57"
"gitHead": "b043ba922df87f3b0f03340c01c03a2a48e9f16b"
}

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