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.6

Published

[![npm version](https://img.shields.io/npm/v/@brickhouse-tech/angular-lts?logo=npm)](https://www.npmjs.com/package/@brickhouse-tech/angular-lts) [![npm downloads](https://img.shields.io/npm/dm/@brickhouse-tech/angular-lts)](https://www.npmjs.com/package/@

Readme

AngularJS 1.x Security Patches — Free, Drop-in, MIT Licensed

npm version npm downloads License: MIT CVEs Patched

Production-ready security patches for AngularJS 1.x — All 11 known CVEs patched. Zero code changes required. Open source alternative to $15K–$50K/year commercial support.

Try the Live Demo →


The Problem

AngularJS reached End-of-Life in January 2022. Google stopped all maintenance and security updates.

Yet the framework still has:

  • ~2 million monthly downloads on npm
  • Thousands of production applications in Fortune 500 companies
  • 11 unpatched security vulnerabilities (2 HIGH, 9 MEDIUM severity)
  • No official migration path that doesn't require a complete rewrite

Most enterprises face three bad options:

  1. Stay on 1.8.3 with known CVEs → fails security audits, compliance reviews
  2. Rewrite to modern Angular/React/Vue → $500K+ and 12–24 months
  3. Pay $15K–$50K+/year for commercial Extended Support

The Solution

@brickhouse-tech/angular-lts is a community-maintained fork that patches all known security vulnerabilities in AngularJS 1.x.

All 11 CVEs patched — 2 HIGH, 9 MEDIUM severity vulnerabilities fixed
Drop-in replacement — Same API, same behavior, zero code changes
MIT licensed — Free and open source, forever
Actively maintained — CI/CD, npm provenance, GitHub security advisories
Production-ready — Latest version 1.9.3 on npm

One command. Zero refactoring. Full security compliance.


Security Vulnerabilities Patched

| # | Vulnerability ID | Severity | CVSS | Vulnerability Type | Status | |---|-----------------|----------|------|-------------------|--------| | 1 | SNYK-JS-ANGULAR-9919773 | Medium | 5.3 | Incomplete Filtering (SVG href) | ✅ Fixed in 1.8.4+ | | 2 | SNYK-JS-ANGULAR-7924843 | Medium | 5.3 | srcset bypass | ✅ Fixed in 1.8.4+ | | 3 | SNYK-JS-ANGULAR-7924842 | Medium | 5.3 | srcset source spoofing | ✅ Fixed in 1.8.4+ | | 4 | SNYK-JS-ANGULAR-6091113 | High | 7.5 | ReDoS ng-srcset | ✅ Fixed in 1.8.4+ | | 5 | SNYK-JS-ANGULAR-3373044 | Medium | 5.3 | ReDoS angular.copy() | ✅ Fixed in 1.8.4+ | | 6 | SNYK-JS-ANGULAR-3373046 | Medium | 5.3 | ReDoS input[type=url] | ✅ Fixed in 1.8.4+ | | 7 | SNYK-JS-ANGULAR-3373045 | Medium | 5.3 | ReDoS $resource | ✅ Fixed in 1.8.4+ | | 8 | SNYK-JS-ANGULAR-2949781 | Medium | 6.1 | XSS textarea (IE) | ✅ Fixed in 1.8.4+ | | 9 | SNYK-JS-ANGULAR-2772735 | Medium | 5.3 | ReDoS DATE_FORMATS | ✅ Fixed in 1.8.4+ | | 10 | CVE-2022-25869 | Medium | 6.1 | $sanitize bypass style (IE/Edge) | ✅ Fixed in 1.8.4+ | | 11 | CVE-2022-25844 / CVE-2020-7676 / CVE-2020-7212 | High+Medium | 7.5 | ReDoS + XSS + Proto Pollution | ✅ Fixed in 1.8.4+ |

All patches tested and verified. Full details in SECURITY.md.


Migration Guide

Step 1: Uninstall the old package

npm uninstall angular

Step 2: Install @brickhouse-tech/angular-lts

npm install @brickhouse-tech/angular-lts

That's it. No code changes. No configuration. No build changes. Same API, same behavior, just patched.

Your package.json should now show:

{
  "dependencies": {
    "@brickhouse-tech/angular-lts": "^1.9.3"
  }
}

If you're using a CDN, point to:

<script src="https://unpkg.com/@brickhouse-tech/[email protected]/angular.min.js"></script>

@brickhouse-tech/angular-lts vs. HeroDevs NES

HeroDevs offers commercial Extended Support for AngularJS (NES). It's a solid option for enterprises that need vendor backing. But it's expensive — and unnecessary for most teams.

| Feature | @brickhouse-tech/angular-lts | HeroDevs NES | |---------|------------------------------|--------------| | Price | Free (MIT) | $15,000–$50,000+/year | | Security patches | ✅ All 11 CVEs patched | ✅ All known CVEs patched | | Drop-in replacement | ✅ Zero code changes | ✅ Zero code changes | | Open source | ✅ MIT license, public repo | ❌ Proprietary, closed source | | npm package | ✅ Public npm | ✅ Private npm registry | | Community support | ✅ GitHub issues | ❌ Paid support only | | SLA | ❌ Best-effort (Enterprise tier available) | ✅ Contractual SLA | | Custom patches | ❌ (Enterprise tier available) | ✅ Custom backports | | Compliance docs | ❌ (Enterprise tier available) | ✅ Audit reports, attestations |

Bottom line: If you just need the CVEs patched, use @brickhouse-tech/angular-lts and save $15K–$50K/year. If you need vendor SLAs and compliance paperwork, consider our Enterprise tier or HeroDevs.


Enterprise Support

Need more than open source patches? We offer commercial support tiers for teams that require SLAs, priority patches, or custom backports.

| Tier | Price | What You Get | |------|-------|--------------| | Community | Free | Open source patches, GitHub issues, npm package | | Professional | $500/month | 48-hour SLA, private Slack channel, priority bug fixes | | Enterprise | $5,000/month | 4-hour SLA, custom patches, compliance documentation, audit support |

Get Enterprise Support →


Support This Project

This fork is maintained by Brickhouse Tech and community contributors. If your organization depends on AngularJS, consider sponsoring to ensure continued maintenance and faster patch releases.

Sponsor on GitHub →

Every contribution helps keep this project alive for the thousands of teams still running AngularJS in production.


Technical Details

  • Upstream: Based on [email protected] (final official release)
  • Current version: 1.9.3 (includes all security patches)
  • Testing: CI via GitHub Actions, tested on Node 20+
  • Publishing: OIDC npm publishing with provenance attestation
  • License: MIT (same as original AngularJS)

Links


License

MIT — same as the original AngularJS project. See LICENSE for full text.


Built with ❤️ by Brickhouse Tech and community contributors.