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.1.23 to 1.1.26

2

dist/index.d.ts

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

declare const HeadVuePlugin: Plugin<any[]>;
declare const HeadVuePlugin: Plugin;
declare const renderHeadToString: <T extends MergeHead = {}>(head: HeadClient<T>) => Promise<_unhead_schema.SSRHeadPayload>;

@@ -87,0 +87,0 @@ type HeadObjectPlain = Head$1;

{
"name": "@vueuse/head",
"version": "1.1.23",
"version": "1.1.26",
"packageManager": "pnpm@7.25.0",

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

"dependencies": {
"@unhead/dom": "^1.1.23",
"@unhead/schema": "^1.1.23",
"@unhead/ssr": "^1.1.23",
"@unhead/vue": "^1.1.23"
"@unhead/dom": "^1.1.26",
"@unhead/schema": "^1.1.26",
"@unhead/ssr": "^1.1.26",
"@unhead/vue": "^1.1.26"
},

@@ -58,0 +58,0 @@ "devDependencies": {

@@ -30,10 +30,11 @@ <h1 align='center'>@vueuse/head</h1>

### v1.1.0 released
### 🌇 Sunsetting @vueuse/head
- :sparkles: New Tag: `templateParams`
- 🎉 New `useHeadSafe`
- and much more!
The `@vueuse/head` package is a simple compatible wrapper around [Unhead](https://unhead.harlanzw.com/), they share an almost identical API.
In the coming months, the `@vueuse/head` package will be deprecated.
If you're setting up this package on a new project, you should
use the `@unhead/vue` package directly.
Further documentation, guides and announcements will be out soon,
for now you can follow the [installation guide](https://unhead.harlanzw.com/integrations/vue/setup).
Read the [release notes](https://github.com/unjs/unhead/releases/tag/v1.1.0).
## Features

@@ -40,0 +41,0 @@

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