@vueuse/head
Advanced tools
Comparing version 0.7.1 to 0.7.2
@@ -252,3 +252,3 @@ var __create = Object.create; | ||
oldElements.forEach((el) => { | ||
if (el.nextSibling && el.nextSibling.nodeType === Node.TEXT_NODE) { | ||
if (typeof Node !== "undefined" && el.nextSibling && el.nextSibling.nodeType === Node.TEXT_NODE) { | ||
el.nextSibling.remove(); | ||
@@ -255,0 +255,0 @@ } |
{ | ||
"name": "@vueuse/head", | ||
"version": "0.7.1", | ||
"version": "0.7.2", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "description": "Document head manager for Vue 3. SSR ready.", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
32578