
Product
Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain
Socket Firewall is a free tool that blocks malicious packages at install time, giving developers proactive protection against rising supply chain attacks.
@myuw-web-components/myuw-help-and-feedback
Advanced tools
This component provides a way to present help/feedback resources and information in a dialog so users can get help quickly, without leaving the page.
This component provides a way to present help/feedback resources and information in a dialog so users can get help quickly, without leaving the page.
To run the demo app locally and test the component, run the following commands:
$ npm install
$ npm start
Add the following import to your page's <head>
:
<script type="module" src="https://unpkg.com/@myuw-web-components/myuw-help?module"></script>
<script nomodule src="https://unpkg.com/@myuw-web-components/myuw-help"></script>
Fire the show-myuw-help
event on the document.body
when you want the dialog to display (e.g. when your "help" button is clicked):
function showHelpDialog() {
var event = new Event('show-myuw-help');
document.body.dispatchEvent(event);
}
Note: It is important that you use that exact event name and dispatch the event from the document body. The component sets a listener on the body that listens for the show-myuw-help
event.
Use the component's HTML tag wherever you want:
<myuw-help
myuw-help-title="Get help"
show-default-content
open>
<div class="your-div-here" slot="myuw-help-content">
Your custom content
</div>
</myuw-help
FAQs
This component provides a way to present help/feedback resources and information in a dialog so users can get help quickly, without leaving the page.
We found that @myuw-web-components/myuw-help-and-feedback demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 5 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.
Product
Socket Firewall is a free tool that blocks malicious packages at install time, giving developers proactive protection against rising supply chain attacks.
Research
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
Research
A malicious package uses a QR code as steganography in an innovative technique.