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 1.6.0 to 1.6.1

11

dist/index.d.ts

@@ -26,2 +26,5 @@ import { MaybePromiseProps, MergeHead, BaseBodyAttributes, HtmlAttributes as HtmlAttributes$1, Meta as Meta$1, Stringable, Merge, Base as Base$1, DefinedValueOrEmptyObject, LinkBase, HttpEventAttributes, DataKeys, Style as Style$1, ScriptBase, Noscript as Noscript$1, BodyEvents, MetaFlatInput } from 'zhead';

interface DomBeforeRenderCtx extends ShouldRenderContext {
/**
* @deprecated will always be empty, prefer other hooks
*/
tags: DomRenderTagContext[];

@@ -51,5 +54,3 @@ }

}) => HookResult;
'dom:beforeRender': (ctx: ShouldRenderContext & {
tags: DomRenderTagContext[];
}) => HookResult;
'dom:beforeRender': (ctx: DomBeforeRenderCtx) => HookResult;
'dom:renderTag': (ctx: DomRenderTagContext, document: Document, track: any) => HookResult;

@@ -179,2 +180,6 @@ 'dom:rendered': (ctx: {

_domUpdatePromise?: Promise<void>;
/**
* @internal
*/
dirty: boolean;
}

@@ -181,0 +186,0 @@ interface DomState {

{
"name": "@unhead/schema",
"type": "module",
"version": "1.6.0",
"version": "1.6.1",
"author": "Harlan Wilton <harlan@harlanzw.com>",

@@ -6,0 +6,0 @@ "license": "MIT",

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