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

@material/radio

Package Overview
Dependencies
Maintainers
14
Versions
1698
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@material/radio - npm Package Compare versions

Comparing version 15.0.0-canary.23073a303.0 to 15.0.0-canary.2528c1c3b.0

2

CHANGELOG.md

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

# [15.0.0-canary.23073a303.0](https://github.com/material-components/material-components-web/compare/v14.0.0...v15.0.0-canary.23073a303.0) (2023-03-10)
# [15.0.0-canary.2528c1c3b.0](https://github.com/material-components/material-components-web/compare/v14.0.0...v15.0.0-canary.2528c1c3b.0) (2023-09-20)

@@ -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.23073a303.0",
"version": "15.0.0-canary.2528c1c3b.0",
"license": "MIT",

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

"dependencies": {
"@material/animation": "15.0.0-canary.23073a303.0",
"@material/base": "15.0.0-canary.23073a303.0",
"@material/density": "15.0.0-canary.23073a303.0",
"@material/dom": "15.0.0-canary.23073a303.0",
"@material/feature-targeting": "15.0.0-canary.23073a303.0",
"@material/focus-ring": "15.0.0-canary.23073a303.0",
"@material/ripple": "15.0.0-canary.23073a303.0",
"@material/theme": "15.0.0-canary.23073a303.0",
"@material/touch-target": "15.0.0-canary.23073a303.0",
"@material/animation": "15.0.0-canary.2528c1c3b.0",
"@material/base": "15.0.0-canary.2528c1c3b.0",
"@material/density": "15.0.0-canary.2528c1c3b.0",
"@material/dom": "15.0.0-canary.2528c1c3b.0",
"@material/feature-targeting": "15.0.0-canary.2528c1c3b.0",
"@material/focus-ring": "15.0.0-canary.2528c1c3b.0",
"@material/ripple": "15.0.0-canary.2528c1c3b.0",
"@material/theme": "15.0.0-canary.2528c1c3b.0",
"@material/touch-target": "15.0.0-canary.2528c1c3b.0",
"tslib": "^2.1.0"
},
"gitHead": "2d7826e2ebf1c1fde12f47b603e66ec0df229a8f"
"gitHead": "98b5b57bd5356f48610a254e8c4acff388d5fb7b"
}

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc