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

@shopify/address-consts

Package Overview
Dependencies
Maintainers
13
Versions
47
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@shopify/address-consts - npm Package Compare versions

Comparing version 1.0.5 to 2.0.0-expand-locale-support-for-shopify-address.1

3

CHANGELOG.md

@@ -10,2 +10,5 @@ # Changelog

- [Minor] Add `errors` to `LoadCountriesResponse` and `LoadCountryResponse`. [#1301](https://github.com/Shopify/quilt/pull/1301)
- [Breaking Change] Update `ResponseError` to match GraphQl specification for Errors. [#1301](https://github.com/Shopify/quilt/pull/1301)
## [1.0.0] - 2019-08-29

@@ -12,0 +15,0 @@

21

dist/src/index.d.ts

@@ -34,2 +34,3 @@ export declare enum FieldName {

};
errors?: GraphQlError[];
}

@@ -40,2 +41,3 @@ export interface LoadCountryResponse {

};
errors?: GraphQlError[];
}

@@ -68,13 +70,12 @@ export interface Country {

export interface ResponseError {
errors: {
locations: {
column: number;
line: number;
}[];
message: string;
problems: {
explanation: string;
}[];
value: any;
errors: GraphQlError[];
}
export interface GraphQlError {
message: string;
locations?: {
column: number;
line: number;
}[];
path?: any[];
extensions?: object;
}

@@ -81,0 +82,0 @@ export declare const GRAPHQL_ENDPOINT = "https://country-service.shopifycloud.com/graphql";

{
"name": "@shopify/address-consts",
"version": "1.0.5",
"version": "2.0.0-expand-locale-support-for-shopify-address.1",
"license": "MIT",

@@ -5,0 +5,0 @@ "description": "Constants and types relating to @shopify/address",

Sorry, the diff of this file is not supported yet

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