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

@shopify/ui-extensions

Package Overview
Dependencies
Maintainers
24
Versions
681
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@shopify/ui-extensions - npm Package Compare versions

Comparing version 0.0.0-unstable-20230628141448 to 0.0.0-unstable-20230628145849

build/cjs/surfaces/admin/components/Text/Text.js

2

build/cjs/surfaces/admin.js

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

var Select = require('./admin/components/Select/Select.js');
var Text = require('./admin/components/Text/Text.js');
var TextField = require('./admin/components/TextField/TextField.js');

@@ -35,4 +36,5 @@ var URLField = require('./admin/components/URLField/URLField.js');

exports.Select = Select.Select;
exports.Text = Text.Text;
exports.TextField = TextField.TextField;
exports.URLField = URLField.URLField;
exports.VerticalStack = VerticalStack.VerticalStack;

@@ -21,2 +21,4 @@ export { CustomerSegmentationTemplate } from './components/CustomerSegmentationTemplate/CustomerSegmentationTemplate';

export type { OptionDescription, OptionGroupDescription, OptionGroupProps, OptionProps, SelectProps, } from './components/Select/Select';
export { Text } from './components/Text/Text';
export type { TextProps } from './components/Text/Text';
export { TextField } from './components/TextField/TextField';

@@ -23,0 +25,0 @@ export type { TextFieldProps } from './components/TextField/TextField';

2

package.json
{
"name": "@shopify/ui-extensions",
"version": "0.0.0-unstable-20230628141448",
"version": "0.0.0-unstable-20230628145849",
"main": "index.js",

@@ -5,0 +5,0 @@ "module": "index.mjs",

@@ -27,2 +27,4 @@ export {CustomerSegmentationTemplate} from './components/CustomerSegmentationTemplate/CustomerSegmentationTemplate';

} from './components/Select/Select';
export {Text} from './components/Text/Text';
export type {TextProps} from './components/Text/Text';
export {TextField} from './components/TextField/TextField';

@@ -29,0 +31,0 @@ export type {TextFieldProps} from './components/TextField/TextField';

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc