
Security News
AGENTS.md Gains Traction as an Open Format for AI Coding Agents
AGENTS.md is a fast-growing open format giving AI coding agents a shared, predictable way to understand project setup, style, and workflows.
@atlassian/aui
Advanced tools
A set of components for building user interfaces in Atlassian products and services.
Thorough documentation is available at the AUI website.
Consuming the AUI library is supported through a few methods:
AUI is released to npmjs.com. Install it through your favourite package manager:
npm install @atlassian/aui
yarn add @atlassian/aui
In the Node package, you will find:
dist/
contains pre-compiled javascript and css. This is the simplest way to use AUI.
src/
contains the raw JavaScript and LESS sources. It's unlikely you'll require these directly.
AUI can be used as an Atlassian P2 plugin. This plugin requires Spring Scanner 2 to be available in the runtime it is installed in.
All Atlassian Server products come with AUI pre-installed, so you don't need to do much to re-use it in your plugin.
Each AUI component has a web-resource
key you can include it by. Consult each component's documentation
on the AUI website for the key.
AUI distributions are released as a zip file called the
aui-flat-pack, hosted
through Atlassian's Maven nexus.
Note that this is equivalent to the dist/
folder available in the Node package.
Use of AUI is not officially supported through a Content Delivery Network (CDN). However, because AUI is published to npmjs.com, the AUI distributions are also published through some public CDN services such as:
Raise bugs or feature requests in the AUI project.
AUI is an Atlassian Developer Asset and is released under the Atlassian Developer Terms license. Some assets are released under the Atlassian Design Guidelines (ADG) license. See the licenses directory for information about AUI, ADG, and included libraries.
FAQs
Atlassian User Interface library
The npm package @atlassian/aui receives a total of 6,838 weekly downloads. As such, @atlassian/aui popularity was classified as popular.
We found that @atlassian/aui demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer 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
AGENTS.md is a fast-growing open format giving AI coding agents a shared, predictable way to understand project setup, style, and workflows.
Security News
/Research
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
Security News
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.