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

@shopify/app-bridge-host

Package Overview
Dependencies
Maintainers
24
Versions
387
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@shopify/app-bridge-host - npm Package Compare versions

Comparing version 5.0.0-snapshot-20240606191748 to 5.0.0-snapshot-20240606192649

2

Host.d.ts

@@ -22,4 +22,4 @@ import React, { CSSProperties } from 'react';

declare const _default: import("react-redux").ConnectedComponent<typeof Host, {
components: React.ComponentType<ComponentProps>[];
style?: React.CSSProperties | undefined;
components: React.ComponentType<ComponentProps>[];
context?: React.Context<import("react-redux").ReactReduxContextValue<any, import("redux").AnyAction>> | undefined;

@@ -26,0 +26,0 @@ store?: import("redux").Store<any, import("redux").AnyAction> | undefined;

{
"name": "@shopify/app-bridge-host",
"version": "5.0.0-snapshot-20240606191748",
"version": "5.0.0-snapshot-20240606192649",
"types": "index.d.ts",

@@ -133,3 +133,3 @@ "engines": {

"dependencies": {
"@shopify/app-bridge-core": "1.2.0",
"@shopify/app-bridge-core": "1.2.1-snapshot-20240606192113",
"@shopify/react-compose": "^2.1.12 || ^3.0.0",

@@ -136,0 +136,0 @@ "hoist-non-react-statics": "^3.1.0",

import { PermissionType } from '@shopify/app-bridge-core/client';
import * as Actions from '@shopify/app-bridge-core/actions';
import mergeProps from '@shopify/app-bridge-core/actions/merge';
import { mergeProps } from '@shopify/app-bridge-core/actions/merge';
import { getPermissionKey } from '@shopify/app-bridge-core/actions/validator';

@@ -5,0 +5,0 @@ import { Context } from '@shopify/app-bridge-core';

@@ -43,2 +43,2 @@ import { Reducer } from 'redux';

*/
export declare function getGroupActionType(group: Actions.Group): (typeof Actions.History.Action | typeof Actions.Redirect.Action)[] | (typeof Actions.ResourcePicker.Action)[] | (typeof Actions.unstable_Picker.Action)[] | (typeof Actions.NavigationMenu.Action | typeof Actions.ChannelMenu.Action)[] | (typeof Actions.WebVitals.Action | typeof Actions.Performance.Action | typeof Actions.Features.Action | typeof Actions.LeaveConfirmation.Action | typeof Actions.FeedbackModal.Action | typeof Actions.Cart.Action | typeof Actions.TitleBar.Action | typeof Actions.Pos.Action | typeof Actions.SessionToken.Action | typeof Actions.Error.Action | typeof Actions.ContextualSaveBar.Action | typeof Actions.Fullscreen.Action | typeof Actions.Toast.Action | typeof Actions.AuthCode.Action | typeof Actions.Share.Action | typeof Actions.Scanner.Action | typeof Actions.Print.Action | typeof Actions.Button.Action | typeof Actions.ButtonGroup.Action | typeof Actions.Client.Action | typeof Actions.Loading.Action | typeof Actions.MarketingExternalActivityTopBar.Action | typeof Actions.Modal.Action)[];
export declare function getGroupActionType(group: Actions.Group): (typeof Actions.History.Action | typeof Actions.Redirect.Action)[] | (typeof Actions.ResourcePicker.Action)[] | (typeof Actions.unstable_Picker.Action)[] | (typeof Actions.NavigationMenu.Action | typeof Actions.ChannelMenu.Action)[] | (typeof Actions.Error.Action | typeof Actions.AuthCode.Action | typeof Actions.Button.Action | typeof Actions.ButtonGroup.Action | typeof Actions.Cart.Action | typeof Actions.Client.Action | typeof Actions.ContextualSaveBar.Action | typeof Actions.Features.Action | typeof Actions.FeedbackModal.Action | typeof Actions.Fullscreen.Action | typeof Actions.LeaveConfirmation.Action | typeof Actions.Loading.Action | typeof Actions.MarketingExternalActivityTopBar.Action | typeof Actions.Modal.Action | typeof Actions.Performance.Action | typeof Actions.Pos.Action | typeof Actions.Print.Action | typeof Actions.Scanner.Action | typeof Actions.SessionToken.Action | typeof Actions.Share.Action | typeof Actions.TitleBar.Action | typeof Actions.Toast.Action | typeof Actions.WebVitals.Action)[];
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