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.9.6 to 0.9.7

3

dist/index.d.ts

@@ -156,2 +156,5 @@ import * as vue from 'vue';

addHeadObjs: (objs: UseHeadInput<T>, options?: HeadEntryOptions) => () => void;
/**
* @deprecated Use the return function from `addHeadObjs`
*/
removeHeadObjs: (objs: UseHeadInput<T>) => void;

@@ -158,0 +161,0 @@ updateDOM: (document?: Document, force?: boolean) => void;

2

dist/index.js

@@ -609,2 +609,3 @@ "use strict";

const doDomUpdate = () => {
domUpdateTick = null;
for (const k in head.hookBeforeDomUpdate) {

@@ -615,3 +616,2 @@ if (head.hookBeforeDomUpdate[k](domCtx.actualTags) === false)

updateDOM({ domCtx, document, previousTags });
domUpdateTick = null;
};

@@ -618,0 +618,0 @@ if (force) {

{
"name": "@vueuse/head",
"version": "0.9.6",
"version": "0.9.7",
"packageManager": "pnpm@7.5.0",

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