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

@podium/layout

Package Overview
Dependencies
Maintainers
0
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.2.0 to 5.2.1

2

lib/layout.js

@@ -27,3 +27,3 @@ import {

* @typedef {import('@podium/client').PodiumClientResource} PodiumClientResource
* @typedef {import('@podium/client').PodiumClientResourceOptions} PodiumClientResourceOptions
* @typedef {import('@podium/client/lib/http-outgoing.js').PodiumClientResourceOptions} PodiumClientResourceOptions
* @typedef {import('@podium/client').PodiumClientResponse} PodiumClientResponse

@@ -30,0 +30,0 @@ * @typedef {import('@podium/client').PodiumRedirect} PodiumRedirect

{
"name": "@podium/layout",
"version": "5.2.0",
"version": "5.2.1",
"type": "module",

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

@@ -407,3 +407,3 @@

export type PodiumClientResource = import("@podium/client").PodiumClientResource;
export type PodiumClientResourceOptions = import("@podium/client").PodiumClientResourceOptions;
export type PodiumClientResourceOptions = any;
export type PodiumClientResponse = import("@podium/client").PodiumClientResponse;

@@ -410,0 +410,0 @@ export type PodiumRedirect = import("@podium/client").PodiumRedirect;

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