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

@shopify/app-bridge-host

Package Overview
Dependencies
Maintainers
13
Versions
383
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@shopify/app-bridge-host - npm Package Compare versions

Comparing version 1.6.2-alpha.0 to 1.6.3

19

CHANGELOG.md

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

## [1.6.3](https://github.com/Shopify/app-bridge/compare/v1.6.2...v1.6.3) (2019-06-10)
**Note:** Version bump only for package @shopify/app-bridge-host
## [1.6.2](https://github.com/Shopify/app-bridge/compare/v1.6.2-alpha.0...v1.6.2) (2019-06-10)
### Features
* **host:** expose title bar update action ([8e9afb4](https://github.com/Shopify/app-bridge/commit/8e9afb4))
## [1.6.2-alpha.0](https://github.com/Shopify/app-bridge/compare/v1.6.1...v1.6.2-alpha.0) (2019-06-06)

@@ -8,0 +27,0 @@

6

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

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

"dependencies": {
"@shopify/app-bridge": "^1.6.2-alpha.0",
"@shopify/app-bridge": "^1.6.3",
"@shopify/javascript-utilities": "^2.3.0",

@@ -67,3 +67,3 @@ "hoist-non-react-statics": "^3.1.0",

},
"gitHead": "badbcc0282676a8ddb745c82b6678c0a9fae396b"
"gitHead": "bc6ec8f692908d1a34085f49b8cd2e16b683102a"
}
import { ActionCreatorsMapObject } from 'redux';
import { TitleBar } from '@shopify/app-bridge/actions';
import { setPagination, setAppInfo } from './actions';
/**
* The interface for the mapped Title Bar actions dispatcher
* @internal
* */
export interface TitleBarActionCreatorsMap extends ActionCreatorsMapObject {

@@ -9,3 +13,8 @@ clickActionButton: typeof TitleBar.clickActionButton;

setAppInfo: typeof setAppInfo;
update: typeof TitleBar.update;
}
/**
* Returns a mapped object with methods for dispatching Title Bar actions
* @internal
* */
export declare const titleBarActionCreatorsMap: TitleBarActionCreatorsMap;

@@ -5,2 +5,6 @@ "use strict";

var actions_2 = require("./actions");
/**
* Returns a mapped object with methods for dispatching Title Bar actions
* @internal
* */
exports.titleBarActionCreatorsMap = {

@@ -11,2 +15,3 @@ clickActionButton: actions_1.TitleBar.clickActionButton,

setAppInfo: actions_2.setAppInfo,
update: actions_1.TitleBar.update,
};
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