Use third-party libraries in applications in the ServiceNow IDE
Call third-party libraries in your application to use existing open-source functionality with the ServiceNow IDE.
Before you begin
Create a JavaScript module. For more information, see Create and use JavaScript modules in applications in the ServiceNow IDE.
To install and use packages from private registries, you must configure your Package Manager user settings in the ServiceNow IDE. For more information, see Install an npm package from a private registry with the ServiceNow IDE.
Role required: admin
About this task
Third-party libraries are added to applications as JavaScript modules. For general information about the syntax used to create JavaScript modules, see the JavaScript modules page on the MDN Web Docs website.
Important:
You can't use third-party libraries that rely on unsupported functionality, such as unsupported APIs or ECMAScript features. For more information about unsupported functionality, see Third-party library support in Australia and JavaScript modules and third-party libraries.