3rd Party Libraries
3rd party libraries include:
- JavaScript modules or libraries that you load via your HTML source code
- Package dependencies loaded via your
package.json
file
Impact of 3rd Party Libraries
3rd party libraries can be useful tools for developers, however there are associated impacts and potential issues with using them:
- Impact on the size of the build artefacts
- Impact on performance
- Security risks of open source code
- Licensing costs of closed source code
- Dependency on external code which may not be maintained/updated
Approved Libraries
You are permitted to use the following 3rd party libraries if required:
- jest
- lit
- lodash-es
- SASS
- SCSS
- vanilla-router
Approval Required
Before using any 3rd party libraries not on the approved list you must get approval from the Temenos Explorer development team.