
Security News
Another Round of TEA Protocol Spam Floods npm, But It’s Not a Worm
Recent coverage mislabels the latest TEA protocol spam as a worm. Here’s what’s actually happening.
@myuw-web-components/myuw-drawer
Advanced tools
A slide out navigation drawer for use with the MyUW App Bar
<myuw-drawer> and <myuw-drawer-link>A three-part slide out navigation drawer for use with the MyUW App Bar. Includes drawer, links, and optional subheaders with dividers.
Add the following imports to your page:
<!-- import the module -->
<script type="module" src="https://cdn.my.wisc.edu/@myuw-web-components/myuw-drawer@latest/myuw-drawer.min.mjs"></script>
<!-- fallback for browsers without ES2015 module support -->
<script nomodule src="https://cdn.my.wisc.edu/@myuw-web-components/myuw-drawer@latest/myuw-drawer.min.js"></script>
<myuw-drawer>
<myuw-drawer-link
slot="myuw-drawer-links"
name="MyUW home"
icon="mail"
href="http://google.com"
></myuw-drawer-link>
<myuw-drawer-subheader
slot="myuw-drawer-links"
name="Subheader"
divider
></myuw-drawer-subheader>
<myuw-drawer-link
slot="myuw-drawer-links"
name="Browse apps"
icon="explore"
href="http://google.com"
></myuw-drawer-link>
</myuw-drawer>
Note: The evergreen "latest" version can be used for convenience, but in production settings it is recommended to use the latest release version specifically, and upgrade only after testing!
Use the named <slot> tags to include child components of the myuw-drawer:
Available slots:
<myuw-drawer-link> or <myuw-drawer-subheader> componentTo run the demo app locally and test the component, run the following commands:
$ npm install
$ npm start
1.2.1
FAQs
A slide out navigation drawer for use with the MyUW App Bar
We found that @myuw-web-components/myuw-drawer demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 8 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
Recent coverage mislabels the latest TEA protocol spam as a worm. Here’s what’s actually happening.

Security News
PyPI adds Trusted Publishing support for GitLab Self-Managed as adoption reaches 25% of uploads

Research
/Security News
A malicious Chrome extension posing as an Ethereum wallet steals seed phrases by encoding them into Sui transactions, enabling full wallet takeover.