New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

node-shopify

Package Overview
Dependencies
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-shopify - npm Package Compare versions

Comparing version 5.3.2 to 5.3.3

2

lib/index.js

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

};
const url = `/admin/api/2021-01/products/632910392/variants.json`;
const url = `/admin/api/2021-01/products/${productId}/variants.json`;
const { data } = (yield this.instance.post(url, payload)).unwrap();

@@ -430,0 +430,0 @@ if (!data) {

{
"name": "node-shopify",
"version": "5.3.2",
"version": "5.3.3",
"description": "module for creating Shopify API calls",

@@ -32,3 +32,3 @@ "keywords": [

"http-instance": "^6.0.2",
"node-result": "^6.0.1"
"node-result": "^6.2.0"
},

@@ -35,0 +35,0 @@ "devDependencies": {

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