=========================================================== .___ __ __ _________________ __ __ __| _/|__|/ |_ / ___\_` __ \__ \ | | \/ __ | | \\_ __\ / /_/ > | \// __ \| | / /_/ | | || | \___ /|__| (____ /____/\____ | |__||__| /_____/ \/ \/ grep rough audit - static analysis tool v2.8 written by @Wireghoul =================================[justanotherhacker.com]=== node-transformers-3.0.0/README.md-50- node-transformers-3.0.0/README.md:51: - cdata - No need to install anything, just wraps input as `<![CDATA[${INPUT_STRING]]>` with the standard escape for `]]>` (`]]]]><![CDATA[>`). node-transformers-3.0.0/README.md:52: - cdata-js - as `cdata`, but with surrounding comments suitable for inclusion into a HTML/JavaScript `<script>` block: `//<![CDATA[\n${INPUT_STRING\n//]]>`. node-transformers-3.0.0/README.md:53: - cdata-css - as `cdata`, but with surrounding comments suitable for inclusion into a HTML/CSS `<style>` block: `/*<![CDATA[*/\n${INPUT_STRING\n/*]]>*/`. node-transformers-3.0.0/README.md:54: - verbatim - No need to install anything, acts as a verbatim passthrough `${INPUT_STRING}` node-transformers-3.0.0/README.md-55- - escape-html - No need to install anything, just replaces special characters to sanitize input for html/xml