Socket
Socket
Sign inDemoInstall

@vaadin/vaadin-control-state-mixin

Package Overview
Dependencies
Maintainers
9
Versions
63
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vaadin/vaadin-control-state-mixin - npm Package Compare versions

Comparing version 2.1.0 to 2.1.1

8

package.json

@@ -13,3 +13,3 @@ {

"name": "@vaadin/vaadin-control-state-mixin",
"version": "2.1.0",
"version": "2.1.1",
"main": "vaadin-control-state-mixin.js",

@@ -31,6 +31,6 @@ "author": "Vaadin Ltd",

"devDependencies": {
"@polymer/iron-test-helpers": "^3.0.0-pre.12",
"wct-browser-legacy": "0.0.1-pre.11",
"@webcomponents/webcomponentsjs": "^1.0.0"
"@polymer/iron-test-helpers": "^3.0.0-pre.18",
"wct-browser-legacy": "^1.0.1",
"@webcomponents/webcomponentsjs": "^2.0.0"
}
}
/**
@license
Copyright (c) 2017 Vaadin Ltd.
This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
*/
/**
* A private mixin to avoid problems with dynamic properties and Polymer Analyzer.

@@ -32,2 +37,7 @@ * No need to expose these properties in the API docs.

/**
* Polymer.IronControlState is not a proper 2.0 class, also, its tabindex
* implementation fails in the shadow dom, so we have this for vaadin elements.
* @polymerMixin
*/
export const ControlStateMixin = superClass => class VaadinControlStateMixin extends TabIndexMixin(superClass) {

@@ -34,0 +44,0 @@ static get properties() {

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