Socket
Socket
Sign inDemoInstall

@unhead/dom

Package Overview
Dependencies
Maintainers
1
Versions
192
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.1.25 to 1.1.26

4

dist/index.d.ts

@@ -32,3 +32,3 @@ import * as _unhead_schema from '@unhead/schema';

}
declare const PatchDomOnEntryUpdatesPlugin: (options?: TriggerDomPatchingOnUpdatesPluginOptions) => _unhead_schema.HeadPlugin;
declare function PatchDomOnEntryUpdatesPlugin(options?: TriggerDomPatchingOnUpdatesPluginOptions): _unhead_schema.HeadPlugin;

@@ -38,3 +38,3 @@ /**

*/
declare const setAttrs: (ctx: DomRenderTagContext, newEntry?: boolean, markSideEffect?: ((ctx: DomRenderTagContext, k: string, fn: () => void) => void) | undefined) => void;
declare function setAttrs(ctx: DomRenderTagContext, newEntry?: boolean, markSideEffect?: (ctx: DomRenderTagContext, k: string, fn: () => void) => void): void;

@@ -41,0 +41,0 @@ declare function maybeGetSSRHash(document: Document): string | false;

{
"name": "@unhead/dom",
"type": "module",
"version": "1.1.25",
"packageManager": "pnpm@7.30.0",
"version": "1.1.26",
"packageManager": "pnpm@7.32.0",
"author": "Harlan Wilton <harlan@harlanzw.com>",

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

"dependencies": {
"@unhead/schema": "1.1.25",
"@unhead/shared": "1.1.25"
"@unhead/schema": "1.1.26",
"@unhead/shared": "1.1.26"
},

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