How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.
This is an HTML sanitization library designed to remove dangerous tags and attributes from user-submitted HTML to prevent cross-site scripting attacks. It functions as a content filter that whitelists specific elements and attributes while escaping or discarding unauthorized markup. The project includes an HTML transformation engine that allows for the modification or replacement of tags and attributes using custom logic. It also features a CSS style validator to clean inline properties against permitted patterns and a system for resource URL validation to restrict hostnames and schemes. The
npm-image: https://img.shields.io/npm/v/dt-sql-parser.svg?style=flat-square npm-url: https://www.npmjs.com/package/dt-sql-parser
This library is a CSV data serializer and stringifier for transforming structured records into comma-separated values. It provides tools for converting data records into plain text via synchronous, callback-based, or stream-based implementations. The project distinguishes itself by offering a streaming implementation through the native Node.js Transform API, which allows for the processing of large datasets without loading all records into memory. It also includes a flexible formatting system to define specific delimiters, quotes, escape characters, and header configurations. The toolset cov
Try online π | Read the specification π
The main features of andrejewski/himalaya are: Parsing Tools.
Projects with overlapping indexed features include: apostrophecms/sanitize-html β This is an HTML sanitization library designed to remove dangerous tags and attributes from user-submitted HTML toβ¦ dtstack/dt-sql-parser β [npm-image]: https://img.shields.io/npm/v/dt-sql-parser.svg?style=flat-square [npm-url]:β¦ eemeli/yaml. fb55/htmlparser2 β htmlparser2 is a collection of tools for high-performance markup parsing, DOM manipulation, and incremental streamβ¦ inikulin/parse5 β parse5 is a WHATWG HTML parser and serializer for Node.js. It transforms HTML strings into a document object model andβ¦ adaltas/node-csv β This library is a CSV data serializer and stringifier for transforming structured records into comma-separated values.β¦