shopify-api-node
Advanced tools
Comparing version 3.7.1 to 3.7.2
{ | ||
"name": "shopify-api-node", | ||
"version": "3.7.1", | ||
"version": "3.7.2", | ||
"description": "Shopify API bindings for Node.js", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -91,3 +91,3 @@ 'use strict'; | ||
set: function set(value) { | ||
Object.defineProperty(this, prop, { value })[prop]; | ||
Object.defineProperty(this, prop, { value }); | ||
} | ||
@@ -94,0 +94,0 @@ }); |
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
196064
6082