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.11 to 8.0.12

9

dist/utilities/get-site-map.d.ts

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

};
export declare const getSiteMap: (maxDeepOrigin: number | undefined, homeTitle: string, publicPath: string, structure: undefined | SiteNode, convertingUrl?: convertingUrlHandler) => PageNode[];
export declare const getSiteMap: (param: {
maxDeepOrigin?: number;
homeTitle: string;
baseURL: string;
structure: undefined | SiteNode;
addHiddenPages?: boolean;
convertingUrl?: convertingUrlHandler;
}) => PageNode[];
export {};

2

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