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

@ryanmakes/expressionbuilder_pptb

v1.1.0

Published

Power Automate Trigger And Array Filter Builder

Readme

Power Automate Expression Builder

Version: 1.0.9

Power Automate Expression Builder is a React and TypeScript app for building Trigger Condition and Filter array advanced-mode predicates inside the Power Platform Toolbox. It uses a pure expression engine and shared Fluent UI v9 builder UI, with a thin host bootstrap for PPTB.

Package Boundaries

packages/engine: pure TypeScript expression formatting and diagnostics
packages/platform: PPTB platform adapter
packages/builder-ui: shared Fluent UI v9 Concept C composer
apps/pptb: Power Platform Toolbox bootstrap

Setup

This workspace requires Node 24.17.0 on the active 24.x LTS line, matching the workspace engines fields and the root-owned Vite 8 / @vitejs/plugin-react 6 toolchain.

If you use nvm, the repo root includes .nvmrc:

nvm use

Install dependencies from the repo root:

npm install

The app workspace inherits Vite, TypeScript, and the React plugin from the repo root. Do not add duplicate toolchain entries to apps/pptb unless the workspace layout changes.

Development

Theme edits belong in packages/builder-ui/src/theme/workbenchTokens.ts. fluentTheme.ts only mirrors that runtime source for compatibility exports.

Run the Power Platform Toolbox host:

npm run dev:pptb

When loading the Power Platform Toolbox package, rebuild first so the emitted dist artifacts include the latest builder-ui theme changes:

npm run build:pptb

Verification

Run the fast checks from the repo root:

npm run lint
npm run typecheck
npm test

Run end-to-end smoke tests:

npm run test:e2e

Build

Build the PPTB host:

npm run build:pptb

Preview a build:

npm run preview:pptb

Docs