Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

node-red-contrib-debug-specific

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-red-contrib-debug-specific

Adds button to pop out debug window for specific debug node

  • 0.0.1
  • latest
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

node-red-contrib-debug-specific

Custom patch to give the option of opening a debug console pop-out window for individual debug nodes

The debug popout feature is great but lacks some of the core features, namely the "filter by selected nodes" features don't work.

This registers as a node but patches the interface to add a second button to the debug window which will open a pop-out that listens only to the node which was selected.

image

Release Notes

0.0.1
  • Realized the whole thing works with the normal debug/view/view.html thus,
  • ----Removing the http endpoints from index.js
  • ----Removing the hosted lib files
  • ----No more npm dependencies :)
  • Got the windows to close on page unload
0.0.0
  • Initial release

TODO:

  • Make the windows close properly on page unload
  • Improve the buttonWatcher function (currently runs on an interval)
  • Since view.html is forked, should clean up the interface by removing non-working features
  • ----view.html no longer forked, was able to use the original /debug/view/view.html
  • Add some indication to the top of view.html to give a better idea of what node we're listening to

Keywords

FAQs

Package last updated on 23 Jul 2021

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

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