Socket
Socket
Sign inDemoInstall

node-red-contrib-jacdac

Package Overview
Dependencies
Maintainers
1
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 1.0.1 to 1.0.2

2

package.json
{
"name": "node-red-contrib-jacdac",
"version": "1.0.1",
"version": "1.0.2",
"description": "Microsoft Jacdac for node-red",

@@ -5,0 +5,0 @@ "keywords": [

# Node-RED Jacdac Node
[Jacdac](https://aka.ms/jacdac) is a bus-based plug-and-play hardware and software stack for microcontrollers and their peripherals such as sensors and actuators. Jacdac is primarily designed for “modular electronics” scenarios that support rapid prototyping, creative exploration, making and learning through physical computing. Jacdac is designed to be cheap, flexible and extensible.
[Node-RED](https://nodered.org) nodes to talk to [Jacdac](https://aka.ms/jacdac).
Jacdac is a bus-based plug-and-play hardware and software stack for microcontrollers and their peripherals such as sensors and actuators. Jacdac is primarily designed for “modular electronics” scenarios that support rapid prototyping, creative exploration, making and learning through physical computing. Jacdac is designed to be cheap, flexible and extensible.
## Requirements
This node uses [node-usb](https://github.com/tessel/node-usb) which has specific installation requirements.
This node uses [node-usb](https://github.com/tessel/node-usb) which has specific installation requirements. If your node-red process crashes with
``LIBUSB_ERROR_NOT_SUPPORTED``, your USB setup is not right.
## Install
## Adding Nodes
Use the Plugin manager in node-red or run the following command in your Node-RED user directory - typically ``~/.node-red``
npm install node-red-contrib-jacdac
## Developer section
### Adding Nodes
You can quickly scaffold a new node and add it to the node set. Use the following command to create `my-new-node-type` node:

@@ -36,3 +45,3 @@

## Developing Nodes
### Developing Nodes

@@ -45,3 +54,3 @@ Build & Test in Watch mode:

## Building Node Set
### Building Node Set

@@ -48,0 +57,0 @@ Create a production build:

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