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.2.5 to 1.2.6

1

index.js

@@ -193,2 +193,3 @@ const util = require('util');

clearTimeout(events.off.timeout);
state = false;
events.off.moment = null;

@@ -195,0 +196,0 @@ if (!isSuspended() && events.off.type != '3') schedule(events.off);

2

package.json
{
"name": "node-red-contrib-eztimer",
"version": "1.2.5",
"version": "1.2.6",
"description": "A simple-yet-flexible timer/scheduler for node-red",

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

@@ -144,2 +144,5 @@ # eztimer

# Change Log
## 1.2.6
* Fixed `cancel` action so that it correctly cancels the current timer run, and re-schedules the next `on` event. [credit @wokkeltje13](https://github.com/mrgadget/node-red-contrib-eztimer/issues/42)
## 1.2.5

@@ -146,0 +149,0 @@ * Added `resend` feature. Enabling this causese the last scheduled event to be re-emitted at the pre-defined interval. [credit @JasonSwindle](https://github.com/mrgadget/node-red-contrib-eztimer/issues/37)

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