Every line of 'convert html to string javascript' code snippets is scanned for vulnerabilities by our powerful machine learning engine that combs millions of open source libraries, ensuring your JavaScript code is secure.
23 function insertScript(html, js) { 24 return html.replace('</body>', 25 `${getHooks('script', 'start')}<${getHtmlTagNameAndAttr('script')}>\n${js}\n</script>${getHooks('script', 'end')}</body>`) 26 }
Secure your code as it's written. Use Snyk Code to scan source code in minutes – no build needed – and fix issues immediately. Enable Snyk Code