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

@shopify/address-consts

Package Overview
Dependencies
Maintainers
19
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 2.2.6 to 3.0.0

27

build/cjs/index.js

@@ -1,10 +0,7 @@

"use strict";
'use strict';
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.HEADERS = exports.GraphqlOperationName = exports.GRAPHQL_ENDPOINT = exports.FieldName = void 0;
var FieldName;
exports.FieldName = FieldName;
Object.defineProperty(exports, '__esModule', { value: true });
exports.FieldName = void 0;
(function (FieldName) {

@@ -21,8 +18,6 @@ FieldName["FirstName"] = "firstName";

FieldName["Company"] = "company";
})(FieldName || (exports.FieldName = FieldName = {}));
})(exports.FieldName || (exports.FieldName = {}));
var GRAPHQL_ENDPOINT = 'https://country-service.shopifycloud.com/graphql';
exports.GRAPHQL_ENDPOINT = GRAPHQL_ENDPOINT;
var GraphqlOperationName;
exports.GraphqlOperationName = GraphqlOperationName;
const GRAPHQL_ENDPOINT = 'https://country-service.shopifycloud.com/graphql';
exports.GraphqlOperationName = void 0;

@@ -32,8 +27,10 @@ (function (GraphqlOperationName) {

GraphqlOperationName["Country"] = "country";
})(GraphqlOperationName || (exports.GraphqlOperationName = GraphqlOperationName = {}));
})(exports.GraphqlOperationName || (exports.GraphqlOperationName = {}));
var HEADERS = {
const HEADERS = {
'Content-Type': 'application/json',
'Access-Control-Allow-Origin': '*'
};
exports.HEADERS = HEADERS;
exports.GRAPHQL_ENDPOINT = GRAPHQL_ENDPOINT;
exports.HEADERS = HEADERS;

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

## 3.0.0 - 2021-05-21
### Breaking Change
- Update minimum supported node version to 12.14.0. Add engines field to help enforce usage of this version. [#1906](https://github.com/Shopify/quilt/pull/1906)
## 2.2.4 - 2021-04-13

@@ -12,0 +18,0 @@

{
"name": "@shopify/address-consts",
"version": "2.2.6",
"version": "3.0.0",
"license": "MIT",

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

"homepage": "https://github.com/Shopify/quilt/blob/main/packages/address-consts/README.md",
"engines": {
"node": ">=12.14.0"
},
"files": [

@@ -42,3 +45,3 @@ "build/*",

},
"gitHead": "4324f27f72ae7b1800ec6bde9087af4ed89b3833"
"gitHead": "40de4af181104f298cbab42d2d3d68e228a9a31a"
}

Sorry, the diff of this file is not supported yet

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