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

@shopify/app-bridge

Package Overview
Dependencies
Maintainers
19
Versions
322
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@shopify/app-bridge - npm Package Compare versions

Comparing version 3.7.1 to 3.7.2

2

client/types.d.ts

@@ -89,3 +89,3 @@ import type { ActionCallback, ActionSetInterface, ActionSetOptions, AnyAction, Dispatch, ErrorSubscriber, MetaAction, Unsubscribe, Group } from '../actions/types';

featuresAvailable(): Promise<FeaturesAvailable<Group>>;
featuresAvailable<T extends Group[]>(...features: T): Promise<FeaturesAvailable<typeof features[number]>>;
featuresAvailable<T extends Group[]>(...features: T): Promise<FeaturesAvailable<(typeof features)[number]>>;
subscribe(callback: ActionCallback): Unsubscribe;

@@ -92,0 +92,0 @@ subscribe(eventNameSpace: string, callback: ActionCallback, id?: string): Unsubscribe;

{
"name": "@shopify/app-bridge",
"version": "3.7.1",
"version": "3.7.2",
"types": "index.d.ts",

@@ -5,0 +5,0 @@ "main": "index.js",

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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