Socket
Book a DemoInstallSign in
Socket

@shopify/app-bridge-types

Package Overview
Dependencies
Maintainers
6
Versions
52
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@shopify/app-bridge-types

Companion types library for the Shopify App Bridge script

latest
npmnpm
Version
0.5.3
Version published
Weekly downloads
72K
30.69%
Maintainers
6
Weekly downloads
 
Created
Source

@shopify/app-bridge-types

Join our team and work on libraries like this one.

License: ISC

This is a companion library with TypeScript types for Shopify App Bridge.

Installation

You can install Shopify App Bridge Types by using Yarn:

yarn add --dev @shopify/app-bridge-types

Development

How Types are Generated

The types in this package are automatically generated from the sandboxes/app-bridge-next source code:

  • Types are defined in sandboxes/app-bridge-next/src/features/
  • During build, they're compiled to sandboxes/app-bridge-next/dist/app-bridge.d.ts
  • The build script (scripts/build.mjs) processes and copies these types to the dist folder
  • The processed types are then published to npm

Releasing a New Version

To release a new version of the types package:

  • Make your changes to the type definitions in sandboxes/app-bridge-next/src/features/
  • Run pnpm changeset from the root of the repository
  • Select @shopify/app-bridge-types to bump its version
  • Commit your changes
  • CI will automatically handle building and publishing the updated package

The automation ensures that the types stay in sync with the app-bridge-next implementation.

FAQs

Package last updated on 10 Oct 2025

Did you know?

Socket

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.

Install

Related posts