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

thing-it-device-aircable

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 0.0.9 to 0.0.10

2

airCableSmartDimmer.js

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

console.log("====> Change ", parameters);
this.state.percentage = Math.max(Math.min(parameters.value, 100), 0);
this.state.percentage = Math.max(Math.min(parameters.percentage, 100), 0);
}

@@ -181,0 +181,0 @@ else {

{
"name": "thing-it-device-aircable",
"version": "0.0.9",
"version": "0.0.10",
"description": "[thing-it-node] Device Plugin for AIRcable products (e.g. AIRcable SmartDimmer).",

@@ -5,0 +5,0 @@ "keywords": [

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