
Security News
npm Adopts OIDC for Trusted Publishing in CI/CD Workflows
npm now supports Trusted Publishing with OIDC, enabling secure package publishing directly from CI/CD workflows without relying on long-lived tokens.
@onirix/webar-debug-module
Advanced tools
Help debugging errors in WebAR experiences running in Onirix Studio
This module helps us to debug the Onirix Studio WebAR experiences. By simply instantiating an OnirixWebARDebugModule object, it starts capturing all the traces generated by the browser's console object. These traces are stored and can be downloaded from the UI.
We can also connect the module with the EmbedSDK and automatically capture all the events that occur within the experience.
Include this code on the Onirix Studio online code editor:
import OnirixWebARDebugModule from "https://cdn.jsdelivr.net/npm/@onirix/webar-debug-module@1.0.1/+esm";
const onirixWebARDebug = new OnirixWebARDebugModule();
If you want to connect the module with the EmbedSDK, you can do it by calling the setEmbedSDK
function.
import OnirixEmbedSDK from "https://cdn.jsdelivr.net/npm/@onirix/embed-sdk@1.18.1/+esm";
import OnirixWebARDebugModule from "https://cdn.jsdelivr.net/npm/@onirix/webar-debug-module@1.0.1/+esm";
const embedSDK = new OnirixEmbedSDK();
const onirixWebARDebug = new OnirixWebARDebugModule();
onirixWebARDebug.setEmbedSDK(embedSDK);
embedSDK.connect();
You can also view the latest console trace in the UI. Just call showTrace
function to enable / disable it.
onirixWebARDebug.showTrace(true);
FAQs
Help debugging errors in WebAR experiences running in Onirix Studio
The npm package @onirix/webar-debug-module receives a total of 0 weekly downloads. As such, @onirix/webar-debug-module popularity was classified as not popular.
We found that @onirix/webar-debug-module demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 3 open source maintainers 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
npm now supports Trusted Publishing with OIDC, enabling secure package publishing directly from CI/CD workflows without relying on long-lived tokens.
Research
/Security News
A RubyGems malware campaign used 60 malicious packages posing as automation tools to steal credentials from social media and marketing tool users.
Security News
The CNA Scorecard ranks CVE issuers by data completeness, revealing major gaps in patch info and software identifiers across thousands of vulnerabilities.