Migrating Helmet for Express.js from v4.x to v5.x

This page summarizes the projects mentioned and recommended in the original post on dev.to

SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.
surveyjs.io
featured
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
  • helmet

    Help secure Express apps with various HTTP headers

  • A routine I have is to go through my (most important) projects I maintain and update the node dependencies to be up to date, this is to ensure that I don't have software running on deprecated and unsecure dependencies. I also do this quite often as it keeps the upgrade process to a minimum and if something break, it's easier to find what's the cause. And today, while doing this maintenance, I had a migration issue with a security package I use on all my node.js projects: Helmet.

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Enhance Security for NodeJS Applications

    1 project | dev.to | 29 Apr 2024
  • 🔒Securing Web: A Deep Dive into Content Security Policy (CSP)

    1 project | dev.to | 15 Feb 2024
  • typescript and helmet

    1 project | /r/node | 10 Jul 2023
  • How to keep postgres connection open?

    1 project | /r/node | 14 Jun 2023
  • How to use Helmet.js to secure your Node.js Express app

    1 project | dev.to | 13 Jun 2023