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

@tindtechnologies/universalviewer

v4.2.2-alpha.0

Published

The Universal Viewer is a community-developed open source project on a mission to help you share your πŸ“šπŸ“œπŸ“°πŸ“½οΈπŸ“»πŸ—Ώ with the 🌎

Readme

TIND Universal Viewer

TIND Universal Viewer is a fork of Universal Viewer. It contains the following changes:

  • Removes bundled jQuery by changing all occurrences of require("jquery") with window.$.
  • Removes GitHub Workflows.

Publishing

Publishing is done manually. Here is how.

  1. Make sure you are on the latest develop branch

    git checkout develop
    git fetch
    git reset --hard origin/develop
  2. Bump the version. Note: this creates and tags a commit which should be pushed.

    npm version prerelease --preid=alpha
    git push origin develop
  3. Install NPM dependencies

    npm ci
  4. Build the assets

    npm run build && npm run build-tsc && npm run build-es
  5. Publish

    export NPM_TOKEN=<your token here>
    npm publish --access public --otp <2fa one time code here>

The Universal Viewer (UV) is a community-developed open source project. Our mission is to help you share your content with the world

The UV software can display images, 3D files and PDFs, play audio and video files, and more.

npm install universalviewer --save

Please note that UV v4 is designed to work on evergreen browsers. If you need IE11 support, please use UV v3. Microsoft no longer supports IE11, and it reached end-of-life on June 15 2022.

🌐 Website

πŸ“– Getting Started

See the examples for how to use the UV in various scenarios.

Read the technical docs to learn more about the code and available configuration options.

Read the manual for information on using, configuring, and developing for the UV.

πŸ“£ Contributing and Giving Feedback

An active, collaborative community of testers, developers and institutional users has grown around the Universal Viewer. Read this blog post about a recent 'community sprint' to find out more about how we're working together.

Talking to active contributors and sponsors is a great way to find out what the community is currently focusing on, and where help is needed:

If you want to dive into code, you can learn how to take part in improving the UV:

πŸ… Contributors and Sponsors

Individual contributors

Individual contributors

Institutional contributors

Become a sponsor and join our Steering Group to help guide how our sponsorship funds are allocated.

Institutional contributors

πŸ“– Accessibility Statement

Read our Accessibility Statement

πŸ“– License

The Universal Viewer is released under the MIT license.