
Security News
Security Community Slams MIT-linked Report Claiming AI Powers 80% of Ransomware
Experts push back on new claims about AI-driven ransomware, warning that hype and sponsored research are distorting how the threat is understood.
@shopify/ui-extensions
Advanced tools
This package contains the public type definitions and utilities needed to create Shopify UI extensions.
@shopify/ui-extensionsThis package contains the public type definitions and utilities needed to create Shopify UI extensions.
This package supports the development of UI extension for Admin, Customer account, POS, and Checkout surfaces.
All extensions, regardless of where they appear in Shopify, make use of the same underlying technology, and most of the same “core” components (e.g., s-block, s-button, s-text-field, etc) and capabilities (e.g., direct API access, session tokens). Separating APIs by surface makes it easier for a developer to see what is available to them in each context, and gives us a flexible system for introducing components and APIs available in only some areas of Shopify.
Note: If you are migrating from an API version prior to
2025-10, you can follow the migration guide.
A checkout extension using Preact would be written as follows:
import '@shopify/ui-extensions/preact';
import {render} from 'preact';
export default function extension() {
  render(<Extension />, document.body);
}
function Extension() {
  return (
    <s-text>Line item title: {shopify.target.value.merchandise.title}</s-text>
  );
}
FAQs
This package contains the public type definitions and utilities needed to create Shopify UI extensions.
The npm package @shopify/ui-extensions receives a total of 38,085 weekly downloads. As such, @shopify/ui-extensions popularity was classified as popular.
We found that @shopify/ui-extensions demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 6 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Experts push back on new claims about AI-driven ransomware, warning that hype and sponsored research are distorting how the threat is understood.

Security News
Ruby's creator Matz assumes control of RubyGems and Bundler repositories while former maintainers agree to step back and transfer all rights to end the dispute.

Research
/Security News
Socket researchers found 10 typosquatted npm packages that auto-run on install, show fake CAPTCHAs, fingerprint by IP, and deploy a credential stealer.