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

node-red-contrib-lcd20x4-i2c

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-red-contrib-lcd20x4-i2c - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

2

package.json

@@ -9,3 +9,3 @@ {

"name": "node-red-contrib-lcd20x4-i2c",
"version": "0.0.1",
"version": "0.0.2",
"description": "Driver for 20x4 LCD Display",

@@ -12,0 +12,0 @@ "license": "MIT",

@@ -1,2 +0,2 @@

This node will accept an object `msg.msgs`. If the object passed does not contain 4 lines, the difference is filled with blank lines.
This node will accept an object `msg.payload.msgs`. If the object passed does not contain 4 lines, the difference is filled with blank lines.

@@ -16,26 +16,26 @@ Line data structure:

```
{
"msgs": [
msg.payload = {
msgs: [
{
"msg": "string",
"pos": number,
"center": "boolean"
msg: "string",
pos: number,
center: "boolean"
},
{
"msg": "string",
"pos": number,
"center": "boolean"
msg: "string",
pos: number,
center: "boolean"
},
{
"msg": "string",
"pos": number,
"center": "boolean"
msg: "string",
pos: number,
center: "boolean"
},
{
"msg": "string",
"pos": number,
"center": "boolean"
msg: "string",
pos: number,
center: "boolean"
}
]
}
};
```

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