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

@aiot-toolkit/devtools-fe-lib

Package Overview
Dependencies
Maintainers
0
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aiot-toolkit/devtools-fe-lib

The library can directly launch a debugger panel, including: Vela's aiot-devtools-frontend panel, and a mini-game debugging panel.

  • 1.0.1
  • latest
  • npm
  • Socket score

Version published
Maintainers
0
Created
Source

Overview

The library can directly launch a debugger panel, including: Vela's aiot-devtools-frontend panel, and a mini-game debugging panel.

Installation

npm

npm i @aiot-toolkit/devtools-fe-lib

yarn

yarn add @aiot-toolkit/devtools-fe-lib

Usage

Launch the custom debugger panel for vela

openVelaDevtoolsFe({ host, port })

  • params:{ host, port }
  • host: the host of CDPServer
  • port: the port of CDPServer
import { openVelaDevtoolsFe } from '@aiot-toolkit/devtools-fe-lib'

(async () => {
  try {
    await openVelaDevtoolsFe({ host: '127.0.0.1', port: 5560 })
  } catch(err) {
    // handle(err)
  }
})()

FAQs

Package last updated on 11 Oct 2024

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