Socket
Socket
Sign inDemoInstall

@material/dom

Package Overview
Dependencies
Maintainers
14
Versions
1652
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@material/dom - npm Package Compare versions

Comparing version 15.0.0-canary.3a705fa1d.0 to 15.0.0-canary.3b5b55e31.0

3

announce.js

@@ -77,4 +77,3 @@ /**

var existingLiveRegion = documentLiveRegions.get(priority);
if (existingLiveRegion &&
ownerDocument.body.contains(existingLiveRegion)) {
if (existingLiveRegion && ownerDocument.body.contains(existingLiveRegion)) {
return existingLiveRegion;

@@ -81,0 +80,0 @@ }

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

# [15.0.0-canary.3a705fa1d.0](https://github.com/material-components/material-components-web/compare/v14.0.0...v15.0.0-canary.3a705fa1d.0) (2023-01-27)
# [15.0.0-canary.3b5b55e31.0](https://github.com/material-components/material-components-web/compare/v14.0.0...v15.0.0-canary.3b5b55e31.0) (2023-05-05)

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

{
"name": "@material/dom",
"description": "DOM manipulation utilities for Material Components for the web",
"version": "15.0.0-canary.3a705fa1d.0",
"version": "15.0.0-canary.3b5b55e31.0",
"license": "MIT",

@@ -18,7 +18,7 @@ "main": "dist/mdc.dom.js",

"dependencies": {
"@material/feature-targeting": "15.0.0-canary.3a705fa1d.0",
"@material/rtl": "15.0.0-canary.3a705fa1d.0",
"@material/feature-targeting": "15.0.0-canary.3b5b55e31.0",
"@material/rtl": "15.0.0-canary.3b5b55e31.0",
"tslib": "^2.1.0"
},
"gitHead": "7e0f3737f51c1319f66762d8021d6aea33391733"
"gitHead": "c262d9ee39655e869886d1584551a096ae56dabc"
}

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