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

workwell

v2.0.28

Published

Workwell JS is the SDK to communicate between a web-application and the Workwell mobile application

Readme

Workwell SDK

npm version Build Status

Workwell is a front-end framework to communicate between a web-application and the Workwell mobile application; It also provides an easy to use mobile-like (iOS, android) UI framework, created by the Workwell Engineering team.

Table of contents

Introduction

Put your service between the hands of thousands of employees by doing a Workwell integration. Wether you already have a web service or you’re building one from scratch, Workwell provides the necessary tools to make the integration easy and fast.

Technical Concept

Before your start diving into the technical details, we wanted to let you know about our general technical concept. Workwell is a native mobile application. Services are web apps, presented to the user on a dedicated screen. Opening a service is done by loading its URL in a in-app custom webview. Using the Workwell JS-SDK, your service can communicate with the Workwell native application.

Here are the different components inside a service:

Workwell SDK

Workwell SDK allows you:

  • To get data about the user.
  • To use native features (e.g. Camera, Chat etc.).
  • To use native like UI components that handle the differences between OS and Android for you.
  • To use native UI components to give the user experience a more native flavour (e.g. date/time pickers, toast messages etc.).

Integration Requirements

We have put in place a number of requirements for a Workwell integration to ensure the best user experience with a strong attention to the security aspects of our technical model:

  • Automatic user identification: By using Workwell, users can access all the services provided by their companies, they shouldn’t need to manually login in or create accounts when opening your service. Use the JS-SDK to get the user’s informations so you can, behind the hood, automatically create an account or log the user in. User should never therefore have to login to use your service.

  • Mobile friendly: We require your service to be mobile friendly and to respect Workwell UI guidelines. We strongly recommend you to use the JS-SDK UI features!

  • Expose an authorization endpoint: Your server needs to expose an endpoint Workwell servers can call to verify your service health and its authenticity, c.f. Service Authorization

We also recommend using classic navigation with <a href="..."> and not SPA (single page application) router. A native app opens a new view/page when navigating from one content to another, cf Open Web Page for more information

Documentation

Creators

Zachary Lithgow