Socket
Socket
Sign inDemoInstall

@vaadin/a11y-base

Package Overview
Dependencies
Maintainers
12
Versions
160
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vaadin/a11y-base - npm Package Compare versions

Comparing version 24.3.0-rc1 to 24.3.0-rc2

6

package.json
{
"name": "@vaadin/a11y-base",
"version": "24.3.0-rc1",
"version": "24.3.0-rc2",
"publishConfig": {

@@ -35,3 +35,3 @@ "access": "public"

"@polymer/polymer": "^3.0.0",
"@vaadin/component-base": "24.3.0-rc1",
"@vaadin/component-base": "24.3.0-rc2",
"lit": "^3.0.0"

@@ -44,3 +44,3 @@ },

},
"gitHead": "54430cfc0f52bb6fc17b0fc325b0d62e0e49c700"
"gitHead": "4a393bc5d4706745d3ccca73632e6b1e207cc830"
}

@@ -19,7 +19,2 @@ /**

/**
* Used for mixin detection because `instanceof` does not work with mixins.
*/
_hasVaadinListMixin: boolean;
/**
* If true, the user cannot interact with this element.

@@ -26,0 +21,0 @@ * When the element is disabled, the selected item is

@@ -24,10 +24,2 @@ /**

/**
* Used for mixin detection because `instanceof` does not work with mixins.
* @type {boolean}
*/
_hasVaadinListMixin: {
value: true,
},
/**
* If true, the user cannot interact with this element.

@@ -34,0 +26,0 @@ * When the element is disabled, the selected item is

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