
Security News
OWASP 2025 Top 10 Adds Software Supply Chain Failures, Ranked Top Community Concern
OWASP’s 2025 Top 10 introduces Software Supply Chain Failures as a new category, reflecting rising concern over dependency and build system risks.
@j2inn/resolvable-ui-elements
Advanced tools
The main goal of this library is to enhance the flexibility of the UI code written, by adding a layer that separates the queries and information used to interact with the backend from the UI code, moving it to a separated JSON file.
The main goal of this library is to enhance the flexibility of the UI code written, by adding a layer that separates the queries and information used to interact with the backend from the UI code, moving it to a separated JSON file.
The JSON file (typically called elements.json) can be generated from a spreadsheet used to simplify the data management for a project UI.
To install this package run npm i @j2inn/resolvable-ui-elements
See: https://finproducts.atlassian.net/wiki/spaces/ECO/pages/32881311778/Element+Types
src
├── resolvableElements
│ ├── elements # Element classes implementation
│ ├── interfacesGeneration # Code for generating interfaces from an elements.json file
│ ├── react # React hooks to use resolvable elements.
│ └── ...
└── ...
If you decide to use the Resolver's evalFuncName feature, this library should be used in combination with finOemAuthzExt. The pod allows the usage of the wrapper function.
/**
* Function name to be used for expressions eval,
* used to enable custom backend permission check using elements path
* @example
* customEval(\`page/section/elementName\`, parametersDict)
*/
evalFuncName?: string
Version 1.0.4 of this library introduces the usage of optional parameters in function evaluation. To be able to use them, finOemAuthzExt 1.0.2+ should be used for the BE.
FAQs
The main goal of this library is to enhance the flexibility of the UI code written, by adding a layer that separates the queries and information used to interact with the backend from the UI code, moving it to a separated JSON file.
We found that @j2inn/resolvable-ui-elements demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 18 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
OWASP’s 2025 Top 10 introduces Software Supply Chain Failures as a new category, reflecting rising concern over dependency and build system risks.

Research
/Security News
Socket researchers discovered nine malicious NuGet packages that use time-delayed payloads to crash applications and corrupt industrial control systems.

Security News
Socket CTO Ahmad Nassri discusses why supply chain attacks now target developer machines and what AI means for the future of enterprise security.