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.0.4 to 5.0.5

7

CHANGELOG.md

@@ -0,1 +1,8 @@

## [5.0.5](https://github.com/podium-lib/layout/compare/v5.0.4...v5.0.5) (2023-12-07)
### Bug Fixes
* Make proxy use given name in layout instead of the name in the manifest ([d6966b8](https://github.com/podium-lib/layout/commit/d6966b88782265cc1f529003cea683b88ee000d8))
## [5.0.4](https://github.com/podium-lib/layout/compare/v5.0.3...v5.0.4) (2023-12-06)

@@ -2,0 +9,0 @@

4

lib/layout.js

@@ -148,3 +148,3 @@ /* eslint-disable consistent-return */

this.client.registry.on('set', (key, item) => {
this.httpProxy.register(item.newVal);
this.httpProxy.register(key, item.newVal);
});

@@ -232,2 +232,4 @@ }

const incoming = new HttpIncoming(req, res, res.locals);
incoming.url = `${req.protocol}://${req.get('host')}${req.originalUrl}`;
try {

@@ -234,0 +236,0 @@ await this.process(incoming);

{
"name": "@podium/layout",
"version": "5.0.4",
"version": "5.0.5",
"type": "module",

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

"@podium/context": "5.0.0",
"@podium/proxy": "5.0.0",
"@podium/proxy": "5.0.2",
"@podium/schemas": "5.0.0",

@@ -45,0 +45,0 @@ "@podium/utils": "5.0.0",

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