Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

pixdevtools

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package was removed
Sorry, it seems this package was removed from the registry

pixdevtools

PixUI专用Devtools扩展组件

unpublished
latest
npmnpm
Version
0.0.3
Version published
Maintainers
1
Created
Source

PixDevTools

适配Pxide的Devtools 1.0版本,用于外部调试。

安装

使用npm安装

npm install pixdevtools

使用yarn安装

yarn add pixdevtools

使用

工具加载后会自动执行,但是需引入加载:

// 引入模块(不引入的话不会加载)
import PixDevTools from 'pixdevtools';

// 输出加载结果(避免被编译器优化导致未加载模块)
console.log(`PixDevTools load result: ${PixDevTools.getErrorCode()}, ${PixDevTools.getErrorMsg()}`);

错误码

错误码错误描述
-1检测环境不匹配
-10获取资源失败
-11连接资源服务器失败
-21加载脚本资源失败

FAQs

Package last updated on 22 Feb 2023

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