Socket
Socket
Sign inDemoInstall

@unhead/shared

Package Overview
Dependencies
Maintainers
1
Versions
141
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@unhead/shared - npm Package Compare versions

Comparing version 1.3.3 to 1.3.4

2

dist/index.d.ts

@@ -43,3 +43,3 @@ import { HeadPlugin, HeadTag, MetaFlatInput, Head, MaybeArray, HeadSafe, HeadEntry, TemplateParams } from '@unhead/schema';

declare function normaliseClassProp(v: Required<Required<Head>['htmlAttrs']['class']>): string;
declare function normaliseProps<T extends HeadTag>(tagName: T['tag'], props: T['props']): Promise<T['props']>;
declare function normaliseProps<T extends HeadTag>(props: T['props']): Promise<T['props']>;
declare const TagEntityBits = 10;

@@ -46,0 +46,0 @@ declare function normaliseEntryTags<T extends {} = Head>(e: HeadEntry<T>): Promise<HeadTag[]>;

{
"name": "@unhead/shared",
"type": "module",
"version": "1.3.3",
"version": "1.3.4",
"author": "Harlan Wilton <harlan@harlanzw.com>",

@@ -37,3 +37,3 @@ "license": "MIT",

"dependencies": {
"@unhead/schema": "1.3.3"
"@unhead/schema": "1.3.4"
},

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