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

@shopify/ui-extensions

Package Overview
Dependencies
Maintainers
18
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 1.0.1 to 1.0.2

2

build/ts/types/Button.d.ts

@@ -8,3 +8,3 @@ export interface BaseButtonProps {

* `plain`: Renders a button that visually looks like a Link
* @default 'primary'
* @default 'secondary'
*/

@@ -11,0 +11,0 @@ kind?: 'primary' | 'secondary' | 'plain';

"use strict";
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
var desc = Object.getOwnPropertyDescriptor(m, k);
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
desc = { enumerable: true, get: function() { return m[k]; } };
}
Object.defineProperty(o, k2, desc);
}) : (function(o, m, k, k2) {

@@ -6,0 +10,0 @@ if (k2 === undefined) k2 = k;

{
"name": "@shopify/ui-extensions",
"version": "1.0.1",
"version": "1.0.2",
"main": "index.js",

@@ -14,3 +14,3 @@ "module": "index.mjs",

},
"./": "./"
"./*": "./*"
},

@@ -23,3 +23,3 @@ "license": "MIT",

},
"gitHead": "70120f7bdbb6ca1b8089925f0346d6fbf0a3b9ca"
"gitHead": "a00fc56a2f02a7201f480e60aff0459c2f8c55ca"
}

@@ -8,3 +8,3 @@ export interface BaseButtonProps {

* `plain`: Renders a button that visually looks like a Link
* @default 'primary'
* @default 'secondary'
*/

@@ -11,0 +11,0 @@ kind?: 'primary' | 'secondary' | 'plain';

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