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 7.1.0 to 7.1.1

6

build/salesOrdersApi.js

@@ -53,7 +53,5 @@ (function() {

SalesOrdersApi.prototype.getByIntegration = function(arg) {
var app, integrationId, propertiesNotFound, query;
var app, integrationId;
integrationId = arg.integrationId, app = arg.app;
query = "integrations/any(integration integration/integrationId eq " + integrationId + " and integration/app eq " + app + ")";
propertiesNotFound = "integrationId: " + integrationId + " and app: " + app;
return this._findSalesOrder(query, propertiesNotFound);
return this.client.getAsync("/integrations/" + app + "/salesorders/" + integrationId);
};

@@ -60,0 +58,0 @@

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

},
"version": "7.1.0",
"version": "7.1.1",
"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