I cannot find documentation for helmet@3.21.3

Tell us what’s happening:
Describe your issue in detail here.

Could anyone help me to a documentation link for helmet@3.21.3?

Your project link(s)

solution: https://replit.com/@dmikes/multigame

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36

Challenge: Secure Real Time Multiplayer Game

Link to the challenge:

GitHub has all the documentation for every version that’s ever existed, the docs site is just GitHub pages so you can go back through as many versions as you want. There is also an upgrade guide for going from version 3 to version 4 which tells you everything that changed, it’s just a wiki on GitHub (linked in the docs)

This works as well (I just picked October 2019, so it’s prior to that version but they only changed internal not the external API so it should be the same):

https://web.archive.org/web/20191003065750/https://helmetjs.github.io/

1 Like

Thank you very much!

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.