Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

producteca-sdk

Package Overview
Dependencies
Maintainers
7
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.0.1 to 8.1.0

.npmignore

5

build/salesOrdersApi.js

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

this.cancel = bind(this.cancel, this);
this.updateInvoiceIntegration = bind(this.updateInvoiceIntegration, this);
this.update = bind(this.update, this);

@@ -96,2 +97,6 @@ this.create = bind(this.create, this);

SalesOrdersApi.prototype.updateInvoiceIntegration = function(id, invoiceIntegration) {
return this.client.putAsync("/salesorders/" + id + "/invoiceIntegration", invoiceIntegration);
};
SalesOrdersApi.prototype.cancel = function(ids) {

@@ -98,0 +103,0 @@ return this.client.postAsync("/salesorders/cancel?ids=" + (ids.join()));

2

package.json

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

},
"version": "8.0.1",
"version": "8.1.0",
"main": "build/sdk.js",

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

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