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

@brickhouse-tech/angular-lts

v1.9.2

Published

AngularJS LTS — Community Security Patches ===========================================

Readme

AngularJS LTS — Community Security Patches

This is a community-maintained fork of AngularJS 1.x providing security patches for known CVEs. The original AngularJS project reached End-of-Life in January 2022 and no longer receives updates.

Why This Fork?

AngularJS still has ~2 million monthly npm downloads. Thousands of enterprise applications depend on it. The only alternative for security patches was expensive commercial support ($15K–$50K+/year). This fork provides free, open-source security patches as a drop-in replacement.

What's Included

  • 11 CVE/vulnerability fixes (2 HIGH, 9 MEDIUM) — see table below
  • Drop-in replacement — same API, same behavior, just patched
  • CI via GitHub Actions — tested on Node 20
  • OIDC npm publishing with provenance
  • MIT licensed — same as upstream

Security Patches

| CVE / Snyk ID | Severity | Type | Status | |---|---|---|---| | SNYK-JS-ANGULAR-6091113 | HIGH | ReDoS in ng-srcset directive | ✅ Fixed | | CVE-2022-25844 | HIGH | ReDoS in angular.copy | ✅ Fixed | | SNYK-JS-ANGULAR-9919773 | Medium | SVG <image> href sanitization bypass | ✅ Fixed | | SNYK-JS-ANGULAR-7924843 | Medium | srcset allowlist bypass | ✅ Fixed | | SNYK-JS-ANGULAR-7924842 | Medium | <source> srcset not sanitized | ✅ Fixed | | SNYK-JS-ANGULAR-3373046 / CVE-2020-7212 | Medium | ReDoS in URL input validation | ✅ Fixed | | SNYK-JS-ANGULAR-3373045 | Medium | ReDoS in $resource service | ✅ Fixed | | CVE-2020-7676 | Medium | Prototype pollution via merge/copy | ✅ Fixed | | SNYK-JS-ANGULAR-2949781 | Medium | XSS via <textarea> (IE-specific) | ✅ Fixed | | SNYK-JS-ANGULAR-2772735 | Medium | ReDoS in date format regex | ✅ Fixed | | CVE-2022-25869 | Medium | $sanitize bypass via <style> (IE/Edge) | ✅ Fixed |

Installation

npm install @brickhouse-tech/angular-lts

Drop-in replacement for [email protected]. Same API, same behavior.

Migration from angular

- "angular": "1.8.3"
+ "@brickhouse-tech/angular-lts": "^1.8.4"

No code changes required.

Sponsorship

This project is maintained by Brickhouse Tech. If your organization depends on AngularJS, consider sponsoring to ensure continued maintenance.

Sponsor

| Tier | Price | Benefits | |------|-------|----------| | Community | Free | Open source patches, npm package | | Supporter | $50/mo | Logo on README, priority issues | | Professional | $500/mo | 48h SLA, private Slack, migration guidance | | Enterprise | $5,000/mo | 4h SLA, custom patches, compliance docs |

Versioning

This fork follows the upstream 1.8.x line. Security patches are published as 1.8.4+ releases. Prerelease versions use the format 1.8.4-N.

License

MIT — same as the original AngularJS project. See LICENSE.

Links