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

@vueuse/head

Package Overview
Dependencies
Maintainers
3
Versions
97
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vueuse/head - npm Package Compare versions

Comparing version 0.7.1 to 0.7.2

2

dist/index.js

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

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