Socket
Socket
Sign inDemoInstall

@anypoint-web-components/anypoint-dropdown

Package Overview
Dependencies
7
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.0 to 1.0.1

CHANGELOG.md

4

AnypointDropdown.js

@@ -6,3 +6,3 @@ import { html, css, LitElement } from 'lit-element';

export class AnypointDropdown extends ArcOverlayMixin(ControlStateMixin(LitElement)) {
static get styles() {
get styles() {
return css`

@@ -398,3 +398,3 @@ :host {

render() {
return html`
return html`<style>${this.styles}</style>
<div class="contentWrapper">

@@ -401,0 +401,0 @@ <slot name="dropdown-content"></slot>

{
"name": "@anypoint-web-components/anypoint-dropdown",
"description": "Accessible dropdown menu for Anypoint platform",
"version": "1.0.0",
"version": "1.0.1",
"license": "Apache-2.0",

@@ -32,28 +32,30 @@ "main": "index.js",

"dependencies": {
"@advanced-rest-client/arc-overlay-mixin": "^1.0.3",
"@anypoint-web-components/anypoint-control-mixins": "^1.0.1",
"@advanced-rest-client/arc-overlay-mixin": "^1.0.4",
"@anypoint-web-components/anypoint-control-mixins": "^1.0.2",
"lit-element": "^2.0.1",
"lit-html": "^1.0.0"
"lit-html": "^1.1.2"
},
"devDependencies": {
"@advanced-rest-client/arc-demo-helper": "^1.0.9",
"@advanced-rest-client/eslint-config": "^1.0.6",
"@advanced-rest-client/arc-demo-helper": "^1.0.16",
"@advanced-rest-client/eslint-config": "^1.1.3",
"@advanced-rest-client/prettier-config": "^0.1.0",
"@advanced-rest-client/testing-karma-sl": "^1.0.3",
"@anypoint-web-components/anypoint-item": "^1.0.1",
"@anypoint-web-components/anypoint-listbox": "^1.0.1",
"@anypoint-web-components/anypoint-styles": "^1.0.0-preview.1",
"@commitlint/cli": "^8.1.0",
"@commitlint/config-conventional": "^7.0.0",
"@open-wc/testing": "^2.2.1",
"@open-wc/testing-karma": "^3.1.5",
"@advanced-rest-client/testing-karma-sl": "^1.1.0",
"@anypoint-web-components/anypoint-checkbox": "^1.0.1",
"@anypoint-web-components/anypoint-item": "^1.0.5",
"@anypoint-web-components/anypoint-listbox": "^1.0.4",
"@anypoint-web-components/anypoint-radio-button": "^0.1.4",
"@anypoint-web-components/anypoint-styles": "^1.0.1",
"@commitlint/cli": "^8.2.0",
"@commitlint/config-conventional": "^8.2.0",
"@open-wc/testing": "^2.3.9",
"@open-wc/testing-karma": "^3.2.1",
"@polymer/gen-typescript-declarations": "^1.6.2",
"@polymer/iron-image": "^3.0.2",
"@polymer/iron-test-helpers": "^3.0.1",
"deepmerge": "^4.0.0",
"es-dev-server": "^1.8.3",
"husky": "^1.0.0",
"karma": "^4.2.0",
"lint-staged": "^9.2.1",
"sinon": "^7.3.2",
"deepmerge": "^4.2.2",
"es-dev-server": "^1.24.1",
"husky": "^3.1.0",
"karma": "^4.4.1",
"lint-staged": "^9.4.3",
"sinon": "^7.5.0",
"web-animations-js": "^2.3.2"

@@ -60,0 +62,0 @@ },

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc