Socket
Socket
Sign inDemoInstall

@unhead/schema

Package Overview
Dependencies
Maintainers
1
Versions
203
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@unhead/schema - npm Package Compare versions

Comparing version 0.4.5 to 0.4.6

10

dist/index.d.ts

@@ -75,6 +75,2 @@ import { HeadTag as HeadTag$1, MergeHead, BaseBodyAttributes, HtmlAttributes as HtmlAttributes$1, Merge, Base as Base$1, DefinedValueOrEmptyObject, LinkBase, HttpEventAttributes, DataKeys, Style as Style$1, ScriptBase, Noscript as Noscript$1, BodyEvents, Meta as Meta$1, Stringable } from '@zhead/schema';

/**
* Hash id used as a selector
*/
_s?: string;
/**
* Dedupe key

@@ -235,3 +231,2 @@ */

shouldRender: boolean;
tags: HeadTag[];
}

@@ -257,3 +252,6 @@ interface SSRRenderContext {

'ssr:beforeRender': (ctx: BeforeRenderContext) => HookResult;
'ssr:render': (ctx: SSRRenderContext) => HookResult;
'ssr:render': (ctx: {
tags: HeadTag[];
}) => HookResult;
'ssr:rendered': (ctx: SSRRenderContext) => HookResult;
}

@@ -260,0 +258,0 @@

4

package.json
{
"name": "@unhead/schema",
"type": "module",
"version": "0.4.5",
"version": "0.4.6",
"packageManager": "pnpm@7.14.0",

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

"dependencies": {
"@zhead/schema": "1.0.0-beta.11",
"@zhead/schema": "1.0.0-beta.12",
"hookable": "^5.4.1"

@@ -41,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