New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@plexinc/react-lightning-plugin-devtools

Package Overview
Dependencies
Maintainers
0
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@plexinc/react-lightning-plugin-devtools

React-Lightning DevTools for Chromium-based browsers

  • 0.1.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
0
Created
Source

Building

  • pnpm install
  • pnpm build

This will create the files needed for the extension in the dist folder.

pnpm dev will watch for changes and re-build.

Usage

Integrating into your react-lightning app

Import the plugin:

import devtoolsPlugin from '@plexinc/react-lightning-plugin-devtools/plugin'

Include the options in the react-lightning render options:

const options: RenderOptions = {
  // ... other options
  plugins: [devtoolsPlugin(), /* other plugins */],
};

Adding devtools to Chrome

  • Go to our Chrome extensions settings
  • Enable Developer mode
  • Select Load unpacked
  • Navigate to the dist folder created from the build
  • Open devtools and you should see a React Lightning panel

Note: During development, any changes to the entrypoint files or manifest may require restarting devtools or sometimes even a reload of the extension if you don't see your changes.

FAQs

Package last updated on 10 Jan 2025

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