Security News
The Risks of Misguided Research in Supply Chain Security
Snyk's use of malicious npm packages for research raises ethical concerns, highlighting risks in public deployment, data exfiltration, and unauthorized testing.
@myuw-web-components/myuw-app-bar
Advanced tools
Top app bar based on Material guidelines and the UW-Madison app style guide, developed with Polymer 3
Top app bar based on Material guidelines and the UW-Madison app style guide, developed with Polymer 3.
First, make sure you have the Polymer CLI and npm (packaged with Node.js) installed.
$ npm install
$ npm start
$ polymer test
This component is set up to be tested via web-component-tester.
There are two ways to use this component in your project:
<script>
tag in your page's <head>
(WIP)This method is a work in progress.
Install the package as a dependency of your project:
$ npm i --save @myuw-web-components/myuw-app-bar
Use the tag in your HTML:
<myuw-app-bar
themeName="MyUW"
themeUrl=""
appName=""
appUrl=""
background=""
color=""
font=""
>
</myuw-app-bar>
font-family
attribute on the <app-header>
element. The specified font must be included on the document, or the header will default to Roboto, Arial, sans-serif
.Note: These slots are meant to be used with components in the "myuw" namespace. The child components listed below are works in progress.
<myuw-navigation-drawer>
component<myuw-help-and-feedback>
component<myuw-notifications>
component<myuw-profile>
componentTo insert a component into the appropriate slot, add a "slot" attribute to your component's HTML tag with the corresponding slot name. For example:
<myuw-app-bar>
<myuw-navigation slot="myuw-navigation"></myuw-navigation>
</myuw-app-bar>
FAQs
A material top app bar designed for use with other MyUW web components
The npm package @myuw-web-components/myuw-app-bar receives a total of 555 weekly downloads. As such, @myuw-web-components/myuw-app-bar popularity was classified as not popular.
We found that @myuw-web-components/myuw-app-bar demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 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
Snyk's use of malicious npm packages for research raises ethical concerns, highlighting risks in public deployment, data exfiltration, and unauthorized testing.
Research
Security News
Socket researchers found several malicious npm packages typosquatting Chalk and Chokidar, targeting Node.js developers with kill switches and data theft.
Security News
pnpm 10 blocks lifecycle scripts by default to improve security, addressing supply chain attack risks but sparking debate over compatibility and workflow changes.