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.4e840d685.0 to 15.0.0-canary.4fe911371.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.4e840d685.0](https://github.com/material-components/material-components-web/compare/v14.0.0...v15.0.0-canary.4e840d685.0) (2023-05-02)
# [15.0.0-canary.4fe911371.0](https://github.com/material-components/material-components-web/compare/v14.0.0...v15.0.0-canary.4fe911371.0) (2023-06-07)

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

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

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

"dependencies": {
"@material/feature-targeting": "15.0.0-canary.4e840d685.0",
"@material/rtl": "15.0.0-canary.4e840d685.0",
"@material/feature-targeting": "15.0.0-canary.4fe911371.0",
"@material/rtl": "15.0.0-canary.4fe911371.0",
"tslib": "^2.1.0"
},
"gitHead": "feb1f9f53257b520aff6dfe5dd1a15e319e73a40"
"gitHead": "a9de53a24d5e0f79f94310f061cdf2ab718df7f4"
}

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc