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 2.0.4 to 2.0.5

.DS_Store

2

default-units/foil.js

@@ -140,5 +140,5 @@ module.exports = {

if (this.state.currentScene.id !== state.currentScene.id) return this.location.setScene(state.currentScene.name);
if (!this.state.currentScene || this.state.currentScene.id !== state.currentScene.id) return this.location.setScene(state.currentScene.name);
else if (this.state.brightness !== state.brightness) return this.location.setBrightness(state.brightness);
};
}

@@ -187,3 +187,3 @@ module.exports = {

if (this.state.currentScene.id !== state.currentScene.id) return this.location.setScene(state.currentScene.name);
if (!this.state.currentScene || this.state.currentScene.id !== state.currentScene.id) return this.location.setScene(state.currentScene.name);
else if (this.state.brightness !== state.brightness) return this.location.setBrightness(state.brightness);

@@ -190,0 +190,0 @@ };

@@ -97,5 +97,5 @@ module.exports = {

if (this.state.currentScene.id !== state.currentScene.id) return this.location.setScene(state.currentScene.name);
if (!this.state.currentScene || this.state.currentScene.id !== state.currentScene.id) return this.location.setScene(state.currentScene.name);
else if (this.state.brightness !== state.brightness) return this.location.setBrightness(state.brightness);
};
}
{
"name": "thing-it-device-wtec",
"version": "2.0.4",
"version": "2.0.5",
"description": "Thing-IT device wtec",
"main": "smartengine.js",
"scripts": {
"postversion": "git push && git push --tags && npm publish",
"test": "mocha"

@@ -26,2 +27,2 @@ },

}
}
}

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