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 🙏

© 2024 – Pkg Stats / Ryan Hefner

ral-fluxthis

v2.3.4

Published

RAL bugfix fork of AddThis Flux Framework

Downloads

15

Readme

FluxThis NPM version Build Status

Join the chat at https://gitter.im/addthis/fluxthis

The super-opinionated, yell-at-you-for-everything, immutable Flux framework by AddThis.

High Level Objectives

  1. Enforce Flux design patterns
  2. Make debugging extremely easy
  3. Reduce boilerplate and create simple modular apis
  4. Allow individual modules to be used standalone

Documentation

Versioning

It's x.y.z where:

  • x: Something Big Happened
  • y: next release
  • z: strive for bug fix only

Changes

  • v2.3.1 (11/2/15)
    • Moved react to peer dependencies, and ensured compatability with react 0.14
  • v2.2.3 (7/5/15)
    • Fixed registering actions/types in the API Action Creator & Action Creator.
  • v2.2.2 (6/26/15)
    • Fixed bugs in router
  • v2.2.1 (6/3/15)
    • Added support for request headers in the API Action Creator createRequest method
  • v2.2.0 (6/2/15)
    • Incorporated fluxthis es6 generator router expirmental feature
  • v2.1.0 (5/21/15)
    • Deprecated actionSource in Action Creators
    • Deprecated payloadType & actionType in Action Creators. New keys are payload & type, respectively.
  • v2.0.0 (5/21/15)
    • Removed the babel global polyfil in favor of runtime alternative. This means that any projects depending on this polyfil need to require it themselves manually.