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.10 to 8.0.11

2

dist/app-settings-shell/app-settings-shell-context.d.ts
import React from 'react';
import { IAppSettingsShell } from './app-settings-shell-models';
export declare const AppSettingsShellContext: React.Context<IAppSettingsShell>;
export declare const useAppSettingsShell: () => IAppSettingsShell;
export declare const useAppSettingsShell: <T extends IAppSettingsShell = IAppSettingsShell>() => T;

@@ -25,4 +25,4 @@ export interface IGraphQLSettings {

readonly useDynamicModules?: boolean;
readonly publicPath: string;
readonly baseURL: string;
readonly ssr?: ISSRSettings;
}

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

}
type convertingUrlHandler = (path: string, node: SiteNode) => {
path: string;
type convertingUrlHandler = (link: string, node: SiteNode) => {
link: string;
additionalData?: unknown;

@@ -12,0 +12,0 @@ };

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