New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@adempiere/grpc-api

Package Overview
Dependencies
Maintainers
5
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 4.8.9 to 4.9.0

28

lib/convertPointOfSales.js

@@ -231,30 +231,2 @@ /*************************************************************************************

convertShipmentLineFromGRPC(shipmentLine) {
if (shipmentLine) {
const {
convertChargeFromGRPC,
convertProductFromGRPC
} = require('./convertCoreFunctionality.js');
const { getDecimalFromGRPC } = require('@adempiere/grpc-api/src/utils/baseDataTypeFromGRPC.js');
return {
id: shipmentLine.getId(),
uuid: shipmentLine.getUuid(),
order_line_uuid: shipmentLine.getOrderLineUuid(),
line: shipmentLine.getLine(),
product: convertProductFromGRPC(
shipmentLine.getProduct()
),
charge: convertChargeFromGRPC(
shipmentLine.getCharge()
),
description: shipmentLine.getDescription(),
quantity: getDecimalFromGRPC(
shipmentLine.getQuantity()
)
};
}
return undefined;
},
convertShipmentFromGRPC(shipment) {

@@ -261,0 +233,0 @@ if (shipment) {

2

package.json
{
"name": "@adempiere/grpc-api",
"version": "4.8.9",
"version": "4.9.0",
"description": "ADempiere Web 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