Socket
Socket
Sign inDemoInstall

@unhead/schema

Package Overview
Dependencies
Maintainers
1
Versions
200
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.8.0-beta.12 to 1.8.0-beta.13

6

dist/index.d.ts

@@ -24,2 +24,8 @@ 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 UseScriptOptions<T> extends Omit<HeadEntryOptions, 'transform'> {
/**
* Should the `dns-prefetch` tag be skipped.
*
* Useful if loading the script through a local proxy.
*/
skipEarlyConnections?: boolean;
use?: () => T | undefined | null;

@@ -26,0 +32,0 @@ stub?: ((ctx: {

4

package.json
{
"name": "@unhead/schema",
"type": "module",
"version": "1.8.0-beta.12",
"version": "1.8.0-beta.13",
"author": "Harlan Wilton <harlan@harlanzw.com>",

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

"hookable": "^5.5.3",
"zhead": "^2.1.1"
"zhead": "^2.2.2"
},

@@ -41,0 +41,0 @@ "scripts": {

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