hast-util-sanitize
Data sanitizer
Utility to make tree-based data safe by removing dangerous content
utility to sanitize hast nodes
50 stars
10 watching
20 forks
Language: JavaScript
last commit: 27 days ago cleanhasthast-utilhtmlsanitizesecuritysyntax-treeunistutilxss
Related projects:
Repository | Description | Stars |
---|---|---|
syntax-tree/hast-util-to-html | Utility to convert syntax tree into HTML string | 88 |
syntax-tree/hast-util-from-text | Utility to transform plain text into a hast node's visible content | 2 |
syntax-tree/hast-util-from-dom | Transforms a DOM tree into a hast syntax tree | 22 |
syntax-tree/unist-util-remove | Utility to remove nodes from a tree | 22 |
syntax-tree/unist-util-filter | Utility to remove unwanted nodes from a tree data structure | 18 |
syntax-tree/hastscript | Utility to create syntax trees with ease. | 164 |
syntax-tree/hast-util-select | Utility package for working with HTML structures in JavaScript | 38 |
syntax-tree/hast-util-to-text | Utility function to extract plain text from HTML-like data structures | 19 |
syntax-tree/hast-util-assert | Utility to verify correctness of nodes in HTML/Markdown parsing trees | 1 |
syntax-tree/hast-util-to-nlcst | Utility to convert HTML syntax tree to natural language representation | 4 |
syntax-tree/hast-util-to-xast | Utility to convert HTML syntax trees into XML syntax trees | 4 |
syntax-tree/mdast-util-to-hast | Transforms markdown syntax trees into HTML syntax trees | 103 |
syntax-tree/hast-util-is-element | Utility to check if a node matches certain element criteria in HTML or document structures | 12 |
syntax-tree/hast-util-to-dom | Utility to transform HTML syntax trees into DOM structures. | 19 |
syntax-tree/hast-util-has-property | Utility to check if an element has a certain property | 1 |