
Product
Introducing Webhook Events for Alert Changes
Add real-time Socket webhook events to your workflows to automatically receive software supply chain alert changes in real time.
redirect-now
Advanced tools
Middleware especially for đťš« Now deployments that redirects all requests to a configured hostname.
It respects the Now deployment URLs though. So when you access a non-aliased deployment URL directly (e.g. https://redirect-now-otytioldup.now.sh), incoming requests will not be redirected.
$ npm install redirect-now
The middleware can be used as all other Connect and Express middleware libraries out there;
const express = require('express')
const redirect = require('redirect-now')
const app = express()
// Redirect all incoming requests to `www.example.com`.
app.use(redirect('www.example.com'))
Returns a middleware function that is compatible with Connect's API.
Type: string RegExp
The hostname to redirect to, or a RegExp to test the hostname against.
Type: Object
Type: string
By default, the redirect target is the passed hostname.
Type: boolean
By default, the middleware is enabled when running when NODE_ENV=production.
MIT © Robin van der Vleuten
FAQs
Middleware to redirect aliased Now deployments
We found that redirect-now demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Product
Add real-time Socket webhook events to your workflows to automatically receive software supply chain alert changes in real time.

Security News
ENISA has become a CVE Program Root, giving the EU a central authority for coordinating vulnerability reporting, disclosure, and cross-border response.

Product
Socket now scans OpenVSX extensions, giving teams early detection of risky behaviors, hidden capabilities, and supply chain threats in developer tools.