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

@shopify/app-bridge

Package Overview
Dependencies
Maintainers
10
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 0.7.2 to 0.7.3

11

CHANGELOG.md

@@ -6,2 +6,13 @@ # Change Log

<a name="0.7.3"></a>
## [0.7.3](https://github.com/Shopify/app-bridge/compare/@shopify/app-bridge@0.7.2...@shopify/app-bridge@0.7.3) (2018-10-15)
### Bug Fixes
* add additional config app config data ([6949603](https://github.com/Shopify/app-bridge/commit/6949603))
<a name="0.7.2"></a>

@@ -8,0 +19,0 @@ ## [0.7.2](https://github.com/Shopify/app-bridge/compare/@shopify/app-bridge@0.7.1...@shopify/app-bridge@0.7.2) (2018-10-15)

12

host/types.d.ts

@@ -16,3 +16,3 @@ /**

/**
* Configuration provided by an API Client.
* Configuration provided by an app.
*/

@@ -23,10 +23,12 @@ export interface AppConfig {

/**
* Configuration for an API Client.
* Configuration for an app.
*/
export interface ApiClientConfig extends AppConfig {
apiKey: string;
export interface PrivilegedAppConfig extends AppConfig {
apiClientId: string;
appId: string;
name: string;
shopId: string;
url: string;
apiClientId: string;
}
export declare type ApiClientConfig = PrivilegedAppConfig;
/**

@@ -33,0 +35,0 @@ * Interface for interacting with a loaded application. An application may have

{
"name": "@shopify/app-bridge",
"version": "0.7.2",
"version": "0.7.3",
"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 not supported yet

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

Sorry, the diff of this file is not supported yet

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

Sorry, the diff of this file is not supported yet

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