Socket
Socket
Sign inDemoInstall

@unhead/vue

Package Overview
Dependencies
Maintainers
1
Versions
201
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 0.1.2 to 0.1.3

14

dist/index.d.ts
import { MaybeComputedRef, MaybeRef } from '@vueuse/shared';
export { MaybeComputedRef } from '@vueuse/shared';
import * as _unhead_schema from '@unhead/schema';
import { Title as Title$1, TitleTemplate as TitleTemplate$1, EntryAugmentation, Base as Base$1, Link as Link$1, Meta as Meta$1, Style as Style$1, Script as Script$1, Noscript as Noscript$1, DataKeys, SchemaAugmentations, DefinedValueOrEmptyObject, MergeHead, BaseHtmlAttr, MaybeArray, BaseBodyAttr, HeadEntryOptions, HeadClient, CreateHeadOptions } from '@unhead/schema';
export { HeadTag, MergeHead } from '@unhead/schema';
import { Plugin, InjectionKey } from 'vue';
export { ActiveHeadEntry, Head, HeadClient, HeadEntryOptions, HeadTag, MergeHead } from '@unhead/schema';
import { Plugin } from 'vue';
export * from '@unhead/dom';

@@ -126,6 +128,6 @@ declare type MaybeComputedRefEntries<T> = MaybeComputedRef<T> | {

declare type VueHeadClient = HeadClient<UseHeadInput> & Plugin;
declare const headSymbol: InjectionKey<VueHeadClient>;
declare function injectHead(): VueHeadClient;
declare function createHead(options?: CreateHeadOptions): Promise<VueHeadClient>;
declare type VueHeadClient<T extends MergeHead> = HeadClient<MaybeComputedRef<ReactiveHead<T>>> & Plugin;
declare const headSymbol: unique symbol;
declare function injectHead<T extends MergeHead>(): VueHeadClient<T>;
declare function createHead<T extends MergeHead>(options?: CreateHeadOptions): Promise<VueHeadClient<T>>;

@@ -132,0 +134,0 @@ declare const HeadVuePlugin: Plugin;

{
"name": "@unhead/vue",
"type": "module",
"version": "0.1.2",
"version": "0.1.3",
"packageManager": "pnpm@7.14.0",

@@ -22,5 +22,7 @@ "author": "Harlan Wilton <harlan@harlanzw.com>",

"types": "./dist/index.d.ts",
"require": "./dist/index.cjs",
"import": "./dist/index.mjs"
}
},
"main": "dist/index.cjs",
"module": "dist/index.mjs",

@@ -35,6 +37,6 @@ "types": "dist/index.d.ts",

"dependencies": {
"@unhead/dom": "0.1.2",
"@unhead/schema": "0.1.2",
"@unhead/dom": "0.1.3",
"@unhead/schema": "0.1.3",
"@vueuse/shared": "latest",
"unhead": "0.1.2"
"unhead": "0.1.3"
},

@@ -41,0 +43,0 @@ "devDependencies": {

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