Socket
Socket
Sign inDemoInstall

@dcl/inspector

Package Overview
Dependencies
291
Maintainers
1
Versions
545
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @dcl/inspector

## Development


Version published
Weekly downloads
3.1K
decreased by-7.28%
Maintainers
1
Created
Weekly downloads
 

Readme

Source

Inspector

Development

Run npm start to spawn esbuild in watch mode. This serves the public/ folder, every change triggers rebuilding the bundle.js and you'll need refresh the page. The server created is in localhost:8000 by default, an initial message is printed but it probably quickly missed.

This also rebuilds the library section (data-layer) and exposes in dist/ folder.

Running with data-layer

For faster development experience, we are faking the file-system for the data-layer, if you want to use your actual file-system, you can either:

  • Run the extension from VSCode on a scene
  • Run npx sdk-commands start --data-layer --port 8001 in a scene & go to localhost:8000/?ws=ws://127.0.0.1:8001/data-layer

Build

The make build in the repo root builds all the necessary for package publishment.

FAQs

Last updated on 02 May 2024

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc