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.51 to 0.0.52

2

build/cjs/index.js

@@ -6,3 +6,2 @@ 'use strict';

var extend = require('./extend.js');
var Card = require('./components/Card/Card.js');
var CustomerAccountCard = require('./components/CustomerAccountCard/CustomerAccountCard.js');

@@ -17,3 +16,2 @@ var PaymentIcon = require('./components/PaymentIcon/PaymentIcon.js');

exports.extend = extend.extend;
exports.Card = Card.Card;
exports.CustomerAccountCard = CustomerAccountCard.CustomerAccountCard;

@@ -20,0 +18,0 @@ exports.PaymentIcon = PaymentIcon.PaymentIcon;

@@ -1,2 +0,1 @@

export * from './Card';
export * from './CustomerAccountCard';

@@ -3,0 +2,0 @@ export * from './PaymentIcon';

@@ -10,6 +10,2 @@ import { Extension } from './extension';

export interface StandardApi<TExtensionPoint extends ExtensionPoint = ExtensionPoint> {
customerApi: {
getEndpoint(version: 'unstable'): Promise<string>;
getAccessToken(): Promise<string>;
};
extensionPoint: TExtensionPoint;

@@ -16,0 +12,0 @@ /**

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.51",
"version": "0.0.52",
"publishConfig": {

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

},
"gitHead": "5a02a29f1826e3ddffa06de7027804ba6c96dcb2"
"gitHead": "465f04a24c5ef69968ea5cdbf2e886e8c3013d64"
}

@@ -1,2 +0,1 @@

export * from './Card';
export * from './CustomerAccountCard';

@@ -3,0 +2,0 @@ export * from './PaymentIcon';

@@ -14,7 +14,2 @@ import {Extension} from './extension';

> {
customerApi: {
getEndpoint(version: 'unstable'): Promise<string>;
getAccessToken(): Promise<string>;
};
extensionPoint: TExtensionPoint;

@@ -21,0 +16,0 @@

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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