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

@shopify/app-bridge

Package Overview
Dependencies
Maintainers
13
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.3.0-next.0 to 1.3.0

8

CHANGELOG.md

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

<a name="1.3.0"></a>
# [1.3.0](https://github.com/Shopify/app-bridge/compare/v1.3.0-next.0...v1.3.0) (2019-04-23)
**Note:** Version bump only for package @shopify/app-bridge
<a name="1.3.0-next.0"></a>

@@ -8,0 +16,0 @@ # [1.3.0-next.0](https://github.com/Shopify/app-bridge/compare/v1.2.1-next.0...v1.3.0-next.0) (2019-04-18)

4

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

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

"check": "tsc --pretty --noEmit",
"clean": "cat package.json | node -pe \"JSON.parse(require('fs').readFileSync('/dev/stdin').toString()).files.join(' ')\" | xargs rm -rf",
"clean": "cat package.json | node -pe \"JSON.parse(require('fs').readFileSync('/dev/stdin').toString()).files.map(f => './'+f).join(' ')\" | xargs rm -rf",
"pack": "yarn pack",

@@ -38,0 +38,0 @@ "size": "size-limit"

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