New CS proposal: JavaScript (and TypeScript) Cheat Sheet

Author: randomstuffCreated Aug 4, 2026Updated Sep 17, 2026
LabelsACK_OBTAINEDNEW_CSHELP_WANTED

What is the proposed Cheat Sheet about?

Secure development of JavaScript applications.

What security issues are commonly encountered related to this area?

  • Prototype pollution
  • etc.

What is the objective of the Cheat Sheet?

There is already a NodeJs Cheat Sheet. A large parts of the Node.js is actually applicable to any JavaScript or TypeScript based applications : backend node.js, frontend (Angular, React, Vue, etc.), etc. The idea would be to move part of the Node.js Cheat Sheet in a JavaScript Cheat Sheet and make cross references between the two cheat sheets.

What other resources exist in this area?

  • Node.js Cheat Sheet
  • Third Party JavaScript Management Cheat Sheet