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

stream-connect-sdk

v0.7.4

Published

A JavaScript SDK implementing TPAStream's Connect Platform

Readme

'Tpastream Logo'

Stream Connect JavaScript SDK

Version

0.7.4

Fix invalid message with 2fa-only carriers

0.7.3

Philosophy

This SDK is designed to implement the EasyEnrollment platform into our clients own hosted web-portals. We want to make it fit as seemlessly as possible with the current experience of their sites; because of this, we have provided functionality to add callbacks to the end of each of the necessary flows and we are as unopinionated as possible about the styling of the SDK's flow.

In the spirit of creating a seemless process we will also be forgoing the verification of emails for users using easyenrollment. Instead, we will be relying on the implementers to provide valid emails, first names, and last names in order to create an association of information to a user.

Change Log

v0.7.3

* add logo_url to the doneCreatedForm callback

v0.7.2

* Change button language to account for redirects

v0.7.0

* Add in to fix-credentials flow interop migrating login problem
* Aggressively Expire AccessTokens and handle redirect with new tokens passed in interop

v0.6.9

* Add in `realtimeTimeout` to allow for configuration around the validate credentials wait time for MFA / normal validate crawls.
* Fix bug with 2fa end where screen would flicker.

v0.6.8

* Adds in webview delegation init option. This allows an implementor to handle the final part of redirection themselves.
* Adds in forceEndStep init option.

v0.6.7

* Open a new payer window when entering credentials for a patient access api.

v0.6.4

* Hotfix URL issues with improper routing.

v0.6.3

* Add in interoperability payer flag and redirect URL

v0.6.2

* Bump version and have better npm ignore

v0.6.1

* Add in payer blogs. See includePayerBlogs in client-usage documentaiton.
* Various bug fixes in SDK-Hooks
* Fix SDK flow bug which caused page to stop rendering on multiple login inputs. This was related to AIV which is now deprecated.
* Various package updates
* Remove auto version injector. Deprecated. TPAStream Devs MUST now manually update the file (unfortunately)

v0.5.5

* Add in ability to implement custom widgets for payer form and the end widget.

v0.5.4

* Fix bug where single payer employers won't render

v0.5.3

* Add config error page
* Make state transfer through terms of service widget

v0.5.2

* Fix issue with Anthem security questions.

v0.5.1

* Add two factor authentication handling.

v0.5.0

* Fix bug with sdk demo mode where final page won't load

v0.4.8

* Add individual endpoints for the following: payer and terms of service
* Seperate the versions of the api and create a version manager.
* Drastically improve initial endpoint loadtime by bringing down less info.

v0.4.7

* Add versioning to the CDN provider
* Append version to all request headers for underlying api to read.

Example Page

Here!

Package

Here!

Additional Documentation

Client Usage

SDK Flow Details

QuickStart Guide

SDK-Hook Guide

Development Commands

npm install npm run build npm run format

Make sure to bump the version of the package.json with each release.

Develop APIToken 49d492e0-9772-4975-8d1e-17f0ad8f2de0 not for actual customer use.

On init you can pass in _overrideBaseUrl for development sandbox as well.