New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

producteca-sdk

Package Overview
Dependencies
Maintainers
0
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.16.0 to 8.17.0

.node-version

5

build/productsApi.js

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

this._convertJsonToProducts = bind(this._convertJsonToProducts, this);
this["delete"] = bind(this["delete"], this);
this.getPricelists = bind(this.getPricelists, this);

@@ -252,2 +253,6 @@ this.getWarehouse = bind(this.getWarehouse, this);

ProductsApi.prototype["delete"] = function(productId, opts) {
return this.client.deleteAsync("/products/" + productId, opts);
};
ProductsApi.prototype._convertJsonToProducts = function(products) {

@@ -254,0 +259,0 @@ return products.map(this._convertJsonToProduct);

2

package.json
{
"name": "producteca-sdk",
"version": "8.16.0",
"version": "8.17.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