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

tickup

v1.0.40

Published

High-performance React financial charts. Canvas 2D rendering, advanced technical analysis tools, and real-time data streaming.

Readme

TickUp Logo

TickUp Charts

NPM Version License Bundle Size

Standard Edition vs TickUp Prime (Pro)

| | TickUp Core (Standard Edition) | TickUp Prime (Pro) | | :--- | :--- | :--- | | Rendering | HTML5 Canvas 2D | WebGL 2.0 | | Live updates | 1 Hz (1 second) throttling | ~60 FPS pipeline | | History depth | Up to 5,000 candles (generous Standard cap) | Unlimited (product-dependent) | | Indicators | Up to 3 overlays | Unlimited | | Advanced UX | — | Magnetic snapping, VWAP Pro, premium visuals | | License | MIT (this repo) | Commercial |

TickUp Core is the MIT Standard Edition: a production-quality charting stack for dashboards, internal tools, and simple market UIs. It uses a generous but limited history window (currently 5,000 candles) so performance stays predictable while Prime remains the path for boundless scale.

Power users and trading-grade products should evaluate TickUp Prime for WebGL throughput, deep history, and professional interaction tooling. Try it live in the Prime Showcase.

TickUp Interaction Demo

What you get in Standard Edition

  • Canvas 2D OHLCV charts (candlestick, line, area, bar) with pan, zoom, crosshair, and drawings.
  • TypeScript-first APIs and an imperative ref for live data and snapshots.
  • Standard Tier guardrails built into the library: 5,000-bar series cap, 1 Hz live-update throttling (unless you use the licensed Prime shell path), and three simultaneous overlay indicators—with clear in-app messaging when a limit applies.
  • Powered by TickUp” attribution enforced in Standard layouts (visibility guarded in the host).

Why upgrade to Prime?

  • You need more than 5,000 bars, faster than 1 Hz updates, or more than three studies without caps.
  • You want WebGL-class density and Prime-only interaction and analysis features.

How to upgrade

  1. Read the TickUp Prime documentation.
  2. Explore the Prime Showcase.
  3. Use the Prime repository for licensing and integration.

Prime evaluation (separate product)

The TickUpPrimeTier shell in this package is for evaluating the Prime product shape: evaluation chrome when no license key is set. Standard Tier guardrails in this open-source core (including the 5,000-candle cap) still apply to data throughput and indicator counts unless you run against a fully licensed Prime deployment.

Pricing & Licensing

| Plan | License | Best For | Price | | :--- | :--- | :--- | :--- | | Community | MIT | Open Source & Hobby Projects | Free | | Professional | Commercial | Solo Founders & Small Teams | $99/yr | | Enterprise | Custom | HFT Platforms, Brokerages, and Banks | Contact |

Quick Start

npm install tickup react react-dom styled-components
import { TickUpStage } from 'tickup';

export function App() {
  return <TickUpStage intervalsArray={[]} />;
}

Documentation

Open source & collaborators

TickUp Core (this repository and the tickup package on npm) is open source under the MIT License. You can study it, ship it in commercial products, fork it, and send improvements back—no permission slip required beyond the license terms.

If you care about financial UX, canvas performance, TypeScript APIs, or documentation clarity, you belong here. We welcome first-time contributors as much as regulars: open an issue with a question, a repro, or a rough idea; share a small doc fix or a focused PR; or pair on a larger change after a quick discussion in an issue so nobody wastes effort.

Ways to reach the maintainer (Bar Damri):

See Contributing for branch expectations, build commands, and PR hygiene.

TickUp Prime

Interested in TickUp Prime? Start with the Prime documentation and try the Showcase.

Legacy support

npm versions below 1.0.36 are deprecated and unsupported. That line predates the current Generous Standard architecture (clean TickUp Core vs Prime separation, documented Standard Tier guardrails, and security fixes). Do not build new integrations on older tarballs.

Standard Tier stability: From 1.0.36 onward, the 5,000-bar history cap and the ~1 Hz live-update throttle on Standard shells are mandatory parts of the supported Standard Tier model—they keep dashboards predictable and are not optional “suggestions” for production use.

Deprecate older releases on npm (run while logged in as a maintainer; repeats are safe):

npm deprecate tickup@"< 1.0.36" "Legacy architecture. Please upgrade to v1.0.36+ for stable Core/Prime separation and security patches."

Optional: confirm what npm will match:

npm view tickup versions --json