New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@vaadin/radio-group

Package Overview
Dependencies
Maintainers
19
Versions
426
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vaadin/radio-group - npm Package Compare versions

Comparing version 23.0.0-alpha4 to 23.0.0-alpha5

14

package.json
{
"name": "@vaadin/radio-group",
"version": "23.0.0-alpha4",
"version": "23.0.0-alpha5",
"publishConfig": {

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

"@polymer/polymer": "^3.0.0",
"@vaadin/component-base": "23.0.0-alpha4",
"@vaadin/field-base": "23.0.0-alpha4",
"@vaadin/vaadin-lumo-styles": "23.0.0-alpha4",
"@vaadin/vaadin-material-styles": "23.0.0-alpha4",
"@vaadin/vaadin-themable-mixin": "23.0.0-alpha4"
"@vaadin/component-base": "23.0.0-alpha5",
"@vaadin/field-base": "23.0.0-alpha5",
"@vaadin/vaadin-lumo-styles": "23.0.0-alpha5",
"@vaadin/vaadin-material-styles": "23.0.0-alpha5",
"@vaadin/vaadin-themable-mixin": "23.0.0-alpha5"
},

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

},
"gitHead": "81e2deee5147bb7c1f4884760f4598613306f1fb"
"gitHead": "74f9294964eb8552d96578c14af6ad214f5257bc"
}

@@ -298,3 +298,3 @@ /**

if (this.disabled) {
if (this.disabled || this.readonly) {
radioButton.disabled = true;

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