Socket
Socket
Sign inDemoInstall

unhead

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 - npm Package Compare versions

Comparing version 1.0.7 to 1.0.8

6

dist/index.d.ts
import * as _unhead_schema from '@unhead/schema';
import { Head, HeadEntryOptions, ActiveHeadEntry, Title, Base, Meta, MetaFlatInput, Link, Script, Style, Noscript, HtmlAttributes, BodyAttributes, TitleTemplate, Unhead, CreateHeadOptions, HeadPlugin, HeadEntry, HeadTag } from '@unhead/schema';
import { Head, HeadEntryOptions, ActiveHeadEntry, Title, Base, Meta, MetaFlatInput, Link, Script, Style, Noscript, HtmlAttributes, BodyAttributes, TitleTemplate, Unhead, HeadPlugin, CreateHeadOptions, HeadEntry, HeadTag } from '@unhead/schema';
import { RenderDomHeadOptions } from '@unhead/dom';

@@ -65,4 +65,4 @@

declare const CorePlugins: () => _unhead_schema.HeadPlugin[];
declare const DOMPlugins: (options?: CreateHeadOptions) => _unhead_schema.HeadPlugin[];
declare const CorePlugins: () => HeadPlugin[];
declare const DOMPlugins: (options?: CreateHeadOptions) => HeadPlugin[];
declare function createHead<T extends {} = Head>(options?: CreateHeadOptions): Unhead<T>;

@@ -69,0 +69,0 @@ /**

{
"name": "unhead",
"type": "module",
"version": "1.0.7",
"packageManager": "pnpm@7.18.0",
"version": "1.0.8",
"packageManager": "pnpm@7.18.1",
"author": "Harlan Wilton <harlan@harlanzw.com>",

@@ -34,4 +34,4 @@ "license": "MIT",

"hookable": "^5.4.2",
"@unhead/dom": "1.0.7",
"@unhead/schema": "1.0.7"
"@unhead/dom": "1.0.8",
"@unhead/schema": "1.0.8"
},

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