Huge News!Announcing our $40M Series B led by Abstract Ventures.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.6.0 to 5.6.1

2

lib/index.js

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

const payload = { product: Object.assign({ id: productId }, updateProduct) };
const { data } = (await this.instance.post(url, payload)).unwrap();
const { data } = (await this.instance.put(url, payload)).unwrap();
if (!data) {

@@ -287,0 +287,0 @@ return node_result_1.ResultFail(new Error('Response without data.'));

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

@@ -5,0 +5,0 @@ "keywords": [

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