Socket
Book a DemoInstallSign in
Socket

@iobroker/socket-classes

Package Overview
Dependencies
Maintainers
6
Versions
107
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@iobroker/socket-classes - npm Package Compare versions

Comparing version

to
1.3.2

2

package.json
{
"name": "@iobroker/socket-classes",
"version": "1.3.1",
"version": "1.3.2",
"description": "ioBroker server-side web sockets",

@@ -5,0 +5,0 @@ "author": {

@@ -125,2 +125,3 @@ # @iobroker/socket-classes

* [log](#log_w)
* [checkFeatureSupported](#checkfeaturesupported_w)
* [getHistory](#gethistory_w)

@@ -187,2 +188,7 @@ * [httpGet](#httpget_w)

### <a name="checkfeaturesupported_w"></a>checkFeatureSupported(feature, callback)
Checks, if the same feature is supported by the current js-controller
* feature *(string)*: feature name like `CONTROLLER_LICENSE_MANAGER`
* callback *(function)*: `function (error, isSupported)`
### <a name="gethistory_w"></a>getHistory(id, options, callback)

@@ -461,2 +467,3 @@ Get history data from specific instance

* [log](#log_a)
* [checkFeatureSupported](#checkfeaturesupported_a)
* [getHistory](#gethistory_a)

@@ -480,3 +487,2 @@ * [httpGet](#httpget_a)

* [getCurrentInstance](#getcurrentinstance_a)
* [checkFeatureSupported](#checkfeaturesupported_a)
* [decrypt](#decrypt_a)

@@ -555,2 +561,7 @@ * [encrypt](#encrypt_a)

### <a name="checkfeaturesupported_a"></a>checkFeatureSupported(feature, callback)
Checks, if the same feature is supported by the current js-controller
* feature *(string)*: feature name like `CONTROLLER_LICENSE_MANAGER`
* callback *(function)*: `function (error, isSupported)`
### <a name="gethistory_a"></a>getHistory(id, options, callback)

@@ -646,7 +657,2 @@ Get history data from specific instance

### <a name="checkfeaturesupported_a"></a>checkFeatureSupported(feature, callback)
Checks, if the same feature is supported by the current js-controller
* feature *(string)*: feature name like `CONTROLLER_LICENSE_MANAGER`
* callback *(function)*: `function (error, isSupported)`
### <a name="decrypt_a"></a>decrypt(encryptedText, callback)

@@ -981,4 +987,5 @@ Decrypts text with the system secret key

## Changelog
### 1.3.1 (2023-07-31)
### 1.3.2 (2023-08-01)
* (bluefox) Implemented subscribes of a client on messages from specific instance
* (bluefox) Moved checkFeatureSupported to regular connection and not only admin

@@ -1039,3 +1046,3 @@ ### 1.2.0 (2023-07-07)

### 0.4.7 (2022-06-20)
* (bluefox) Allowed to overload system language
* (bluefox) Allowed overloading system language

@@ -1046,3 +1053,3 @@ ### 0.4.6 (2022-06-20)

### 0.4.5 (2022-06-20)
* (bluefox) allow to run socket.io behind reverse proxy
* (bluefox) allowed running socket.io behind reverse proxy

@@ -1049,0 +1056,0 @@ ### 0.4.4 (2022-06-09)

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

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