With the example <pre><codesyntaxhighlight lang="html"><script src="https://example.com/dist/js/externallib.min.js"></script></code></presyntaxhighlight> you can inject remotely maintained code from the server <precode>https://example.com</precode> in your local web project. Remote code updates may break your local project or unwanted code features may be injected into your web project. On the other hand, centralized maintained and updated libraries serve your project due to bugfixes that are automatically updated in your project when the library is fetched again from the remote server.