Advertisement ยท 728 ร— 90

Posts by Ed Ezekiel

Preview
EOL Dataset: Find every EOL dependency in your stack. Free. In 5 minutes. | Product Hunt Your SCA checks for CVEs. It doesn't check whether anyone is still maintaining the software. That's a different question, and until now, no tool answered it well. We track lifecycle status across 12M+...

HeroDevs just launched our EOL Dataset on ProductHunt. EOL Dataset is a free tool that tracks software lifecycle status across 12M+ package versions using official EOL declarations and ML-based detection of maintainer abandonment. Check it out - www.producthunt.com/products/eol...

1 day ago 1 0 0 0
Preview
HeroDevs Blog | HeroDevs at VulnCon 2026 HeroDevs' VulnCon 2026 recap: Updates on CVE program scaling, NVD enrichment changes, AI's impact, and Open Source vulnerability management shifts.

Just wrapped up #vulncon2026 - fascinating conference and some exciting updates for the vulnerability space. I put together my thoughts on the conference here - www.herodevs.com/blog-posts/h...

6 days ago 0 0 0 0

Node excitement ๐Ÿ˜‰

Congrats to @marcoippolito.dev on making it official: type-stripping in Node 25 is now declared to be stable ๐ŸŽ‰

You can run: node index.ts

The capabilities have not changed since Node 24. This is purely a maturity indicator.

5 months ago 166 28 1 7
A screenshot from the tsup repository showing a text above the heading: "Warning: This project is not actively maintained anymore. Please consider using tsdown instead. Read more in the migration guide".

A screenshot from the tsup repository showing a text above the heading: "Warning: This project is not actively maintained anymore. Please consider using tsdown instead. Read more in the migration guide".

tsup is not actively maintained anymore ๐Ÿ‘€

With >9M NPM monthly downloads and >10k GitHub stars, tsup is undeniably a popular choice for bundling. Unfortunately, it is not under active maintenance anymore.

Thanks to @egoist.dev & contributors for all the work on tsup ๐Ÿ™๐Ÿป

8 months ago 68 9 4 0
Preview of the linked PDF

Preview of the linked PDF

ANNOUNCEMENT: I'm looking for work!

I'm a JavaScript/TypeScript expert with a ton of experience in Node, ASTs, Testing Frameworks, Docker, and more!

- 10 years experience
- Former core maintainer of Prettier
- 315 GitHub repos, 198 npm packages

suchipi.com/Resume2025.pdf

9 months ago 66 39 3 2
Video

Chicago โœŠ

10 months ago 48210 9076 693 448
Preview
HeroDevs Blog | Securing Transitive Dependencies in End-of-Life Software: A Guide Learn how to secure your JavaScript applications against vulnerabilities in transitive dependenciesโ€”especially when using end-of-life (EOL) packages. This guide covers npm versioning strategies, updat...

Just put together a guide on the often-overlooked challenge of securing transitive dependencies in End-of-Life JavaScript software. If you've ever wondered when to use ^ vs ~ in your package.json (and why it matters), check it out:

www.herodevs.com/blog-posts/s...

#JavaScriptSecurity #security

1 year ago 1 0 0 0
Advertisement

At HeroDevs, weโ€™re actively working with key CVE program stakeholders and other cybersecurity vendors to chart the path forward.

As we wait to see what the future of the program looks like tomorrow, we stand firmly behind the CVE program and are committed to ensuring its longevity indefinitely.

1 year ago 3 2 1 0
Preview
Cybersecurity World On Edge As CVE Program Prepares To Go Dark MITREโ€™s CVE program may shut down as DHS funding expires, threatening global cybersecurity coordination and exposing critical gaps in vulnerability tracking.

"This isnโ€™t just about maintaining a database. Itโ€™s about maintaining trust in the systems that protect us all."

www.forbes.com/sites/tonybr...

1 year ago 1 0 0 0
Preview
The CVE program for tracking security flaws is about to lose federal funding CVEs are used by Microsoft, Apple, Intel, and many others.

The CVE program for tracking security flaws is about to lose federal funding

1 year ago 115 55 11 25

I've been migrating legacy software systems for years. AI can speed things up when directed by an expert in the source and target frameworks, but it's still an incredibly delicate process. Best case scenario, they get stuck in QA for years. Worst case, they skip QA and SSA recipients get harmed

1 year ago 0 0 0 0
Post image

Got to see Lupe Fiasco at the #grizzlies halftime show yesterday! All in celebration of retiring the Grindfather's jersey.

1 year ago 3 0 0 0
Post image

It's pretty awesome that a few htmx attributes are enough to enable lightning fast live updates to a page. No additional framework required.

1 year ago 0 0 0 0
Yellowcard   Ocean Avenue Vocals
Yellowcard Ocean Avenue Vocals YouTube video by Digital Split

IF I COULD FIND YOU NOW THINGS WOULD GET BETTER

m.youtube.com/watch?v=HrRp...

1 year ago 1 0 1 0
NBA BoxScore Stats and updates for NBA Game bf40b3ca-ad56-47c7-be23-0cb0b0d508af. View detailed box scores including player statistics, team performance, and more.

Another Grizz game, another chance for in-stadium lightning fast box score updated.

#grizznation #memphisgrizzlies #cloudflare #astro #htmx

boxscores.live/bf40b3ca-ad5...

1 year ago 0 0 0 0
Post image

Bounce back dub ๐Ÿ€๐Ÿ”ฅ
#memphis901
#basketball

1 year ago 31 6 1 1
Box Score: MEM vs SAC Stats and updates for NBA Game 9b389e50-506f-4fde-8cee-70d0fe03599b. View detailed box scores including player statistics, team performance, and more.

If anyone is watching the grizzlies game in-stadium tonight, here's my widget for checking box scores, with lightning fast load times โšกโšกโšก

boxscores.live/9b389e50-506...

#grizznation #memphisgrizzlies

1 year ago 0 0 0 0
Advertisement
Box Score: MEM vs NOP Stats and updates for NBA Game 2173cbd0-81e9-40ba-99c7-557522893b6d. View detailed box scores including player statistics, team performance, and more.

Hey Grizz fans! Here's a little widget I put together last weekend for tracking box scores live. If you're watching at the stadium it should load faster than any app available!

#grizznation #cloudflare #astro

boxscores.live/2173cbd0-81e...

1 year ago 0 0 0 0

That looks good! I got a ninja cream a few months ago and it's awesome. I'll have to try out this recipe next

1 year ago 0 0 0 0

Any favorite recipes?

1 year ago 0 0 1 0

I'm working on a little side project, and the api I'm hitting is making me convert timezones ๐Ÿ˜ญ. At least there's `Intl`!

---
new Intl.DateTimeFormat('en-US', {
timeZone: 'America/Chicago',
year: 'numeric',
month: '2-digit',
day: '2-digit',
});
---

1 year ago 3 0 1 0
Preview
Configuration | Cloudflare Pages docs Pages Functions can be configured two ways, either via the Cloudflare dashboard โ†— or wrangler.toml, a configuration file used to customize the development and deployment setup for Workers and Pages Fu...

Just burned a 40 minutes debugging wrangler.toml issues. Note to self, read the docs!!! At the very top of Cloudflare's configuration page they recommend running `npx wrangler pages download config` instead of writing one by hand.

developers.cloudflare.com/pages/functi...

#cloudflare

1 year ago 1 0 0 0

FYI I did in fact do it haha.

1 year ago 1 0 0 0

I missed the grizzlies game last night, looks like Scotty Pippin Jr was on fire!! ๐Ÿ”ฅ๐Ÿ”ฅ๐Ÿ”ฅ

#grizznation

1 year ago 3 0 1 0

I'm building a small widget that consumes two rate-limited endpoints. I want to cache results for a minute for each endpoint using Cloudflare Workers.

Do I:

1. Create one Worker, using caches.default to manually handle caching; or

2. Create two Workers, each using Cache-Control headers?

1 year ago 1 0 1 0
Post image

Do I do it? What's one more domain? Haha

1 year ago 2 0 2 0

Way to go Danny!!!!

1 year ago 0 0 0 0
Advertisement
Preview
Latest updates to effect() in Angular Authors: Alex Rickabaugh Mark Thompson

Another Angular v19 tidbit: the `effects` allowSignalWrites flag is entirely removed, allowing effects to set signals by default.

Note that `effects` are still in developer preview.

I try to avoid effects if feasible, preferring rxjs over effects.

blog.angular.dev/latest-updat...

#angular

1 year ago 0 0 0 0
Post image

#grizznation #memphisgrizzlies

1 year ago 2 0 0 0

Huge first half from Luke Kennard, Des, and Jaylen Wells. Let's keep it goin!

#grizznation #memphisgrizzlies

1 year ago 1 0 0 0