
Research
/Security News
DuckDB npm Account Compromised in Continuing Supply Chain Attack
Ongoing npm supply chain attack spreads to DuckDB: multiple packages compromised with the same wallet-drainer malware.
@ansible/ui-plugin-sdk
Advanced tools
A UI plugin SDK for implementing AAP plugins that dynamically extend the AAP UI.
The Ansible Automation Platform can be extended with new services. This is done by registering a service with the AAP gateway. Each service can extend the AAP UI with new integrations that are dynamically loaded from the service. This SDK defines the interfaces for defining a UI plugin.
There is an example repo demonstrating how to create a plugin using Module Federation.
The bundled plugin will then need to be hosted by the service that is registered with the AAP gateway.
New navigation items can be added to the AAP navigation by creating a navigation integration.
[
{
id: 'example-plugin',
type: UIIntegrationType.Navigation,
label: 'Example Plugin',
path: 'example-plugin',
},
{
id: 'plugin-sub-navigation',
type: UIIntegrationType.Navigation,
label: 'Example Sub Navigation',
component: 'SubNavigation',
parentId: 'example-plugin',
path: 'navigation-1',
},
]
Components referenced in the navigation are built as part of the plugin using Module Federation. See example repo for implementation example.
FAQs
Ansible UI Plugin SDK
The npm package @ansible/ui-plugin-sdk receives a total of 12 weekly downloads. As such, @ansible/ui-plugin-sdk popularity was classified as not popular.
We found that @ansible/ui-plugin-sdk demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 4 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.
Research
/Security News
Ongoing npm supply chain attack spreads to DuckDB: multiple packages compromised with the same wallet-drainer malware.
Security News
The MCP Steering Committee has launched the official MCP Registry in preview, a central hub for discovering and publishing MCP servers.
Product
Socket’s new Pull Request Stories give security teams clear visibility into dependency risks and outcomes across scanned pull requests.