Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

producteca-sdk

Package Overview
Dependencies
Maintainers
8
Versions
119
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

producteca-sdk - npm Package Compare versions

Comparing version 8.5.0 to 8.6.0

producteca-sdk.sublime-workspace

7

build/productsApi.js

@@ -30,2 +30,3 @@ (function() {

this.updatePrices = bind(this.updatePrices, this);
this.createVariationIntegration = bind(this.createVariationIntegration, this);
this.updateVariationPictures = bind(this.updateVariationPictures, this);

@@ -193,2 +194,8 @@ this.addVariationPictures = bind(this.addVariationPictures, this);

ProductsApi.prototype.createVariationIntegration = function(productId, variationId, variationIntegration) {
var url;
url = "/products/" + productId + "/variations/" + variationId + "/integrations";
return this.client.postAsync(url, variationIntegration);
};
ProductsApi.prototype.updatePrices = function(id, update) {

@@ -195,0 +202,0 @@ return this.client.putAsync("/products/" + id + "/prices", update);

5

package.json

@@ -8,3 +8,3 @@ {

},
"version": "8.5.0",
"version": "8.6.0",
"main": "build/sdk.js",

@@ -23,3 +23,4 @@ "dependencies": {

"coffee-script": "^1.12.4",
"grunt": "^1.0.4",
"coffeescript": "^2.5.1",
"grunt": "^1.4.1",
"grunt-bump": "^0.3.1",

@@ -26,0 +27,0 @@ "grunt-contrib-clean": "~0.5.0",

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