Socket
Socket
Sign inDemoInstall

node-red-contrib-dashboard-bar-chart-data

Package Overview
Dependencies
0
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.9.5 to 0.9.6

1

bar-chart-data.js

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

else if (myNode.x_interval == "months") {
date.setDate(1); //to avoid issues with end of month
date.setMonth(date.getMonth()-minus);

@@ -265,0 +266,0 @@ }

2

package.json
{
"name": "node-red-contrib-dashboard-bar-chart-data",
"version": "0.9.5",
"version": "0.9.6",
"description": "Transforms sensor measurements or meter readings to be displayed in dashboard-chart as bar-chart",

@@ -5,0 +5,0 @@ "homepage": "https://github.com/arneman/node-red-contrib-dashboard-bar-chart-data",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc