npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

salaryfyi-embed

v1.1.0

Published

Embed SalaryFYI widgets — country salary profiles, role cards, salary comparison bars. 36 countries. Zero dependencies, Shadow DOM, 4 themes.

Readme

salaryfyi-embed

npm TypeScript License: MIT Zero Dependencies

Embed SalaryFYI widgets on any website. 7 widget types, zero dependencies, Shadow DOM isolation, 4 themes, 2 styles. Live data from SalaryFYI.

Every widget includes a "Powered by SalaryFYI" backlink.

Try the interactive widget builder at widget.salaryfyi.com

Quick Start

<div data-salaryfyi="entity" data-slug="united-states" data-theme="light"></div>
<script src="https://cdn.jsdelivr.net/npm/salaryfyi-embed@1/dist/embed.min.js"></script>

Widget Types

| Type | Usage | Description | |------|-------|-------------| | entity | <div data-salaryfyi="entity" data-slug="..."></div> | Entity detail card — calculator, country, role, or game | | glossary | <div data-salaryfyi="glossary" data-slug="..."></div> | Glossary term definition with cross-references | | guide | <div data-salaryfyi="guide" data-slug="..."></div> | Guide summary card with key takeaways | | search | <div data-salaryfyi="search" data-slug="..."></div> | Search box linking to the full database | | compare | <div data-salaryfyi="compare" data-slug="..."></div> | Side-by-side entity comparison | | faq | <div data-salaryfyi="faq" data-slug="..."></div> | FAQ accordion with expand/collapse | | salary-compare | <div data-salaryfyi="salary-compare" data-slug="..."></div> | Salary range bars (P25/Median/P75) for country+role |

Widget Options

| Attribute | Values | Default | Description | |-----------|--------|---------|-------------| | data-salaryfyi | entity, glossary, guide, search, compare, faq, salary-compare | required | Widget type | | data-slug | e.g. "united-states" | — | Entity slug | | data-theme | light, dark, sepia, auto | light | Visual theme | | data-style-variant | modern, clean | modern | Widget style | | data-size | default, compact, large | default | Size |

Themes & Styles

4 themes (light, dark, sepia, auto) × 2 styles (modern, clean) = 8 visual combinations.

CDN

<script src="https://cdn.jsdelivr.net/npm/salaryfyi-embed@1/dist/embed.min.js"></script>

Guide FYI Family

Part of FYIPedia. Guide FYI covers calculators, salary, education, and board games. Hub: reffyi.com.

| Site | Domain | Focus | Package | |------|--------|-------|---------| | CalcFYI | calcfyi.com | 200+ calculators, 50 formula cards, financial/health/math | npm | | SalaryFYI | salaryfyi.com | 36 countries, salary data, tax calculators, 26 rate configs | npm | | BoardGameFYI | boardgamefyi.com | 10,552 board games, 8-axis DNA profiles, BGG integration | npm |

License

MIT — see LICENSE.

Built with care by FYIPedia.