🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Sign inDemoInstall
Socket

node-red-node-arduino

Package Overview
Dependencies
Maintainers
2
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-red-node-arduino - npm Package Compare versions

Comparing version

to
1.0.0

lib/com.js

4

35-arduino.js

@@ -5,3 +5,3 @@

var Board = require('firmata');
var Board = require('./lib/firmata');
var SP = require('serialport');

@@ -169,3 +169,3 @@

}
if (node.state === "PWM") {
if (node.state === "PWM") {
msg.payload = parseInt((msg.payload * 1) + 0.5);

@@ -172,0 +172,0 @@ if ((msg.payload >= 0) && (msg.payload <= 255)) {

{
"name" : "node-red-node-arduino",
"version" : "0.3.1",
"description" : "A Node-RED node to talk to an Arduino running firmata",
"dependencies" : {
"firmata" : "^2.0.0"
"name": "node-red-node-arduino",
"version": "1.0.0",
"description": "A Node-RED node to talk to an Arduino running firmata",
"dependencies": {
"serialport": "^12.0.0"
},
"repository" : {
"type":"git",
"url":"https://github.com/node-red/node-red-nodes/tree/master/hardware/Arduino"
"repository": {
"type": "git",
"url": "https://github.com/node-red/node-red-nodes.git",
"directory": "tree/master/hardware/Arduino"
},
"license": "Apache-2.0",
"keywords": [ "node-red", "arduino", "firmata" ],
"node-red" : {
"nodes" : {
"keywords": [
"node-red",
"arduino",
"firmata"
],
"node-red": {
"version": ">=3.0.0",
"nodes": {
"arduino": "35-arduino.js"
}
},
"engines" : { "node" : ">=8" },
"engines": {
"node": ">=16.0.0"
},
"author": {
"name": "Dave Conway-Jones",
"email": "ceejay@vnet.ibm.com",
"email": "dceejay@gmail.com",
"url": "http://nodered.org"
}
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet