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
4
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 1.7.0 to 1.8.0

5

build/productsApi.js

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

this._getProductsPageByPage = __bind(this._getProductsPageByPage, this);
this.getPricelists = __bind(this.getPricelists, this);
this.createWarehouse = __bind(this.createWarehouse, this);

@@ -94,2 +95,6 @@ this.update = __bind(this.update, this);

ProductsApi.prototype.getPricelists = function() {
return this.respond(this.client.getAsync("/pricelists"));
};
ProductsApi.prototype._getProductsPageByPage = function(skip) {

@@ -96,0 +101,0 @@ var TOP;

2

package.json

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

},
"version": "1.7.0",
"version": "1.8.0",
"main": "build/sdk.js",

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

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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