Skip to content

Instantly share code, notes, and snippets.

@Luke-SNAW
Last active November 8, 2021 23:30
Show Gist options
  • Save Luke-SNAW/ed8fa45040eff04acc25dfa280afcc0b to your computer and use it in GitHub Desktop.
Save Luke-SNAW/ed8fa45040eff04acc25dfa280afcc0b to your computer and use it in GitHub Desktop.
[Javascript tools about security] #articles #security
  • RetireJS
  • Cookies: is a node.js module for getting and setting HTTP(S) cookies. Cookies can be signed to prevent tampering, using Keygrip. It can be used with the built-in node.js HTTP library, or as Connect/Express middleware.
  • DOMPurify: is a DOM-only, super-fast, uber-tolerant XSS sanitizer for HTML, MathML and SVG.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment