Socket
Socket
Sign inDemoInstall

iobroker.wifilight

Package Overview
Dependencies
Maintainers
1
Versions
57
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

iobroker.wifilight - npm Package Compare versions

Comparing version 0.0.36 to 0.0.37

2

devices.js

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

var cmd = [].concat(this.on);
for (i=0; i<bri; i++) {
for (var i=0; i<bri; i++) {
cmd.push(this.briUp);

@@ -287,0 +287,0 @@ }

{
"common": {
"name": "wifilight",
"version": "0.0.36",
"version": "0.0.37",
"title": "WiFi Light",

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

{
"name": "iobroker.wifilight",
"version": "0.0.36",
"version": "0.0.37",
"description": "WiFi Light Adapter",

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

@@ -894,5 +894,6 @@ "use strict";

});
toDelete.forEachCallback(cb, function(id, next) {
toDelete.forEachCallback(function(id, next) {
dcs.del(id, next);
});
},
cb);
});

@@ -899,0 +900,0 @@ }

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