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

@phoenix-plugin-registry/camden.caniuse

v2.1.2

Published

Adds a panel that renders CanIUse.com data.

Readme

CanIUse Extension

Welcome to the initial release of the CanIUse Brackets extension. This extension wraps the remote data for caniuse.com, a site that provides capability stats for various web features amongst the top browsers. Currently this extension shows a subset of available browsers I think were most important, but this list could be changed as well.

To install, simply drag the brackets-caniuse folder to your Brackets/Edge Code extensions/user folder, reload your editor, and select "Show CanIUse" from the View menu.

History

3/8/2016: Merge PR by @oseporto - switches PanelManager to WorkspaceManger. Updated data.json

7/4/2015: Fixes #16 and updates data.json

5/11/2015: Fixes #15 and updates data.json

10/7/2014: Addresses #13, better handling of dark theme. Also refreshed data.

6/18/2014: New data.

6/17/2014: Fixed a Windows (possibly Linux too) display issue.

5/28/2014: Added caniuse to CSS styles to not mess w/ Brackets

5/20/2014: Merged in a PR by karanjthakkar that corrects layout issues.

12/6/2013: Updates for file system changes (thanks to Peter Flynn)

7/7/2013: Even more updated by EvilOatmeal - Update to the latest CanIUse data. The data now includes a timestamp of when it was last updated so now we're using that to show when the data was last updated.

6/16/2013: More updates by EvilOatmeal - Update to the latest data.json from http://github.com/Fyrd/caniuse. Refactor so eras are not hardcoded in browserVersionLookup. Add credit to http://caniuse.com for the data. Show the date of the latest data update in the UI.

6/16/2013: Another update by EvilOatmeal - uses proper bottom panel.

5/29/2013: Merged in a huge amount of kick ass UI updates by EvilOatmeal: https://github.com/cfjedimaster/brackets-caniuse/pull/3

Also added package.json

4/16/2013: add menu fix

12/23/2012: Small tweak due to a change to in file error handling. See: https://github.com/adobe/brackets/pull/2318

11/12/2012: Use correct DOM insertion.
10/24/2012: Randy Edmunds added some very nice layout updates. I fixed a floating point # and the broken filter.
10/2/2012: Modified feature layout and removed some console.logs
10/1/2012: Initial release