New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

reactive-coffee-debugger

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

reactive-coffee-debugger

reactive-coffee-debugger ========================

latest
Source
npmnpm
Version
0.2.0
Version published
Maintainers
1
Created
Source

reactive-coffee-debugger

A library for reactive-coffee that provides some debugging utilities for understanding and debugging UI rendered with reactive-coffee.

You can see an example of this in action here: debugger example

Highlights

  • Highlights DOM elements that are being re-rendered by reacting to cell value changes.
  • Debug panel UI to control the highlighting.

Usage

You can install / show the debug panel by:

rxd.installDebugger()

This gives the user interactive control over how the highlights should be shown. If you want to programmatically control highlighting, you can call these:

# Toggles highlighting on and off
rxd.setEnabled(true)

# Toggles auto-clearing on and off; when on, highlights will fade after 
# 1 second
rxt.setAutoClear(true)

# Forcibly clear all highlights
rxt.clearHighlights()

FAQs

Package last updated on 13 Feb 2017

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