This codemod updates references from req.connection to req.socket, reflecting changes in Fastify v5's request handling.
Before
ts
After
ts
Explore community-led codemods to migrate, optimize, and transform your codebase.
Build your own codemod and share it with the community.
No description available
The easiest way to run this codemod without installing anything globally:
This codemod updates references from req.connection to req.socket, reflecting changes in Fastify v5's request handling.
ts
ts
Build your own codemod and share it with the community.