New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

thing-it-device-wtec

Package Overview
Dependencies
Maintainers
3
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

thing-it-device-wtec - npm Package Compare versions

Comparing version 1.0.15 to 1.0.17

6

default-units/locationLightControl.js

@@ -212,4 +212,6 @@ "use strict";

} else {
if (state && state.activeSceneName) {
return this.setScene({name: state.activeSceneName});
if (state && state.currentScene) {
// TODO Name and ID should be equivalent
return this.setScene({name: state.currentScene.id});
} else {

@@ -216,0 +218,0 @@ this.logError('Cannot set state:', state);

{
"name": "thing-it-device-wtec",
"version": "1.0.15",
"version": "1.0.17",
"description": "[thing-it-node] Device Plugin for wtec devices.",

@@ -5,0 +5,0 @@ "authors": "Klaus Berberich",

Sorry, the diff of this file is not supported yet

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