New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@aurodesignsystem/auro-dropdown

Package Overview
Dependencies
Maintainers
5
Versions
56
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aurodesignsystem/auro-dropdown - npm Package Compare versions

Comparing version 2.10.4 to 2.10.5

7

CHANGELOG.md
# Semantic Release Automated Changelog
## [2.10.5](https://github.com/AlaskaAirlines/auro-dropdown/compare/v2.10.4...v2.10.5) (2024-02-26)
### Performance Improvements
* **custom:** improve custom registration example ([816447e](https://github.com/AlaskaAirlines/auro-dropdown/commit/816447ec0eaf96f411e386d7b5f5aeb535d1fe6c))
## [2.10.4](https://github.com/AlaskaAirlines/auro-dropdown/compare/v2.10.3...v2.10.4) (2024-02-23)

@@ -4,0 +11,0 @@

26

demo/index.md

@@ -319,4 +319,13 @@ <!--

<!-- The below content is automatically added from ./../../apiExamples/custom.html -->
<custom-dropdown aria-label="custom label">
Lorem ipsum solar
<custom-dropdown id="common" common aria-label="Label content for screen reader">
<div style="padding: var(--ds-size-150);">
Lorem ipsum solar
<br />
<auro-button onclick="document.querySelector('#common').hide()">
Dismiss Dropdown
</auro-button>
</div>
<span slot="helpText">
Help text
</span>
<div slot="trigger">

@@ -334,4 +343,13 @@ Trigger

```html
<custom-dropdown aria-label="custom label">
Lorem ipsum solar
<custom-dropdown id="common" common aria-label="Label content for screen reader">
<div style="padding: var(--ds-size-150);">
Lorem ipsum solar
<br />
<auro-button onclick="document.querySelector('#common').hide()">
Dismiss Dropdown
</auro-button>
</div>
<span slot="helpText">
Help text
</span>
<div slot="trigger">

@@ -338,0 +356,0 @@ Trigger

2

package.json

@@ -10,3 +10,3 @@ {

"name": "@aurodesignsystem/auro-dropdown",
"version": "2.10.4",
"version": "2.10.5",
"description": "auro-dropdown HTML custom element",

@@ -13,0 +13,0 @@ "repository": {

@@ -114,3 +114,3 @@ <!--

<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@aurodesignsystem/webcorestylesheets@5.0.3/dist/bundled/essentials.css" />
<script src="https://cdn.jsdelivr.net/npm/@aurodesignsystem/auro-dropdown@2.10.4/dist/auro-dropdown__bundled.js" type="module"></script>
<script src="https://cdn.jsdelivr.net/npm/@aurodesignsystem/auro-dropdown@2.10.5/dist/auro-dropdown__bundled.js" type="module"></script>
```

@@ -117,0 +117,0 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc