
Research
/Security News
Weaponizing Discord for Command and Control Across npm, PyPI, and RubyGems.org
Socket researchers uncover how threat actors weaponize Discord across the npm, PyPI, and RubyGems ecosystems to exfiltrate sensitive data.
@cascadiajs/q-and-a
Advanced tools
A web component to manage audience questions during a live streamed event.
To use the component in one of your projects, include a script
tag in the <head>
of your index.html
file.
<script type="module">
import { defineCustomElements } from 'https://cdn.jsdelivr.net/npm/@cascadiajs/q-and-a/loader/index.es2017.js';
defineCustomElements();
</script>
If your application does not support modules or you want to add a fallback for older browsers include this script.
<script nomodule src="https://unpkg.com/@cascadiajs/q-and-a/dist/q-and-a/q-and-a.js"></script>
Then you can use the element anywhere in your template, JSX, html etc.
<q-and-a user-id="my-user" correlation-id="my-id"></q-and-a>
Please see the documentation regarding the individual options for the component here.
This component was built with Stencil.
Stencil is a compiler for building fast web apps using Web Components.
Stencil combines the best concepts of the most popular frontend frameworks into a compile-time rather than run-time tool. Stencil takes TypeScript, JSX, a tiny virtual DOM layer, efficient one-way data binding, an asynchronous rendering pipeline (similar to React Fiber), and lazy-loading out of the box, and generates 100% standards-based Web Components that run in any browser supporting the Custom Elements v1 spec.
Stencil components are just Web Components, so they work in any major framework or with no framework at all.
npm ci
npm start
To build the component for production, run:
npm run build
To run the unit tests for the components, run:
npm test
Need help? Check out our docs here.
We love contributions! Please be sure to read CONTRIBUTING.md prior to opening any pull requests or creating issues.
FAQs
A web component to manage audience questions during a live streamed event
The npm package @cascadiajs/q-and-a receives a total of 1 weekly downloads. As such, @cascadiajs/q-and-a popularity was classified as not popular.
We found that @cascadiajs/q-and-a demonstrated a not healthy version release cadence and project activity because the last version was released 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.
Research
/Security News
Socket researchers uncover how threat actors weaponize Discord across the npm, PyPI, and RubyGems ecosystems to exfiltrate sensitive data.
Security News
Socket now integrates with Bun 1.3’s Security Scanner API to block risky packages at install time and enforce your organization’s policies in local dev and CI.
Research
The Socket Threat Research Team is tracking weekly intrusions into the npm registry that follow a repeatable adversarial playbook used by North Korean state-sponsored actors.