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

@unhead/dom

Package Overview
Dependencies
Maintainers
0
Versions
196
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@unhead/dom - npm Package Compare versions

Comparing version 1.10.4 to 1.11.0-beta.1

10

dist/index.d.ts

@@ -15,7 +15,2 @@ import * as _unhead_schema from '@unhead/schema';

interface DomPluginOptions extends RenderDomHeadOptions {
delayFn?: (fn: () => void) => void;
}
declare function DomPlugin(options?: DomPluginOptions): _unhead_schema.HeadPluginInput;
interface DebouncedRenderDomHeadOptions extends RenderDomHeadOptions {

@@ -32,2 +27,7 @@ /**

interface DomPluginOptions extends RenderDomHeadOptions {
delayFn?: (fn: () => void) => void;
}
declare function DomPlugin(options?: DomPluginOptions): _unhead_schema.HeadPluginInput;
export { type DebouncedRenderDomHeadOptions, DomPlugin, type DomPluginOptions, type RenderDomHeadOptions, debouncedRenderDOMHead, renderDOMHead };
{
"name": "@unhead/dom",
"type": "module",
"version": "1.10.4",
"version": "1.11.0-beta.1",
"author": "Harlan Wilton <harlan@harlanzw.com>",

@@ -32,4 +32,4 @@ "license": "MIT",

"dependencies": {
"@unhead/schema": "1.10.4",
"@unhead/shared": "1.10.4"
"@unhead/schema": "1.11.0-beta.1",
"@unhead/shared": "1.11.0-beta.1"
},

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

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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