
Security News
Google’s OSV Fix Just Added 500+ New Advisories — All Thanks to One Small Policy Change
A data handling bug in OSV.dev caused disputed CVEs to disappear from vulnerability feeds until a recent fix restored over 500 advisories.
@shopify/admin-ui-extensions-run
Advanced tools
CLI commands to help with developing with Admin UI extensions
Supply Chain Security
Vulnerability
Quality
Maintenance
License
The Admin UI Extensions Run allows you to build and preview Admin UI Extensions. This tool is intended to help partners test Admin UI Extensions before publishing to Shopify.
It comes packaged with Shopify CLI, so when you create an extension using Shopify CLI's shopify create extension
command, your project will automatically consume this package.
Start using this tool in one of two ways:
admin-ui-extensions-template
repo, which consumes this package to build and serve Admin UI Extensions it generatesadmin-ui-extensions-template
When consumed in a project, the command admin-ui-extensions-run
becomes available to the project. The command can be used to build and serve Admin UI Extensions.
To use this package in an UI Extension project, run:
npm install @shopify/admin-ui-extensions-run
or
yarn add @shopify/admin-ui-extensions-run
See usage details in the API docs.
To make and preview changes from ./src
, run a local server from this project using:
yarn server
FAQs
CLI commands to help with developing with Admin UI extensions
The npm package @shopify/admin-ui-extensions-run receives a total of 3 weekly downloads. As such, @shopify/admin-ui-extensions-run popularity was classified as not popular.
We found that @shopify/admin-ui-extensions-run demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 19 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
A data handling bug in OSV.dev caused disputed CVEs to disappear from vulnerability feeds until a recent fix restored over 500 advisories.
Research
/Security News
175 malicious npm packages (26k+ downloads) used unpkg CDN to host redirect scripts for a credential-phishing campaign targeting 135+ organizations worldwide.
Security News
Python 3.14 adds template strings, deferred annotations, and subinterpreters, plus free-threaded mode, an experimental JIT, and Sigstore verification.