Skip to main content

Assess, plan, evolve.

Reusable compiler-aware skills that help coding agents understand, plan, and safely evolve your codebase.

11 packages

Sort by
Eexpressjs avatar
expressjs/v5-migration-recipe

This codemod migration recipe helps you update your Express.js v4 applications to be compatible with Express.js v5 by addressing deprecated APIs.

Bundletransformationmigration+4
v1.1.0
expressjs
2,938
2 months ago
Eexpressjs avatar
expressjs/sendfile-options

Migrates res.sendFile() options to Express 5 - adds an explicit dotfiles option and renames the removed hidden and from options

transformationmigration+4
v1.0.0
expressjs
358
2 months ago
Eexpressjs avatar
expressjs/static-mime

Migrates express.static.mime (removed in Express 5) to the mime-types package

transformationmigration+5
v1.0.0
expressjs
357
2 months ago
Eexpressjs avatar
expressjs/static-dotfiles

Migrates express.static() options to Express 5 - adds an explicit dotfiles option and renames the removed hidden and from options

transformationmigration+4
v1.0.0
expressjs
360
2 months ago
Eexpressjs avatar
expressjs/explicit-request-params

Migrates usage of the legacy APIs `req.param(name)` to the current recommended approaches

transformationmigration+2
v1.0.0
expressjs
469
7 months ago
Eexpressjs avatar
expressjs/redirect-arg-order

Migrates usage of the legacy APIs `res.redirect(url, status)` to use the recommended argument order `res.redirect(status, url)`.

transformationmigration+3
v1.0.0
expressjs
427
7 months ago
Eexpressjs avatar
expressjs/route-del-to-delete

Migrates usage of the legacy APIs `app.del()` to `app.delete()`

transformationmigration+3
v1.0.0
expressjs
455
7 months ago
Eexpressjs avatar
expressjs/pluralize-method-names

Migrates usage of deprecated singular request methods to their pluralized versions in Express.js applications.

transformationmigration+5
v1.0.0
expressjs
427
7 months ago
Eexpressjs avatar
expressjs/status-send-order

Migrates usage of the legacy APIs `res.send(status)`, `res.send(obj, status)`, `res.json(obj, status)` and `res.jsonp(obj, status)` to the current recommended approaches

transformationmigration+5
v1.0.0
expressjs
636
7 months ago
Eexpressjs avatar
expressjs/camelcase-sendfile

Migrates usage of the legacy API `res.sendfile(file)` to `res.sendFile(file)`

transformationmigration+3
v1.0.0
expressjs
401
7 months ago
Eexpressjs avatar
expressjs/back-redirect-deprecated

Migrates usage of the legacy APIs `res.redirect('back')` and `res.location('back')` to the current recommended approaches

transformationmigration+3
v1.0.0
expressjs
408
8 months ago

Build your own codemod!

Describe the migration you need and Wish will create a codemod for you.

Ready to evolve your codebase?

Build tailored, compiler-aware skills to assess, plan, and automate complex codebase changes.