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

@podium/layout

Package Overview
Dependencies
Maintainers
6
Versions
252
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@podium/layout - npm Package Compare versions

Comparing version 5.1.7 to 5.1.8

10

package.json
{
"name": "@podium/layout",
"version": "5.1.7",
"version": "5.1.8",
"type": "module",

@@ -41,7 +41,7 @@ "description": "Module for composing full page layouts out of page fragments in a micro frontend architecture.",

"@metrics/client": "2.5.2",
"@podium/client": "5.0.22",
"@podium/context": "5.0.13",
"@podium/proxy": "5.0.16",
"@podium/client": "5.0.24",
"@podium/context": "5.0.14",
"@podium/proxy": "5.0.17",
"@podium/schemas": "5.0.2",
"@podium/utils": "5.0.6",
"@podium/utils": "5.0.7",
"abslog": "2.4.4",

@@ -48,0 +48,0 @@ "ajv": "8.13.0",

@@ -254,3 +254,3 @@ /**

[key: string]: unknown;
}>(fn: (incoming: HttpIncoming<T>, fragment: string, ...args: unknown[]) => string): void;
}>(fn: (incoming: HttpIncoming<T, Record<string, unknown>, Record<string, unknown>>, fragment: string, ...args: unknown[]) => string): void;
/**

@@ -292,3 +292,3 @@ * Method to render the document template. By default this will render a default document template provided by Podium unless a custom one is set by using the .view method.

[key: string]: unknown;
}>(incoming: HttpIncoming<T_1>, data: string, ...args: any[]): string;
}>(incoming: HttpIncoming<T_1, Record<string, unknown>, Record<string, unknown>>, data: string, ...args: any[]): string;
/**

@@ -295,0 +295,0 @@ * Method for processing an incoming HTTP request. This method is intended to be used to implement support for multiple HTTP frameworks and in most cases it won't be necessary for layout developers to use this method directly when creating a layout server.

Sorry, the diff of this file is too big to display

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