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

@shopify/app-bridge

Package Overview
Dependencies
Maintainers
12
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 1.1.0 to 1.1.2

umd/index.development.js

19

CHANGELOG.md

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

<a name="1.1.2"></a>
## [1.1.2](https://github.com/Shopify/app-bridge/compare/v1.1.1...v1.1.2) (2019-03-08)
### Bug Fixes
* **dev-build:** change the file names of the UMD build ([#799](https://github.com/Shopify/app-bridge/issues/799)) ([d5bc78f](https://github.com/Shopify/app-bridge/commit/d5bc78f))
<a name="1.1.1"></a>
## [1.1.1](https://github.com/Shopify/app-bridge/compare/1.1.0...1.1.1) (2019-03-08)
This release is to fix a faulty deploy.
**Note:** Version bump only for package @shopify/app-bridge
<a name="1.1.0"></a>

@@ -8,0 +27,0 @@ # [1.1.0](https://github.com/Shopify/app-bridge/compare/v1.0.8-0...v1.1.0) (2019-03-08)

2

package.json
{
"name": "@shopify/app-bridge",
"version": "1.1.0",
"version": "1.1.2",
"types": "index.d.ts",

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

@@ -66,3 +66,3 @@ # `@shopify/app-bridge`

If you're consuming App Bridge from a CDN or using the UMD build, simply include the development version:
`app-bridge.development.js` instead of `app-bridge.js`
`umd/index.development.js` instead of `umd/index.js`

@@ -69,0 +69,0 @@ When consumed as JS Modules, development/production build is dynamically selected based on the `NODE_ENV` variable. Development build is used when `NODE_ENV=development`.

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