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

node-red-contrib-simple-gate

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-red-contrib-simple-gate - npm Package Compare versions

Comparing version 0.1.6 to 0.1.7

2

gate.js

@@ -20,3 +20,3 @@ /**

const openStatus = {fill:"green",shape:"dot",text:"open"};
const closedStatus = {fill:'red',shape:'dot',text:'closed'};
const closedStatus = {fill:'red',shape:'ring',text:'closed'};
// Copy configuration items

@@ -23,0 +23,0 @@ this.controlTopic = config.controlTopic.toLowerCase();

{
"name" : "node-red-contrib-simple-gate",
"version" : "0.1.6",
"version" : "0.1.7",
"description" : "A gate node for node-RED",

@@ -5,0 +5,0 @@ "license" : "Apache-2.0",

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