New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@unhead/vue

Package Overview
Dependencies
Maintainers
0
Versions
246
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@unhead/vue - npm Package Compare versions

Comparing version 2.0.0-alpha.22 to 2.0.0-alpha.23

9

dist/index.d.ts

@@ -21,4 +21,13 @@ export { createHeadCore } from 'unhead';

declare function useSeoMeta(input?: UseSeoMetaInput, options?: UseHeadOptions): ActiveHeadEntry<any>;
/**
* @deprecated use `useHead` instead.Advanced use cases should tree shake using import.meta.* if statements.
*/
declare function useServerHead<T extends MergeHead>(input?: UseHeadInput<T>, options?: UseHeadOptions): ActiveHeadEntry<any>;
/**
* @deprecated use `useHeadSafe` instead.Advanced use cases should tree shake using import.meta.* if statements.
*/
declare function useServerHeadSafe(input?: UseHeadSafeInput, options?: UseHeadOptions): ActiveHeadEntry<any>;
/**
* @deprecated use `useSeoMeta` instead.Advanced use cases should tree shake using import.meta.* if statements.
*/
declare function useServerSeoMeta(input?: UseSeoMetaInput, options?: UseHeadOptions): ActiveHeadEntry<UseSeoMetaInput>;

@@ -25,0 +34,0 @@

@@ -20,6 +20,15 @@ import * as unhead_types from 'unhead/types';

declare function useSeoMeta(input: UseSeoMetaInput, options?: UseHeadOptions): ActiveHeadEntry<any> | void;
/**
* @deprecated use `useHead` instead. Advanced use cases should tree shake using import.meta.* if statements.
*/
declare function useServerHead<T extends MergeHead>(input: UseHeadInput<T>, options?: UseHeadOptions): ActiveHeadEntry<any> | void;
/**
* @deprecated use `useHeadSafe` instead. Advanced use cases should tree shake using import.meta.* if statements.
*/
declare function useServerHeadSafe(input: UseHeadSafeInput, options?: UseHeadOptions): ActiveHeadEntry<any> | void;
/**
* @deprecated use `useSeoMeta` instead. Advanced use cases should tree shake using import.meta.* if statements.
*/
declare function useServerSeoMeta(input: UseSeoMetaInput, options?: UseHeadOptions): ActiveHeadEntry<any> | void;
export { CapoPlugin, createHead, createServerHead, injectHead, resolveUnrefHeadInput, setHeadInjectionHandler, useHead, useHeadSafe, useSeoMeta, useServerHead, useServerHeadSafe, useServerSeoMeta };

4

package.json
{
"name": "@unhead/vue",
"type": "module",
"version": "2.0.0-alpha.22",
"version": "2.0.0-alpha.23",
"description": "Full-stack <head> manager built for Vue.",

@@ -104,3 +104,3 @@ "author": "Harlan Wilton <harlan@harlanzw.com>",

"hookable": "^5.5.3",
"unhead": "2.0.0-alpha.22"
"unhead": "2.0.0-alpha.23"
},

@@ -107,0 +107,0 @@ "scripts": {

Sorry, the diff of this file is not supported yet

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