Socket
Socket
Sign inDemoInstall

shopify-api-node

Package Overview
Dependencies
Maintainers
2
Versions
108
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

shopify-api-node - npm Package Compare versions

Comparing version 3.6.5 to 3.6.7

2

index.js

@@ -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

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