Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@zhead/schema

Package Overview
Dependencies
Maintainers
1
Versions
61
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@zhead/schema - npm Package Compare versions

Comparing version 0.6.1 to 0.6.2

6

dist/index.d.ts

@@ -880,4 +880,2 @@ interface BodyAttributes {

interface MergeHead {
title?: any;
titleTemplate?: any;
base?: Record<string, any>;

@@ -900,7 +898,7 @@ link?: Record<string, any>;

*/
title?: Default<E['title'], string>;
title?: string;
/**
* Generate the title from a template.
*/
titleTemplate?: Default<E['titleTemplate'], string | ((title?: string) => string)>;
titleTemplate?: string | ((title?: string) => string);
/**

@@ -907,0 +905,0 @@ * The <base> HTML element specifies the base URL to use for all relative URLs in a document.

{
"name": "@zhead/schema",
"version": "0.6.1",
"version": "0.6.2",
"packageManager": "pnpm@7.8.0",

@@ -5,0 +5,0 @@ "author": "Harlan Wilton <harlan@harlanzw.com>",

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