Socket
Socket
Sign inDemoInstall

@inventora/shopify-admin-api

Package Overview
Dependencies
129
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.16.11 to 2.16.12

2

dist/infrastructure/base_service.js

@@ -54,3 +54,3 @@ "use strict";

if (!/^[\/]?admin\//ig.test(resource)) {
this.resource = "admin/api/2020-04/" + resource;
this.resource = "admin/api/2023-04/" + resource;
}

@@ -57,0 +57,0 @@ if (!BaseService.apiInfo[shopDomain] || BaseService.apiInfo[shopDomain].accessToken !== accessToken) {

@@ -52,3 +52,3 @@ const joinPaths = require('url-join');

if (! /^[\/]?admin\//ig.test(resource)) {
this.resource = "admin/api/2020-04/" + resource;
this.resource = "admin/api/2023-04/" + resource;
}

@@ -55,0 +55,0 @@ if (!BaseService.apiInfo[shopDomain] || BaseService.apiInfo[shopDomain].accessToken !== accessToken) {

{
"name": "@inventora/shopify-admin-api",
"version": "2.16.11",
"version": "2.16.12",
"description": "Shopify Admin API is a NodeJS library built to help developers easily authenticate and make calls against the Shopify API. It was inspired by and borrows heavily from ShopifySharp.",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc