Huge News!Announcing our $40M Series B led by Abstract Ventures.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.3.4 to 0.3.5

4

CHANGELOG.md

@@ -6,2 +6,6 @@ # Change Log

## [0.3.5](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/dropdown@0.3.4...@spectrum-web-components/dropdown@0.3.5) (2020-01-06)
**Note:** Version bump only for package @spectrum-web-components/dropdown
## [0.3.4](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/dropdown@0.3.3...@spectrum-web-components/dropdown@0.3.4) (2019-12-12)

@@ -8,0 +12,0 @@

@@ -56,2 +56,3 @@ {

"name": "disabled",
"attribute": "disabled",
"type": "boolean"

@@ -61,2 +62,3 @@ },

"name": "invalid",
"attribute": "invalid",
"type": "boolean"

@@ -66,2 +68,3 @@ },

"name": "label",
"attribute": "label",
"type": "string | undefined"

@@ -71,2 +74,3 @@ },

"name": "open",
"attribute": "open",
"type": "boolean"

@@ -80,2 +84,3 @@ },

"name": "quiet",
"attribute": "quiet",
"type": "boolean"

@@ -85,2 +90,3 @@ },

"name": "value",
"attribute": "value",
"type": "string"

@@ -90,2 +96,3 @@ },

"name": "selectedItemText",
"attribute": "selectedItemText",
"type": "string"

@@ -92,0 +99,0 @@ },

18

package.json

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

],
"version": "0.3.4",
"version": "0.3.5",
"description": "",

@@ -45,12 +45,12 @@ "main": "lib/index.js",

"dependencies": {
"@spectrum-web-components/button": "^0.4.1",
"@spectrum-web-components/icon": "^0.4.2",
"@spectrum-web-components/icons": "^0.2.2",
"@spectrum-web-components/menu": "^0.2.2",
"@spectrum-web-components/menu-item": "^0.3.4",
"@spectrum-web-components/popover": "^0.2.1",
"@spectrum-web-components/shared": "^0.3.3",
"@spectrum-web-components/button": "^0.4.2",
"@spectrum-web-components/icon": "^0.4.3",
"@spectrum-web-components/icons": "^0.2.3",
"@spectrum-web-components/menu": "^0.2.3",
"@spectrum-web-components/menu-item": "^0.3.5",
"@spectrum-web-components/popover": "^0.2.2",
"@spectrum-web-components/shared": "^0.4.0",
"tslib": "^1.10.0"
},
"gitHead": "c675f8d2840e8ebba47ecc47167265e61514a864"
"gitHead": "8ccfbecc2e7534567967bbebb5d201e0b16b08bb"
}

@@ -5,2 +5,12 @@ ## Overview

### Installation
```
npm install @spectrum-web-components/dropdown
# or
yarn add @spectrum-web-components/dropdown
```
## Example

@@ -7,0 +17,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