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.4.4-alpha.0 to 3.5.0

3

actions/SessionToken/index.d.ts

@@ -19,3 +19,6 @@ import { Group, MetaAction } from '../types';

}
export interface SessionTokenApi {
get(): Promise<string>;
}
export declare function request(): RequestSessionTokenAction;
export declare function respond(sessionToken: Payload): RespondWithSessionTokenAction;

@@ -38,2 +38,12 @@ import { ClientApplication } from '../../client';

export declare type ToastAction = ShowAction | ClearAction | MetaAction;
export declare type ShowPayload = Omit<Payload, 'action'> & {
action?: {
content: string;
onAction: () => void;
};
};
export interface ToastApi {
show: (payload: ShowPayload) => void;
clear: (payload: ClearPayload) => void;
}
export declare function show(toastMessage: Payload): ShowAction;

@@ -40,0 +50,0 @@ export declare function clear(payload: ClearPayload): ClearAction;

4

package.json
{
"name": "@shopify/app-bridge",
"version": "3.4.4-alpha.0",
"version": "3.5.0",
"types": "index.d.ts",

@@ -57,3 +57,3 @@ "main": "index.js",

},
"gitHead": "35a8370f791de6d6acceb1290f00b0a317fc41c0"
"gitHead": "2a1eecb747c070113258a0257674020fed35672a"
}

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

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