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.3 to 8.0.4

3

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

@@ -11,2 +11,3 @@ import React, { FunctionComponent } from 'react';

private readonly notFoundPage;
private maxDynamicPathLevel;
private _isInit;

@@ -18,3 +19,3 @@ get isInit(): boolean;

get routes(): RouteObject[];
constructor(wpApi: WPApiStore, appSetting: IAppSettingsShell, page: FunctionComponent<any>, notFoundPage: FunctionComponent<any>);
constructor(wpApi: WPApiStore, appSetting: IAppSettingsShell, page: FunctionComponent<any>, notFoundPage: FunctionComponent<any>, maxDynamicPathLevel?: number);
init: () => Promise<void>;

@@ -21,0 +22,0 @@ private fillSiteStructure;

{
"name": "@quantumart/qp8-widget-platform-shell-core",
"version": "8.0.3",
"version": "8.0.4",
"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