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

@ubilabs/ubilabs-debug-panel

Package Overview
Dependencies
Maintainers
7
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ubilabs/ubilabs-debug-panel

A debug panel

  • 1.2.7
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
7
Created
Source

Ubilabs Debug Panel

Description

This is a library to easily implement a debug panel into your application.

Table of contents
  • Installation
  • Usage
  • Examples
  • Publish

Installation

npm install @ubilabs/ubilabs-debug-panel

Usage

Default import from @ubilabs/ubilabs-debug-panel and call the constructor:

import DebugPanel from '@ubilabs/ubilabs-debug-panel';

const debugPanel = new DebugPanel();

Add your custom properties with the syntax:

debugPanel.add('Variable Name', () => {});

Examples

There is a simple example page that imports the debug-panel directly: https://ubilabs.github.io/ubilabs-debug-panel/. To run the example locally:

npm install
npm start

Publish

A publish happens automatically when a new version tag is being pushed:

npm version major|minor|patch
git push && git push --tags

Keywords

FAQs

Package last updated on 22 Dec 2022

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