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

@quantumart/qp8-widget-platform-shell-core

Package Overview
Dependencies
Maintainers
6
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@quantumart/qp8-widget-platform-shell-core - npm Package Compare versions

Comparing version 8.0.9 to 8.0.10

4

dist/stores/site-structure/site-structure-store.d.ts

@@ -19,3 +19,5 @@ import React, { FunctionComponent } from 'react';

constructor(wpApi: WPApiStore, appSetting: IAppSettingsShell, page: FunctionComponent<any>, notFoundPage: FunctionComponent<any>, maxDynamicPathLevel?: number);
init: () => Promise<void>;
init: (params?: {
additionalFields?: string[];
}) => Promise<void>;
private fillSiteStructure;

@@ -22,0 +24,0 @@ private getRouteObject;

@@ -5,4 +5,10 @@ import { SiteNode } from '../api-clients/widget-platform-api';

link: string;
additionalData: unknown;
children: PageNode[];
}
export declare const getSiteMap: (maxDeepOrigin: number | undefined, homeTitle: string, publicPath: string, structure: undefined | SiteNode) => PageNode[];
type convertingUrlHandler = (path: string, node: SiteNode) => {
path: string;
additionalData?: unknown;
};
export declare const getSiteMap: (maxDeepOrigin: number | undefined, homeTitle: string, publicPath: string, structure: undefined | SiteNode, convertingUrl?: convertingUrlHandler) => PageNode[];
export {};
{
"name": "@quantumart/qp8-widget-platform-shell-core",
"version": "8.0.9",
"version": "8.0.10",
"description": "Данный пакет содержит основную логику для работы qp8-widget-platform-shell",

@@ -5,0 +5,0 @@ "main": "dist/main.js",

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

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