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.2.0 to 8.3.0

.github/ISSUE_TEMPLATE.md

7

build/productsApi.js

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

this.createVariations = bind(this.createVariations, this);
this.deleteIntegration = bind(this.deleteIntegration, this);
this.updateIntegration = bind(this.updateIntegration, this);

@@ -128,2 +129,8 @@ this.createIntegration = bind(this.createIntegration, this);

ProductsApi.prototype.deleteIntegration = function(productId, integrationId) {
var url;
url = "/products/" + productId + "/integrations/" + integrationId;
return this.client.deleteAsync(url);
};
ProductsApi.prototype.createVariations = function(productId, variations, appId) {

@@ -130,0 +137,0 @@ var headers, url;

2

package.json

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

},
"version": "8.2.0",
"version": "8.3.0",
"main": "build/sdk.js",

@@ -11,0 +11,0 @@ "dependencies": {

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