Socket
Socket
Sign inDemoInstall

iobroker.wifilight

Package Overview
Dependencies
1
Maintainers
1
Versions
49
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.9 to 0.0.10

2

io-package.json
{
"common": {
"name": "wifilight",
"version": "0.0.9",
"version": "0.0.10",
"title": "WiFi Light",

@@ -6,0 +6,0 @@ "desc": {

{
"name": "iobroker.wifilight",
"version": "0.0.9",
"version": "0.0.10",
"description": "WiFi Light Adapter",

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

@@ -251,3 +251,3 @@ "use strict";

self.client = new net.Socket();
self.client.setKeepAlive(true,0);
self.client.setKeepAlive(true,30000);
self.client.setNoDelay(true);

@@ -254,0 +254,0 @@ self.client.setTimeout(5000, function () {

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc