Security News
The Risks of Misguided Research in Supply Chain Security
Snyk's use of malicious npm packages for research raises ethical concerns, highlighting risks in public deployment, data exfiltration, and unauthorized testing.
@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 47,065 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 0 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
Snyk's use of malicious npm packages for research raises ethical concerns, highlighting risks in public deployment, data exfiltration, and unauthorized testing.
Research
Security News
Socket researchers found several malicious npm packages typosquatting Chalk and Chokidar, targeting Node.js developers with kill switches and data theft.
Security News
pnpm 10 blocks lifecycle scripts by default to improve security, addressing supply chain attack risks but sparking debate over compatibility and workflow changes.