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

node-red-contrib-i2c

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 0.0.4 to 0.0.5

2

i2c/26-i2c.js

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

var payload;
if (Array.isArray(msg) && node.count == 1) {
if (Buffer.isBuffer(res) && node.count == 1) {
payload = res[0];

@@ -48,0 +48,0 @@ } else {

{
"name": "node-red-contrib-i2c",
"version": "0.0.4",
"version": "0.0.5",
"description": "A Node-RED node to talk to the Raspiberry PI's I2C port",

@@ -20,7 +20,7 @@ "dependencies": {

"type": "git",
"url": "https://github.com/github.com/nielsnl68/node-contrib-i2c"
"url": "https://github.com/nielsnl68/node-contrib-i2c"
},
"node-red": {
"nodes": {
"i2c": "26-i2c.js"
"i2c": "i2c/26-i2c.js"
}

@@ -27,0 +27,0 @@ },

@@ -6,3 +6,3 @@ # node-red-contrib-i2c

npm install—unsafe-perm node-red-contrib-i2c
npm install —unsafe-perm node-red-contrib-i2c

@@ -9,0 +9,0 @@ Usage

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