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.1-alpha.4 to 1.3.1-alpha.6

4

actions/Cart/types.d.ts

@@ -127,7 +127,7 @@ /**

phone?: string;
provice?: string;
province?: string;
country?: string;
zip?: string;
name?: string;
proviceCode?: string;
provinceCode?: string;
countryCode?: string;

@@ -134,0 +134,0 @@ }

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

## [1.3.1-alpha.6](https://github.com/Shopify/app-bridge/compare/v1.3.1-alpha.5...v1.3.1-alpha.6) (2019-05-21)
**Note:** Version bump only for package @shopify/app-bridge
## [1.3.1-alpha.5](https://github.com/Shopify/app-bridge/compare/v1.3.1-alpha.4...v1.3.1-alpha.5) (2019-05-21)
### Added
* **docs:** add docs for Feature Detection
* **docs:** add docs for Point of Sale
## [1.3.1-alpha.4](https://github.com/Shopify/app-bridge/compare/v1.3.1-alpha.3...v1.3.1-alpha.4) (2019-05-17)

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

{
"name": "@shopify/app-bridge",
"version": "1.3.1-alpha.4",
"version": "1.3.1-alpha.6",
"types": "index.d.ts",

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

},
"gitHead": "cbcd89171547f8602a2c61eda909bc6a17b8f761"
"gitHead": "01db702e215d852e1876d8a653ca8a99999a334a"
}

@@ -15,7 +15,7 @@ "use strict";

phone: type_validate_1.makeOptional(type_validate_1.matchesString()),
provice: type_validate_1.makeOptional(type_validate_1.matchesString()),
province: type_validate_1.makeOptional(type_validate_1.matchesString()),
country: type_validate_1.makeOptional(type_validate_1.matchesString()),
zip: type_validate_1.makeOptional(type_validate_1.matchesString()),
name: type_validate_1.makeOptional(type_validate_1.matchesString()),
proviceCode: type_validate_1.makeOptional(type_validate_1.matchesString()),
provinceCode: type_validate_1.makeOptional(type_validate_1.matchesString()),
countryCode: type_validate_1.makeOptional(type_validate_1.matchesString()),

@@ -22,0 +22,0 @@ });

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