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

@shopify/ui-extensions

Package Overview
Dependencies
Maintainers
0
Versions
682
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-snapshot-20241213220758 to 0.0.0-snapshot-20241213224432

4

build/ts/surfaces/admin/api/custom-data/metaobject-details.d.ts
import { BlockExtensionApi } from '../block/block';
import type { ExtensionTarget as AnyExtensionTarget } from '../../extension-targets';
import { ActionExtensionApi } from '../action/action';
import type { ExtensionTarget as AnyExtensionTarget } from '../../extension-targets';
import { ApplyMetafieldsChange } from '../custom-data/metafields';
import { ApplyMetafieldsChange } from './metafields';
export interface MetaobjectDetailsBlockApi<ExtensionTarget extends AnyExtensionTarget> extends BlockExtensionApi<ExtensionTarget> {

@@ -6,0 +6,0 @@ applyMetafieldsChange: ApplyMetafieldsChange;

{
"name": "@shopify/ui-extensions",
"version": "0.0.0-snapshot-20241213220758",
"version": "0.0.0-snapshot-20241213224432",
"scripts": {

@@ -5,0 +5,0 @@ "docs:admin": "bash ./docs/surfaces/admin/build-docs.sh",

import {BlockExtensionApi} from '../block/block';
import type {ExtensionTarget as AnyExtensionTarget} from '../../extension-targets';
import {ActionExtensionApi} from '../action/action';
import type {ExtensionTarget as AnyExtensionTarget} from '../../extension-targets';
import {ApplyMetafieldsChange} from '../custom-data/metafields';
import {ApplyMetafieldsChange} from './metafields';

@@ -7,0 +7,0 @@ export interface MetaobjectDetailsBlockApi<

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