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

homebridge-syntex-dynamic-platform

Package Overview
Dependencies
Maintainers
0
Versions
348
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

homebridge-syntex-dynamic-platform - npm Package Compare versions

Comparing version 1.0.8-b87 to 1.0.8-b88

6

package.json
{
"name": "homebridge-syntex-dynamic-platform",
"version": "1.0.8-b87",
"version": "1.0.8-b88",
"description": "A Dynamic Platform Accessory",

@@ -12,4 +12,4 @@ "main": "main.js",

"dependencies": {
"syntex-automation": "1.2.1-b29",
"syntex-basic": "1.0.0-b18",
"syntex-automation": "1.2.1-b30",
"syntex-basic": "1.0.0-b19",
"syntex-filesystem": "1.0.3-b10",

@@ -16,0 +16,0 @@ "syntex-logger": "1.0.9-b3",

@@ -163,3 +163,3 @@ module.exports = class BaseService

this.EventManager.setOutputStream('stateUpdate', { sender : this }, { type : 'READ', service : { id : this.id, letters : this.letters, name : this.name }, state : this.getValues() });
this.EventManager.setOutputStream('stateUpdate', { sender : this, verbose : false }, { type : 'READ', service : { id : this.id, letters : this.letters, name : this.name }, state : this.getValues() });

@@ -194,3 +194,3 @@ this.ContextManager.updateContext(this.id, this.letters, state, true);

this.EventManager.setOutputStream('stateUpdate', { sender : this }, { type : 'WRITE', service : { id : this.id, letters : this.letters, name : this.name }, state : this.getValues() });
this.EventManager.setOutputStream('stateUpdate', { sender : this, verbose : false }, { type : 'WRITE', service : { id : this.id, letters : this.letters, name : this.name }, state : this.getValues() });

@@ -197,0 +197,0 @@ this.ContextManager.updateContext(this.id, this.letters, this.getValues());

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