Socket
Socket
Sign inDemoInstall

@shopify/customer-account-ui-extensions

Package Overview
Dependencies
5
Maintainers
24
Versions
63
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.48 to 0.0.49

6

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

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

'customer-account.dynamic.render': RenderExtension<StandardApi, AllComponents>;
'customer-account.order-status.action.menu-item.render': RenderExtension<StandardApi & {
orderId: string;
}, AllComponents>;
'customer-account.order-status.action.render': RenderExtension<StandardApi & {
orderId: string;
}, AllComponents>;
}

@@ -28,0 +34,0 @@ export interface FullPageApi {

4

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

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

},
"gitHead": "47035e93b76acdbd3fd42ac67cc0ab09fd83e430"
"gitHead": "7ff29d714f3a47ba646c83d180792a28ed28c63d"
}

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

>;
'customer-account.order-status.action.menu-item.render': RenderExtension<
StandardApi & {orderId: string},
AllComponents
>;
'customer-account.order-status.action.render': RenderExtension<
StandardApi & {orderId: string},
AllComponents
>;
}

@@ -39,0 +47,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