New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

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

Package Overview
Dependencies
Maintainers
0
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.15 to 8.0.16

5

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

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

private readonly notFoundPage;
private maxDynamicPathLevel;
private maxDynamicPathLevel?;
private specialRouteObjects?;
private _isInit;

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

get routes(): RouteObject[];
constructor(wpApi: WPApiStore, appSetting: IAppSettingsShell, page: FunctionComponent<any>, notFoundPage: FunctionComponent<any>, maxDynamicPathLevel?: number);
constructor(wpApi: WPApiStore, appSetting: IAppSettingsShell, page: FunctionComponent<any>, notFoundPage: FunctionComponent<any>, maxDynamicPathLevel?: number, specialRouteObjects?: (path: string, node: SiteNode, getRouteObject: (path: string, node: SiteNode) => RouteObject) => RouteObject[]);
init: (params?: {

@@ -22,0 +23,0 @@ additionalFields?: string[];

2

package.json
{
"name": "@quantumart/qp8-widget-platform-shell-core",
"version": "8.0.15",
"version": "8.0.16",
"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