Socket
Socket
Sign inDemoInstall

@material/radio

Package Overview
Dependencies
11
Maintainers
14
Versions
1697
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 15.0.0-canary.e4b5ea7eb.0 to 15.0.0-canary.e50b478eb.0

2

CHANGELOG.md

@@ -6,3 +6,3 @@ # Change Log

# [15.0.0-canary.e4b5ea7eb.0](https://github.com/material-components/material-components-web/compare/v14.0.0...v15.0.0-canary.e4b5ea7eb.0) (2023-04-11)
# [15.0.0-canary.e50b478eb.0](https://github.com/material-components/material-components-web/compare/v14.0.0...v15.0.0-canary.e50b478eb.0) (2024-02-08)

@@ -9,0 +9,0 @@

@@ -104,6 +104,6 @@ /**

// tslint:disable:object-literal-sort-keys Methods should be in the same order as the adapter interface.
var adapter = __assign(__assign({}, MDCRipple.createAdapter(this)), { registerInteractionHandler: function (evtType, handler) {
_this.nativeControl.addEventListener(evtType, handler, applyPassive());
}, deregisterInteractionHandler: function (evtType, handler) {
_this.nativeControl.removeEventListener(evtType, handler, applyPassive());
var adapter = __assign(__assign({}, MDCRipple.createAdapter(this)), { registerInteractionHandler: function (eventType, handler) {
_this.nativeControl.addEventListener(eventType, handler, applyPassive());
}, deregisterInteractionHandler: function (eventType, handler) {
_this.nativeControl.removeEventListener(eventType, handler, applyPassive());
},

@@ -110,0 +110,0 @@ // Radio buttons technically go "active" whenever there is *any* keyboard

{
"name": "@material/radio",
"description": "The Material Components for the web radio component",
"version": "15.0.0-canary.e4b5ea7eb.0",
"version": "15.0.0-canary.e50b478eb.0",
"license": "MIT",

@@ -20,14 +20,14 @@ "keywords": [

"dependencies": {
"@material/animation": "15.0.0-canary.e4b5ea7eb.0",
"@material/base": "15.0.0-canary.e4b5ea7eb.0",
"@material/density": "15.0.0-canary.e4b5ea7eb.0",
"@material/dom": "15.0.0-canary.e4b5ea7eb.0",
"@material/feature-targeting": "15.0.0-canary.e4b5ea7eb.0",
"@material/focus-ring": "15.0.0-canary.e4b5ea7eb.0",
"@material/ripple": "15.0.0-canary.e4b5ea7eb.0",
"@material/theme": "15.0.0-canary.e4b5ea7eb.0",
"@material/touch-target": "15.0.0-canary.e4b5ea7eb.0",
"@material/animation": "15.0.0-canary.e50b478eb.0",
"@material/base": "15.0.0-canary.e50b478eb.0",
"@material/density": "15.0.0-canary.e50b478eb.0",
"@material/dom": "15.0.0-canary.e50b478eb.0",
"@material/feature-targeting": "15.0.0-canary.e50b478eb.0",
"@material/focus-ring": "15.0.0-canary.e50b478eb.0",
"@material/ripple": "15.0.0-canary.e50b478eb.0",
"@material/theme": "15.0.0-canary.e50b478eb.0",
"@material/touch-target": "15.0.0-canary.e50b478eb.0",
"tslib": "^2.1.0"
},
"gitHead": "cfe1a97277f39a7f96340673857504470245556e"
"gitHead": "4691455eaee76f99b18be70913c9fefb7cf3c2ae"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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