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.9.0 to 8.10.0

5

build/salesOrdersApi.js

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

function SalesOrdersApi(endpoint) {
this.salesOrderDraft = bind(this.salesOrderDraft, this);
this.salesOrderCreated = bind(this.salesOrderCreated, this);

@@ -149,2 +150,6 @@ this.deletePayment = bind(this.deletePayment, this);

SalesOrdersApi.prototype.salesOrderDraft = function(salesOrderId, opts) {
return this.client.postAsync("/salesorders/" + salesOrderId + "/draft", void 0, opts);
};
return SalesOrdersApi;

@@ -151,0 +156,0 @@

2

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