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.
<head>
to get the myuw-app-bar.js
fileInclude the following script tag in your document <head>
:
<script src="https://unpkg.com/@myuw-web-components/myuw-app-bar@0.1.1">
Install the package as a dependency of your project (then use a script tag point to /node_modules):
$ npm i --save @myuw-web-components/myuw-app-bar
<myuw-app-bar
themeName="MyUW"
themeUrl=""
appName=""
appUrl=""
background=""
color=""
>
</myuw-app-bar>
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>
componentUsing slots:
To 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.