Socket
Socket
Sign inDemoInstall

iobroker.wifilight

Package Overview
Dependencies
4
Maintainers
1
Versions
49
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.32 to 0.0.33

.travis.yml

2

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

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

"use strict";
const dgram = require('dgram'),
os = require('os'),
Netmask = require('netmask').Netmask;
var dgram = require('dgram'),
os = require('os'),
Netmask = require('netmask').Netmask;
const BROADCAST_PORT = 48899;
var BROADCAST_PORT = 48899;
exports.scanForDevices = function (checkCb, cb) {
const BC_ID = "HF-A11ASSISTHREAD"; //V6 API
const msg = new Buffer(BC_ID);
var BC_ID = "HF-A11ASSISTHREAD"; //V6 API
var msg = new Buffer(BC_ID);
var boradcasts = [];

@@ -14,0 +14,0 @@ var ifaces = os.networkInterfaces();

{
"name": "iobroker.wifilight",
"version": "0.0.32",
"version": "0.0.33",
"description": "WiFi Light Adapter",

@@ -31,3 +31,11 @@ "author": {

},
"devDependencies": {},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-replace": "^0.9.3",
"grunt-contrib-jshint": "^0.11.2",
"grunt-jscs": "^2.0.0",
"grunt-http": "^1.6.0",
"mocha": "^2.3.4",
"chai": "^3.4.1"
},
"bugs": {

@@ -37,3 +45,6 @@ "url": "https://github.com/soef/iobroker.wifilight/issues"

"readmeFilename": "README.md",
"main": "wifilight.js"
}
"main": "wifilight.js",
"scripts": {
"test": "node node_modules/mocha/bin/mocha"
}
}
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