Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@vaadin/checkbox-group

Package Overview
Dependencies
Maintainers
19
Versions
398
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vaadin/checkbox-group - npm Package Compare versions

Comparing version 22.0.0-alpha8 to 22.0.0-alpha9

14

package.json
{
"name": "@vaadin/checkbox-group",
"version": "22.0.0-alpha8",
"version": "22.0.0-alpha9",
"publishConfig": {

@@ -36,7 +36,7 @@ "access": "public"

"@polymer/polymer": "^3.0.0",
"@vaadin/checkbox": "22.0.0-alpha8",
"@vaadin/component-base": "22.0.0-alpha8",
"@vaadin/vaadin-lumo-styles": "22.0.0-alpha8",
"@vaadin/vaadin-material-styles": "22.0.0-alpha8",
"@vaadin/vaadin-themable-mixin": "22.0.0-alpha8"
"@vaadin/checkbox": "22.0.0-alpha9",
"@vaadin/component-base": "22.0.0-alpha9",
"@vaadin/vaadin-lumo-styles": "22.0.0-alpha9",
"@vaadin/vaadin-material-styles": "22.0.0-alpha9",
"@vaadin/vaadin-themable-mixin": "22.0.0-alpha9"
},

@@ -48,3 +48,3 @@ "devDependencies": {

},
"gitHead": "c24468526298ee26ad7f7280b59f6c8789e1f75f"
"gitHead": "6e8c899dc65918f97e3c0acb2076122c4b2ef274"
}

@@ -164,2 +164,11 @@ /**

/**
* @return {string}
* @override
* @protected
*/
get _ariaAttr() {
return 'aria-labelledby';
}
/**
* Override method inherited from `ValidateMixin`

@@ -166,0 +175,0 @@ * to validate the value array.

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