Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

@node-ready/tools-plugin

Package Overview
Dependencies
Maintainers
2
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package was removed
Sorry, it seems this package was removed from the registry

@node-ready/tools-plugin

this plugin offers tools that node-ready uses to setup node-red

unpublished
latest
npmnpm
Version
0.0.0
Version published
Maintainers
2
Created
Source

node-ready-tools-plugin

This plugin offers series of tools that are required for node-ready to work properly.

Rest APIs

The following resources can be used to interact with a node-red instance running in node-ready.

/node-ready/config/env-vars

Use this to add new env variables to a running node-red instance without having to restart it

POST /node-ready/config/env-vars HTTP/1.1
Host: 127.0.0.1:1880
Content-Type: application/json
Content-Length: 63

[
    {
        "key": "test",
        "value": "value"
    }
]

FAQs

Package last updated on 24 May 2024

Did you know?

Socket

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.

Install

Related posts