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.1 to 0.1.2

dist/index.cjs

7

dist/index.d.ts

@@ -6,3 +6,2 @@ import { MaybeComputedRef, MaybeRef } from '@vueuse/shared';

import { Plugin, InjectionKey } from 'vue';
export * from '@unhead/dom';

@@ -111,2 +110,4 @@ declare type MaybeComputedRefEntries<T> = MaybeComputedRef<T> | {

declare const VueTriggerDomPatchingOnUpdatesPlugin: () => _unhead_schema.HeadPlugin;
declare const VueReactiveInputPlugin: () => _unhead_schema.HeadPlugin;

@@ -130,6 +131,6 @@

declare function injectHead(): VueHeadClient;
declare function createHead(options?: CreateHeadOptions): VueHeadClient;
declare function createHead(options?: CreateHeadOptions): Promise<VueHeadClient>;
declare const HeadVuePlugin: Plugin;
export { Arrayable, Base, BodyAttributes, HeadVuePlugin, HtmlAttributes, Link, MaybeComputedRefEntries, Meta, Noscript, ReactiveHead, Script, Style, Title, TitleTemplate, UseHeadInput, VueHeadClient, VueReactiveInputPlugin, asArray, createHead, headSymbol, injectHead, resolveUnrefHeadInput, useBase, useBodyAttrs, useHead, useHtmlAttrs, useLink, useMeta, useNoscript, useScript, useServerHead, useStyle, useTitle, useTitleTemplate };
export { Arrayable, Base, BodyAttributes, HeadVuePlugin, HtmlAttributes, Link, MaybeComputedRefEntries, Meta, Noscript, ReactiveHead, Script, Style, Title, TitleTemplate, UseHeadInput, VueHeadClient, VueReactiveInputPlugin, VueTriggerDomPatchingOnUpdatesPlugin, asArray, createHead, headSymbol, injectHead, resolveUnrefHeadInput, useBase, useBodyAttrs, useHead, useHtmlAttrs, useLink, useMeta, useNoscript, useScript, useServerHead, useStyle, useTitle, useTitleTemplate };
{
"name": "@unhead/vue",
"type": "module",
"version": "0.1.1",
"version": "0.1.2",
"packageManager": "pnpm@7.14.0",

@@ -34,6 +34,6 @@ "author": "Harlan Wilton <harlan@harlanzw.com>",

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

@@ -40,0 +40,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