Socket
Socket
Sign inDemoInstall

@shopify/customer-account-ui-extensions

Package Overview
Dependencies
5
Maintainers
25
Versions
63
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.60 to 0.0.61

10

build/ts/extension-points/extension-points.d.ts

@@ -28,7 +28,7 @@ import type { StatefulRemoteSubscribable } from '@remote-ui/async-subscription';

'customer-account.order-index.block.render': RenderExtension<StandardApi<'customer-account.order-index.block.render'>, AllComponents>;
'customer-account.account-information.block.render': RenderExtension<StandardApi<'customer-account.account-information.block.render'>, AllComponents>;
'customer-account.account-information.company-details.render-after': RenderExtension<StandardApi<'customer-account.account-information.company-details.render-after'>, AllComponents>;
'customer-account.account-information.addresses.render-after': RenderExtension<StandardApi<'customer-account.account-information.addresses.render-after'>, AllComponents>;
'customer-account.account-information.payment.render-after': RenderExtension<StandardApi<'customer-account.account-information.payment.render-after'>, AllComponents>;
'customer-account.account-information.location.render-after': RenderExtension<StandardApi<'customer-account.account-information.location.render-after'>, AllComponents>;
'customer-account.profile.block.render': RenderExtension<StandardApi<'customer-account.profile.block.render'>, AllComponents>;
'customer-account.profile.company-details.render-after': RenderExtension<StandardApi<'customer-account.profile.company-details.render-after'>, AllComponents>;
'customer-account.profile.addresses.render-after': RenderExtension<StandardApi<'customer-account.profile.addresses.render-after'>, AllComponents>;
'customer-account.profile.payment.render-after': RenderExtension<StandardApi<'customer-account.profile.payment.render-after'>, AllComponents>;
'customer-account.profile.staff-and-permission.render-after': RenderExtension<StandardApi<'customer-account.profile.staff-and-permission.render-after'>, AllComponents>;
'customer-account.order-status.action.menu-item.render': RenderExtension<StandardApi & {

@@ -35,0 +35,0 @@ orderId: string;

{
"name": "@shopify/customer-account-ui-extensions",
"description": "The API for UI Extensions that run in Shopify's Customer Account",
"version": "0.0.60",
"version": "0.0.61",
"publishConfig": {

@@ -29,3 +29,3 @@ "access": "public",

},
"gitHead": "40be4c0ff747a20a7ae443a4e45a31a18126d5d3"
"gitHead": "df935ee4700e23e184ddec3835c9adb21f23dce2"
}

@@ -9,2 +9,3 @@ import type {StatefulRemoteSubscribable} from '@remote-ui/async-subscription';

type AllComponents = Components[keyof Components];
/**

@@ -44,20 +45,20 @@ * A UI extension will register for one or more extension points using `shopify.extend()`.

>;
'customer-account.account-information.block.render': RenderExtension<
StandardApi<'customer-account.account-information.block.render'>,
'customer-account.profile.block.render': RenderExtension<
StandardApi<'customer-account.profile.block.render'>,
AllComponents
>;
'customer-account.account-information.company-details.render-after': RenderExtension<
StandardApi<'customer-account.account-information.company-details.render-after'>,
'customer-account.profile.company-details.render-after': RenderExtension<
StandardApi<'customer-account.profile.company-details.render-after'>,
AllComponents
>;
'customer-account.account-information.addresses.render-after': RenderExtension<
StandardApi<'customer-account.account-information.addresses.render-after'>,
'customer-account.profile.addresses.render-after': RenderExtension<
StandardApi<'customer-account.profile.addresses.render-after'>,
AllComponents
>;
'customer-account.account-information.payment.render-after': RenderExtension<
StandardApi<'customer-account.account-information.payment.render-after'>,
'customer-account.profile.payment.render-after': RenderExtension<
StandardApi<'customer-account.profile.payment.render-after'>,
AllComponents
>;
'customer-account.account-information.location.render-after': RenderExtension<
StandardApi<'customer-account.account-information.location.render-after'>,
'customer-account.profile.staff-and-permission.render-after': RenderExtension<
StandardApi<'customer-account.profile.staff-and-permission.render-after'>,
AllComponents

@@ -64,0 +65,0 @@ >;

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc