shopify-api-node
Advanced tools
Comparing version 3.6.5 to 3.6.7
@@ -139,3 +139,3 @@ 'use strict'; | ||
if (res.statusCode === 202) { | ||
if (res.statusCode === 202 && res.headers['location']) { | ||
const retryAfter = res.headers['retry-after'] * 1000 || 0; | ||
@@ -142,0 +142,0 @@ const { pathname, search } = url.parse(res.headers['location']); |
{ | ||
"name": "shopify-api-node", | ||
"version": "3.6.5", | ||
"version": "3.6.7", | ||
"description": "Shopify API bindings for Node.js", | ||
@@ -28,5 +28,5 @@ "main": "index.js", | ||
"eslint": "^7.0.0", | ||
"eslint-config-prettier": "^7.1.0", | ||
"eslint-config-prettier": "^8.1.0", | ||
"eslint-plugin-prettier": "^3.1.2", | ||
"husky": "^4.2.1", | ||
"husky": "^5.1.1", | ||
"lint-staged": "^10.0.2", | ||
@@ -40,3 +40,4 @@ "mocha": "^8.0.1", | ||
"watch": "mocha -w", | ||
"lint": "eslint --ignore-path .gitignore . && prettier --check --ignore-path .gitignore \"**/*.{json,md,ts,yaml,yml}\"" | ||
"lint": "eslint --ignore-path .gitignore . && prettier --check --ignore-path .gitignore \"**/*.{json,md,ts,yaml,yml}\"", | ||
"prepare": "husky install" | ||
}, | ||
@@ -43,0 +44,0 @@ "repository": "MONEI/Shopify-api-node", |
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
192248
5962