Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

homebridge-syntex-magichome

Package Overview
Dependencies
Maintainers
1
Versions
423
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

homebridge-syntex-magichome - npm Package Compare versions

Comparing version 1.0.0-b34 to 1.0.0-b35

2

package.json
{
"name": "homebridge-syntex-magichome",
"version": "1.0.0-b34",
"version": "1.0.0-b35",
"description": "Homebridge Plugin for MagicHome LED Strips with preset scenes",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -32,3 +32,3 @@ const LightBulb = require('./accessories/lightBulb');

server.addPage('/test', '<h1>Hallo Welt</h1>', () => { logger.debug('TEST') });
server.addPage('/test', '<h1>Hallo Welt</h1>', () => { logger.debug(this) });

@@ -35,0 +35,0 @@ lightAgent.setLogger(logger);

@@ -27,3 +27,3 @@ var server = exports;

{
pages[i].callback();
pages[i].callback().bind(response);

@@ -30,0 +30,0 @@ response.write(pages[i].html);

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