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 1.0.13 to 1.0.14

10

dist/index.d.ts

@@ -8,5 +8,5 @@ import { HeadTag, MergeHead, MaybeComputedRef, ReactiveHead, VueHeadClient } from '@unhead/vue';

declare type HookBeforeDomUpdate = (() => Promise<void | boolean> | void | boolean);
declare type HookTagsResolved = ((tags: HeadTag[]) => Promise<void> | void);
declare type HookEntriesResolved = ((entries: HeadEntry<any>[]) => Promise<void> | void);
type HookBeforeDomUpdate = (() => Promise<void | boolean> | void | boolean);
type HookTagsResolved = ((tags: HeadTag[]) => Promise<void> | void);
type HookEntriesResolved = ((entries: HeadEntry<any>[]) => Promise<void> | void);
interface LegacyHeadOptions {

@@ -86,4 +86,4 @@ /**

declare const renderHeadToString: <T extends MergeHead = {}>(head: HeadClient<T>) => Promise<_unhead_schema.SSRHeadPayload>;
declare type HeadObjectPlain = Head$1;
declare type HeadObject = ReactiveHead;
type HeadObjectPlain = Head$1;
type HeadObject = ReactiveHead;

@@ -90,0 +90,0 @@ declare const Head: vue.DefineComponent<{}, () => null, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{}>>, {}>;

{
"name": "@vueuse/head",
"version": "1.0.13",
"version": "1.0.14",
"packageManager": "pnpm@7.5.0",

@@ -52,11 +52,11 @@ "description": "Document head manager for Vue 3. SSR ready.",

"dependencies": {
"@unhead/dom": "^0.6.7",
"@unhead/schema": "^0.6.7",
"@unhead/ssr": "^0.6.7",
"@unhead/vue": "^0.6.7"
"@unhead/dom": "^0.7.1",
"@unhead/schema": "^0.7.1",
"@unhead/ssr": "^0.7.1",
"@unhead/vue": "^0.7.1"
},
"devDependencies": {
"@antfu/eslint-config": "^0.30.1",
"@nuxt/kit": "3.0.0-rc.13",
"@nuxt/test-utils": "3.0.0-rc.13",
"@nuxt/kit": "3.0.0-rc.14",
"@nuxt/test-utils": "3.0.0-rc.14",
"@vitejs/plugin-vue": "^3.2.0",

@@ -74,9 +74,9 @@ "@vitejs/plugin-vue-jsx": "^2.1.1",

"mlly": "^1.0.0",
"nuxt": "^3.0.0-rc.12",
"nuxt": "^3.0.0-rc.14",
"pathe": "^1.0.0",
"playwright": "^1.27.1",
"simple-git-hooks": "^2.8.1",
"typescript": "^4.8.4",
"unbuild": "^0.9.4",
"vite": "^3.2.3",
"typescript": "^4.9.3",
"unbuild": "^1.0.1",
"vite": "^3.2.4",
"vitest": "^0.25.2",

@@ -83,0 +83,0 @@ "vue": "^3.2.45",

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