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

@spectrum-web-components/dropdown

Package Overview
Dependencies
Maintainers
5
Versions
62
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@spectrum-web-components/dropdown - npm Package Compare versions

Comparing version 0.8.3 to 0.8.4-alpha.17

21

package.json

@@ -21,3 +21,3 @@ {

],
"version": "0.8.3",
"version": "0.8.4-alpha.17+78878f74",
"description": "",

@@ -28,2 +28,3 @@ "main": "src/index.js",

"exports": {
".": "./src/index.js",
"./src/": "./src/",

@@ -60,13 +61,13 @@ "./custom-elements.json": "./custom-elements.json",

"dependencies": {
"@spectrum-web-components/base": "^0.1.1",
"@spectrum-web-components/button": "^0.9.2",
"@spectrum-web-components/icon": "^0.6.1",
"@spectrum-web-components/icons-ui": "^0.3.1",
"@spectrum-web-components/menu": "^0.4.2",
"@spectrum-web-components/overlay": "^0.6.2",
"@spectrum-web-components/popover": "^0.5.2",
"@spectrum-web-components/shared": "^0.7.2",
"@spectrum-web-components/base": "^0.1.2-alpha.17+78878f74",
"@spectrum-web-components/button": "^0.9.3-alpha.17+78878f74",
"@spectrum-web-components/icon": "^0.6.2-alpha.17+78878f74",
"@spectrum-web-components/icons-ui": "^0.3.2-alpha.17+78878f74",
"@spectrum-web-components/menu": "^0.4.3-alpha.17+78878f74",
"@spectrum-web-components/overlay": "^0.6.3-alpha.17+78878f74",
"@spectrum-web-components/popover": "^0.5.3-alpha.17+78878f74",
"@spectrum-web-components/shared": "^0.7.3-alpha.17+78878f74",
"tslib": "^2.0.0"
},
"gitHead": "7ce968fced1870613e7ed4a9023eef6265a60154"
"gitHead": "78878f74c0276b0677b56033db46c65d75450c84"
}

@@ -219,2 +219,4 @@ /*

aria-haspopup="true"
aria-controls="popover"
aria-expanded=${this.open ? 'true' : 'false'}
aria-label=${ifDefined(this.label || undefined)}

@@ -221,0 +223,0 @@ id="button"

@@ -336,2 +336,4 @@ /*

aria-haspopup="true"
aria-controls="popover"
aria-expanded=${this.open ? 'true' : 'false'}
aria-label=${ifDefined(this.label || undefined)}

@@ -338,0 +340,0 @@ id="button"

Sorry, the diff of this file is not supported yet

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