New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

zhead

Package Overview
Dependencies
Maintainers
1
Versions
81
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

zhead - npm Package Compare versions

Comparing version

to
1.0.2

5

dist/index.d.ts

@@ -49,3 +49,4 @@ import { BaseHead, Head, HeadTag, MetaFlatInput, MergeHead } from '@zhead/schema';

declare function tagDedupeKey<T extends HeadTag>(tag: T): string | false;
declare function tagDedupeKeyWithMetaProps<T extends HeadTag>(tag: T): string | false;
declare function tagDedupeKey<T extends HeadTag>(tag: T, fn?: (key: string) => boolean): string | false;

@@ -63,2 +64,2 @@ declare const renderTitleTemplate: (template: string | ((title?: string) => string | null) | null, title?: string) => string | null;

export { HasElementTags, PropertyPrefixKeys, SelfClosingTags, TagConfigKeys, TagsWithInnerContent, ValidHeadTags, changeKeyCasingDeep, createElement, defineHead, ensureCriticalTags, fixKeyCase, inferSeoMetaTags, normaliseProps, normaliseTag, packMeta, propsToString, renderTitleTemplate, resolveTags, resolveTitleTemplateFromTags, sortTags, ssrRenderTags, tagDedupeKey, tagToString, tagWeight, unpackMeta };
export { HasElementTags, PropertyPrefixKeys, SelfClosingTags, TagConfigKeys, TagsWithInnerContent, ValidHeadTags, changeKeyCasingDeep, createElement, defineHead, ensureCriticalTags, fixKeyCase, inferSeoMetaTags, normaliseProps, normaliseTag, packMeta, propsToString, renderTitleTemplate, resolveTags, resolveTitleTemplateFromTags, sortTags, ssrRenderTags, tagDedupeKey, tagDedupeKeyWithMetaProps, tagToString, tagWeight, unpackMeta };

4

package.json
{
"name": "zhead",
"version": "1.0.1",
"version": "1.0.2",
"packageManager": "pnpm@7.8.0",

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

"dependencies": {
"@zhead/schema": "1.0.1"
"@zhead/schema": "1.0.2"
},

@@ -35,0 +35,0 @@ "devDependencies": {

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet