Gathering detailed insights and metrics for @authentic/mwc-top-app-bar
Gathering detailed insights and metrics for @authentic/mwc-top-app-bar
Gathering detailed insights and metrics for @authentic/mwc-top-app-bar
Gathering detailed insights and metrics for @authentic/mwc-top-app-bar
Material Web Components - Material Design implemented as Web Components
npm install @authentic/mwc-top-app-bar
Typescript
Module System
Node Version
NPM Version
TypeScript (55.94%)
JavaScript (24.47%)
CSS (16.63%)
Shell (2.96%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
Apache-2.0 License
10 Stars
726 Commits
3 Forks
14 Watchers
39 Branches
2 Contributors
Updated on May 01, 2020
Latest Version
0.9.0
Package Id
@authentic/mwc-top-app-bar@0.9.0
Unpacked Size
279.68 kB
Size
29.38 kB
File Count
14
NPM Version
lerna/3.16.4/node@v8.12.0+x64 (darwin)
Node Version
8.12.0
Cumulative downloads
Total Downloads
Last Day
0%
NaN
Compared to previous day
Last Week
0%
NaN
Compared to previous week
Last Month
0%
NaN
Compared to previous month
Last Year
0%
NaN
Compared to previous year
2
A Material Components top app bar implementation using Web Components
When you're ready to use mwc-top-app-bar in a project, install it via npm. To run the project in the browser, a module-compatible toolctain is required. We recommend installing the Polymer CLI and using its development server as follows.
Ensure the webcomponents polyfills are included in your HTML page
Install webcomponents polyfills
npm i @webcomponents/webcomponentsjs
Add webcomponents polyfills to your HTML page
<script src="@webcomponents/webcomponentsjs/webcomponents-loader.js"></script>
Add mwc-top-app-bar to your project:
npm i @authentic/mwc-top-app-bar
Import the mwc-top-app-bar definition into your HTML page:
<script type="module" src="@authentic/mwc-top-app-bar/index.js"></script>
Or into your module script:
import { TopAppBar } from "@authentic/mwc-top-app-bar"
Create an instance of mwc-top-app-bar in your HTML page, or via any framework that supports rendering Custom Elements:
<mwc-top-app-bar></mwc-top-app-bar>
Install the Polymer CLI:
npm i -g polymer-cli
Run the development server and open a browser pointing to its URL:
polymer serve
mwc-top-app-bar is published on npm using JavaScript Modules. This means it can take advantage of the standard native JavaScript module loader available in all current major browsers.
However, since mwc-top-app-bar uses npm convention to reference dependencies by name, a light transform to rewrite specifiers to URLs is required to get it to run in the browser. The polymer-cli's development server
polymer serve
automatically handles this transform.
Tools like WebPack and Rollup can also be used to serve and/or bundle mwc-top-app-bar.
The last 2 versions of all modern browsers are supported, including Chrome, Safari, Opera, Firefox, Edge. In addition, Internet Explorer 11 is also supported.
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
Found 5/18 approved changesets -- score normalized to 2
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
dependency not pinned by hash detected -- score normalized to 0
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
Reason
project is not fuzzed
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Reason
125 existing vulnerabilities detected
Details
Score
Last Scanned on 2025-07-07
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More