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.1 to 1.2.2

2

index.js

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

message.shape = 'dot';
message.text += 'scheduling suspended';
message.text = 'scheduling suspended';
} else {

@@ -534,0 +534,0 @@ message.text += ', no scheduled event';

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

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

@@ -119,3 +119,6 @@ # eztimer

# Change Log
## 1.2.0
## 1.2.2
* Fixed `scheduling suspended` node status text.
## 1.2.1
* Fixed emitting of `flow` and `global` context values (node wouldn't pick them up as values previously)

@@ -122,0 +125,0 @@ * Fixed assignment of `flow` and `global` context values to store correct type. [credit @LorenzKahl](https://github.com/mrgadget/node-red-contrib-eztimer/issues/24).

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