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
11
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.0.0-0 to 1.0.0-1

8

CHANGELOG.md

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

<a name="1.0.0-1"></a>
# [1.0.0-1](https://github.com/Shopify/app-bridge/compare/v1.0.0-0...v1.0.0-1) (2018-12-03)
**Note:** Version bump only for package @shopify/app-bridge-host
<a name="1.0.0-0"></a>

@@ -8,0 +16,0 @@ # [1.0.0-0](https://github.com/Shopify/app-bridge/compare/v0.1.2-2...v1.0.0-0) (2018-11-29)

19

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

@@ -48,14 +48,25 @@ "main": "index.js",

"clean": "cat package.json | node -pe \"JSON.parse(require('fs').readFileSync('/dev/stdin').toString()).files.join(' ')\" | xargs rm -rf",
"pack": "yarn pack"
"pack": "yarn pack",
"size": "size-limit"
},
"sideEffects": false,
"size-limit": [
{
"limit": "31 KB",
"path": "index.js"
}
],
"devDependencies": {
"@types/hoist-non-react-statics": "^3.0.1",
"@types/react": "^16.7.3"
"@types/react": "^16.7.3",
"typescript": "3.2.1"
},
"dependencies": {
"@shopify/app-bridge": "^1.0.0-0",
"@shopify/app-bridge": "^1.0.0-1",
"hoist-non-react-statics": "^3.1.0",
"react": "^16.6.1"
},
"resolutions": {
"sqlite3": "4.0.1"
}
}
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