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.5.2 to 1.5.3

12

CHANGELOG.md

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

## [1.5.3](https://github.com/Shopify/app-bridge/compare/v1.5.2...v1.5.3) (2019-05-24)
### Features
* modal auto sizing ([b1b21a1](https://github.com/Shopify/app-bridge/commit/b1b21a1))
* modal auto sizing ([#892](https://github.com/Shopify/app-bridge/issues/892)) ([4620eec](https://github.com/Shopify/app-bridge/commit/4620eec))
## [1.5.2](https://github.com/Shopify/app-bridge/compare/v1.5.1...v1.5.2) (2019-05-24)

@@ -8,0 +20,0 @@

6

package.json
{
"name": "@shopify/app-bridge-host",
"version": "1.5.2",
"version": "1.5.3",
"types": "index.d.ts",

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

"dependencies": {
"@shopify/app-bridge": "^1.5.2",
"@shopify/app-bridge": "^1.5.3",
"@shopify/javascript-utilities": "^2.3.0",

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

},
"gitHead": "60bb826c1184062605522bb44d188fcb9cfb9e67"
"gitHead": "430d518a0de6a6307a058005424b1c93ca5ae2c4"
}

@@ -50,4 +50,8 @@ "use strict";

}
case actions_2.LEGACY_MODAL_SET_HEIGHT:
case actions_2.LEGACY_MODAL_SET_HEIGHT: {
return __assign({}, state, { height: action.payload });
}
case actions_1.Modal.ActionType.UPDATE_SIZE: {
return __assign({}, state, { height: action.payload.height });
}
default:

@@ -54,0 +58,0 @@ return state;

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