
Security News
AGENTS.md Gains Traction as an Open Format for AI Coding Agents
AGENTS.md is a fast-growing open format giving AI coding agents a shared, predictable way to understand project setup, style, and workflows.
hatch-aframe-inspector
Advanced tools
A visual inspector tool for A-Frame scenes. Just hit
<ctrl> + <alt> + i
on any A-Frame scene to open up the Inspector. Check out
the guide.
A-Frame comes with a keyboard shortcut to inject the inspector. Just open
up any A-Frame scene (running at least A-Frame v0.3.0) and press <ctrl> + <alt> + i
to inject the inspector, just like you would use a DOM inspector:
This is done with the inspector
component. By default, this is set on the
scene already. If we want, we can specify a specific build of the Inspector to
inject by passing a URL.
<a-scene inspector="url: https://aframe.io/releases/0.3.0/aframe-inspector.min.js">
<!-- Scene... -->
</a-scene>
git clone git@github.com:aframevr/aframe-inspector.git
cd aframe-inspector
npm install
npm start
Then navigate to http://localhost:3333/example/
FAQs
A visual inspector tool for A-Frame.
The npm package hatch-aframe-inspector receives a total of 1 weekly downloads. As such, hatch-aframe-inspector popularity was classified as not popular.
We found that hatch-aframe-inspector demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
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.
Security News
AGENTS.md is a fast-growing open format giving AI coding agents a shared, predictable way to understand project setup, style, and workflows.
Security News
/Research
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
Security News
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.