
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
node-red-contrib-pitft-touch
Advanced tools
This reads /dev/input/event0 (or other input device) on the Raspberry Pi, which is the Adafruit PiTFT touch screen if you used their tutorial to install the shield. *May be* compatible with other touch screens and other Linux-es.
Source files for a Raspberry Pi Adafruit PiTFT touch screen node for Node-RED
Run the following command in the root directory of your Node-RED install
npm install node-red-contrib-pitft-touch
The Node-RED user needs to be member of the input group.
###Input
This reads /dev/input/event0 (or any other device path), which is the Adafruit PiTFT touch screen if you used their tutorial to install the shield. May be compatible with other touch screens. This node doesn't do any error handling yet (so if there's not PiTFT, tough luck) nor any fancy event handling ("gestures"), but just reports the last position where the user touched the screen before lifting the finger. This is useful for simple "touch a button on the screen" sort of operations.
Outputs an object called msg containing a msg.payload. msg.payload is a JSON String of the format {"x":10, "y":20}
FAQs
This reads /dev/input/event0 (or other input device) on the Raspberry Pi, which is the Adafruit PiTFT touch screen if you used their tutorial to install the shield. *May be* compatible with other touch screens and other Linux-es.
We found that node-red-contrib-pitft-touch demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.