
Security News
npm ‘is’ Package Hijacked in Expanding Supply Chain Attack
The ongoing npm phishing campaign escalates as attackers hijack the popular 'is' package, embedding malware in multiple versions.
node-red-contrib-coap
Advanced tools
This project adds CoAP support to Node-RED. It is based on Matteo Collina's node-coap.
We introduce "coap request", "coap in", and "coap response" nodes which can be used in a similar fashion to "http request", "http in", and "http reponse" nodes from Node-RED's core.
This module requires at least Node version 12. This might require you to upgrade the pre-installed Node version on platforms like Beaglebone.
cd $NODE_RED_HOME
npm install node-red-contrib-coap
cd $NODE_RED_HOME/nodes
git clone https://github.com/JKRhb/node-red-contrib-coap.git
cd ./node-red-contrib-coap
npm install
You can check out a couple of usage examples at ./examples directory of this repo.
FAQs
CoAP support in Node-RED
The npm package node-red-contrib-coap receives a total of 40 weekly downloads. As such, node-red-contrib-coap popularity was classified as not popular.
We found that node-red-contrib-coap demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 open source maintainers 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
The ongoing npm phishing campaign escalates as attackers hijack the popular 'is' package, embedding malware in multiple versions.
Security News
A critical flaw in the popular npm form-data package could allow HTTP parameter pollution, affecting millions of projects until patched versions are adopted.
Security News
Bun 1.2.19 introduces isolated installs for smoother monorepo workflows, along with performance boosts, new tooling, and key compatibility fixes.