Introduction
This article will describe how to determine the Dojo library version used in a Mendix application. This information is useful when checking if an app is affected by security vulnerabilities in the Dojo library. Note that the Dojo client is deprecated and will be removed in Mendix 12. It will continue receiving security and stability updates until the end of support for Mendix 11.24, as mentioned in the Mendix React Client documentation.
Environment
Studio Pro v11.24 and older
Instructions/Procedure
To determine the Dojo library version used in a Mendix application, follow the steps listed below:
- Run the application.
- View the application in a web browser.
- Navigate to the console in the browser's developer tools.
- Run the following command:
dojo.version -
Observe the output of the command. See the screenshot below for an example:
Outcome
After performing the steps listed above, the Dojo library version of a Mendix application will be shown in the browser console.
Internal information related
Not applicable
Additional information
- Mendix documentation: Mendix React Client
0 Comments