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

@adempiere/grpc-api

Package Overview
Dependencies
Maintainers
4
Versions
405
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@adempiere/grpc-api - npm Package Compare versions

Comparing version 1.6.9 to 1.7.0

18

lib/convertPointOfSales.js

@@ -81,2 +81,20 @@ /*************************************************************************************

// Customer
convertCustomerFromGRPC(customer) {
if (customer) {
return {
uuid: customer.getUuid(),
id: customer.getId(),
value: customer.getValue(),
tax_id: customer.getTaxId(),
duns: customer.getDuns(),
naics: customer.getNaics(),
name: customer.getName(),
last_name: customer.getLastName(),
description: customer.getDescription()
};
}
return undefined;
},
// Convert available warehouse from gRPC to JSON

@@ -83,0 +101,0 @@ convertAvailableWarehouse(availableWarehouse) {

2

package.json
{
"name": "@adempiere/grpc-api",
"version": "1.6.9",
"version": "1.7.0",
"description": "ADempiere Web Store write in Javascript for a node service",

@@ -5,0 +5,0 @@ "author": "Yamel Senih",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

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