Socket
Socket
Sign inDemoInstall

@material/checkbox

Package Overview
Dependencies
11
Maintainers
14
Versions
1704
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 15.0.0-canary.16fbd30ff.0 to 15.0.0-canary.1728a6dcf.0

2

CHANGELOG.md

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

# [15.0.0-canary.16fbd30ff.0](https://github.com/material-components/material-components-web/compare/v14.0.0...v15.0.0-canary.16fbd30ff.0) (2023-01-26)
# [15.0.0-canary.1728a6dcf.0](https://github.com/material-components/material-components-web/compare/v14.0.0...v15.0.0-canary.1728a6dcf.0) (2023-09-26)

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

@@ -151,6 +151,6 @@ /**

// methods, we need a separate, strongly typed adapter variable.
var adapter = __assign(__assign({}, MDCRipple.createAdapter(this)), { deregisterInteractionHandler: function (evtType, handler) {
_this.getNativeControl().removeEventListener(evtType, handler, applyPassive());
}, isSurfaceActive: function () { return matches(_this.getNativeControl(), ':active'); }, isUnbounded: function () { return true; }, registerInteractionHandler: function (evtType, handler) {
_this.getNativeControl().addEventListener(evtType, handler, applyPassive());
var adapter = __assign(__assign({}, MDCRipple.createAdapter(this)), { deregisterInteractionHandler: function (eventType, handler) {
_this.getNativeControl().removeEventListener(eventType, handler, applyPassive());
}, isSurfaceActive: function () { return matches(_this.getNativeControl(), ':active'); }, isUnbounded: function () { return true; }, registerInteractionHandler: function (eventType, handler) {
_this.getNativeControl().addEventListener(eventType, handler, applyPassive());
} });

@@ -157,0 +157,0 @@ return new MDCRipple(this.root, new MDCRippleFoundation(adapter));

{
"name": "@material/checkbox",
"description": "The Material Components for the web checkbox component",
"version": "15.0.0-canary.16fbd30ff.0",
"version": "15.0.0-canary.1728a6dcf.0",
"license": "MIT",

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

"dependencies": {
"@material/animation": "15.0.0-canary.16fbd30ff.0",
"@material/base": "15.0.0-canary.16fbd30ff.0",
"@material/density": "15.0.0-canary.16fbd30ff.0",
"@material/dom": "15.0.0-canary.16fbd30ff.0",
"@material/feature-targeting": "15.0.0-canary.16fbd30ff.0",
"@material/focus-ring": "15.0.0-canary.16fbd30ff.0",
"@material/ripple": "15.0.0-canary.16fbd30ff.0",
"@material/theme": "15.0.0-canary.16fbd30ff.0",
"@material/touch-target": "15.0.0-canary.16fbd30ff.0",
"@material/animation": "15.0.0-canary.1728a6dcf.0",
"@material/base": "15.0.0-canary.1728a6dcf.0",
"@material/density": "15.0.0-canary.1728a6dcf.0",
"@material/dom": "15.0.0-canary.1728a6dcf.0",
"@material/feature-targeting": "15.0.0-canary.1728a6dcf.0",
"@material/focus-ring": "15.0.0-canary.1728a6dcf.0",
"@material/ripple": "15.0.0-canary.1728a6dcf.0",
"@material/rtl": "15.0.0-canary.1728a6dcf.0",
"@material/theme": "15.0.0-canary.1728a6dcf.0",
"@material/touch-target": "15.0.0-canary.1728a6dcf.0",
"tslib": "^2.1.0"
},
"gitHead": "f4c39ff05bbd1045563670b4ea50b0be51a91d01"
"gitHead": "3828aedf4f344a948780a69956ca4f069cef3daa"
}

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