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
2
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.8.1 to 0.8.2

3

i2c/26-i2c.js

@@ -138,5 +138,2 @@ module.exports = function(RED) {

return;
} else if (isNaN(command) ) {
this.status({fill:"red",shape:"ring",text:"Command ("+command+") value is missing or incorrect"});
return;
} else if (isNaN(buffcount) ) {

@@ -143,0 +140,0 @@ this.status({fill:"red",shape:"ring",text:"Send bytes ("+buffcount+") value is missing or incorrect"});

2

package.json
{
"name": "node-red-contrib-i2c",
"version": "0.8.1",
"version": "0.8.2",
"description": "A Node-RED node to talk to the Raspiberry PI's I2C port",

@@ -5,0 +5,0 @@ "dependencies": {

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