Socket
Book a DemoInstallSign in
Socket

debugger-board

Package Overview
Dependencies
Maintainers
3
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

debugger-board

datahub debugger board

latest
npmnpm
Version
2.1.2
Version published
Weekly downloads
2.4K
-28.74%
Maintainers
3
Weekly downloads
 
Created
Source

debugger-board

datahub debugger board

NPM version build status Test coverage node version npm download

Installation

Common Usage

Live demo

  • Script with attribute tag for append to point element
<script append="body" src="//unpkg.com/debugger-board@latest/dist/debugger-board.js"></script>
  • Script without attribute tag
<script src="//unpkg.com/debugger-board@latest/dist/debugger-board.js"></script>
<script>
  window._debugger_board.append(document.body);
</script>

Use with datahub-proxy-middleware

$ npm i datahub-proxy-middleware --save-dev

And set showBoard true.

Contributors


xudafeng


Chan-Chun


zivyll

This project follows the git-contributor spec, auto upated at Thu Apr 19 2018 22:58:33 GMT+0800.

License

The MIT License (MIT)

FAQs

Package last updated on 30 Nov 2020

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