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.14.0 to 8.15.0

5

build/productsApi.js

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

this.update = bind(this.update, this);
this.updateTags = bind(this.updateTags, this);
this.updateMetadata = bind(this.updateMetadata, this);

@@ -212,2 +213,6 @@ this.updateAttributes = bind(this.updateAttributes, this);

ProductsApi.prototype.updateTags = function(id, update, opts) {
return this.client.putAsync("/products/" + id + "/tags", update, opts);
};
ProductsApi.prototype.update = function(id, update, opts) {

@@ -214,0 +219,0 @@ return this.client.putAsync("/products/" + id, update, opts);

2

package.json
{
"name": "producteca-sdk",
"version": "8.14.0",
"version": "8.15.0",
"description": "SDK for querying the Producteca's API",

@@ -5,0 +5,0 @@ "main": "build/sdk.js",

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