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

node-red-contrib-eztimer

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-red-contrib-eztimer - npm Package Compare versions

Comparing version 1.0.8 to 1.0.9

4

index.js

@@ -74,5 +74,7 @@ const util = require('util');

send(events.on, true);
status(events.on, true);
} else if (msg.payload === 'off') {
handled = true;
send(events.off, true);
status(events.off, true);
} else if (msg.payload === 'trigger') {

@@ -279,3 +281,3 @@ handled = true;

function status(event) {
function status(event, manual) {
var data = {

@@ -282,0 +284,0 @@ fill: manual ? 'blue' : 'green',

{
"name": "node-red-contrib-eztimer",
"version": "1.0.8",
"version": "1.0.9",
"description": "A simple-yet-flexible timer/scheduler for node-red",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -101,2 +101,6 @@ # eztimer

## 1.0.9
* Fixed `manual` variable being used before declaration - credit @marc-gist.
* Added UI tip for times and duration to make the HH:mm:ss requirement clearer - credit @stu-carter.
## 1.0.8

@@ -103,0 +107,0 @@ * Fixed next event status text for trigger

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