Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

next-ssl-redirect-middleware

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

next-ssl-redirect-middleware - npm Package Compare versions

Comparing version 0.1.2 to 0.1.3

2

package.json
{
"name": "next-ssl-redirect-middleware",
"version": "0.1.2",
"version": "0.1.3",
"description": "Nextjs Middleware to redirect http to https",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

@@ -1,4 +0,4 @@

# nextjs-ssl-redirect-middlewear
# next-ssl-redirect-middleware
[Nextjs Middleware](https://nextjs.org/docs/middleware) to redirect `http` to `https`. This is helpful if you are hosting your site on a service where this redirect doesn't happen automatically (IE heroku).
[Nextjs Middleware](https://nextjs.org/docs/middleware) to redirect `http` to `https`. This is helpful if you are hosting your site on a service that doesn't have "force ssl" support out of the box (IE: heroku).

@@ -25,4 +25,4 @@ ## Install

## Notes:
## Credits
[paulomcnally/node-heroku-ssl-redirect](https://github.com/paulomcnally/node-heroku-ssl-redirect) was referenced in the creation of this library.
[paulomcnally/node-heroku-ssl-redirect](https://github.com/paulomcnally/node-heroku-ssl-redirect) was referenced heavily in the creation of this library.
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc