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

node-red-contrib-tplink-smarthome

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-red-contrib-tplink-smarthome - npm Package Compare versions

Comparing version 0.0.4 to 0.0.5

2

package.json
{
"name": "node-red-contrib-tplink-smarthome",
"version": "0.0.4",
"version": "0.0.5",
"description": "A collection of node-red nodes for tp-link smart home devices",

@@ -5,0 +5,0 @@ "homepage": "https://github.com/Felixls/node-red-contrib-tplink-smarthome",

@@ -55,3 +55,2 @@ module.exports = function(RED) {

if (deviceInstance === null) {
node.error('not reachable');
node.status({fill: 'red', shape: 'ring', text: 'not reachable'});

@@ -58,0 +57,0 @@ return false;

@@ -62,3 +62,2 @@ module.exports = function(RED) {

if (deviceInstance === null) {
node.error('not reachable');
node.status({fill: 'red', shape: 'ring', text: 'not reachable'});

@@ -65,0 +64,0 @@ return false;

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