insane VS sanitize-html

Compare insane vs sanitize-html and see what are their differences.

insane

:pouting_cat: Lean and configurable whitelist-oriented HTML sanitizer (by bevacqua)

sanitize-html

Clean up user-submitted HTML, preserving whitelisted elements and whitelisted attributes on a per-element basis. Built on htmlparser2 for speed and tolerance (by apostrophecms)
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
insane sanitize-html
1 4
442 3,617
- 0.6%
0.0 7.4
29 days ago about 1 month ago
JavaScript JavaScript
MIT License MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

insane

Posts with mentions or reviews of insane. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-08-26.
  • How To Parse and Render Markdown In Vuejs
    6 projects | dev.to | 26 Aug 2021
    Vue does not have as much support for Vue as there is for React. Examples are markdown-it, Remark.js, marked.js. But hopefully in the future, there should be more support, and after much research, I picked marked.js because it has the most stars and has zero vulnerability. Marked does not sanitize (meaning it does not secure HTML documents from attacks like cross-site scripting (XSS) ) marked output HTML as that feature is deprecated and has vulnerability but however, it supports the use of other libraries to secure output HTML such as DOMPurify (recommended), sanitize-html or insane.

sanitize-html

Posts with mentions or reviews of sanitize-html. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-07-19.

What are some alternatives?

When comparing insane and sanitize-html you can also consider the following projects:

DOMPurify - DOMPurify - a DOM-only, super-fast, uber-tolerant XSS sanitizer for HTML, MathML and SVG. DOMPurify works with a secure default, but offers a lot of configurability and hooks. Demo:

marked - A markdown parser and compiler. Built for speed.

js-xss - Sanitize untrusted HTML (to prevent XSS) with a configuration specified by a Whitelist

remark - markdown processor powered by plugins part of the @unifiedjs collective

xss-filters

SuperTokens Community - Open source alternative to Auth0 / Firebase Auth / AWS Cognito

Retire.js - scanner detecting the use of JavaScript libraries with known vulnerabilities. Can also generate an SBOM of the libraries it finds.

cidaas SDK for JS - With this SDK, you can integrate cidaas smoothly and with minimal effort into your javascript application. It enables you to map the most important user flows for OAuth2 and OIDC compliant authentication. Secure – Fast – And unrivaled Swabian.

Themis - Easy to use cryptographic framework for data protection: secure messaging with forward secrecy and secure data storage. Has unified APIs across 14 platforms.

openzeppelin-solidity - OpenZeppelin Contracts is a library for secure smart contract development. [Moved to: https://github.com/OpenZeppelin/openzeppelin-contracts]

markdown-it - Markdown parser, done right. 100% CommonMark support, extensions, syntax plugins & high speed