Socket
Socket
Sign inDemoInstall

@coffeekraken/s-dashboard

Package Overview
Dependencies
654
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @coffeekraken/s-dashboard

Enable a nice dashboard on your website that let you check if things like core vitals, best practices, etc... are correct


Version published
Maintainers
1
Created

Readme

Source

{{#> layout-readme }}

SDashboard

This package expose a simple SDashboard class that allows you to access a simple but powerfull dashboard on top of your website by using the CTRL + s shortcut.

This dashboard is not meant to stay on your production product but is very usefull in development process.

Features

Here's some features that our dashboard gives you:

  • Pages (sitemap.xml).
    • Search through your pages (urls, title)
    • Quick switch from pages to pages using the CTRL + p shortcul
    • And more...
  • Google
    • Check and display the installed GTM id
  • Core vitals
    • Execute the principal core vitals checks (LCP, FID, CLS, FCP, TTFG)
    • Display results clearly
  • Frontend checker
    • Execute some tests on you current page like:
      • Missing metas
      • Missing charset
      • Duplicate ids
      • Images alt attributes
      • And a lot more to discover @coffeekraken/s-frontend-checker
  • Responsive
    • Display the configured responsive breakpoints
  • Project
    • Display all the environments on which your project runs
    • Display links to all your env and service (admin, etc...)
    • For each env, display the branch on which it is bound
    • For the current env, display the last commit id and time
    • These requires simple configurations shown bellow
  • Quick links to browserstack
    • List 10 last versions by browsers

Usage

Here's how to instanciate the dashboard on your project:

import __SDashboard from '@coffeekraken/s-dashboard';
new __SDashboard();

API

For more information about the API of this class, please check our API documentation

Settings

{{> interface namespace='@coffeekraken.s-dashboard.js.interface.SDashboardSettingsInterface' }}

{{/ layout-readme }}

FAQs

Last updated on 18 Aug 2022

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc