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
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.5.7 to 1.5.8

10

lib/convertCoreFunctionality.js

@@ -17,3 +17,3 @@ /*************************************************************************************

const convertCoreFunctionality = {
const convertCoreFunctionality = {
convertCountryFromGRPC(countryToConvert) {

@@ -270,12 +270,12 @@ if (countryToConvert) {

schema_currency: convertCoreFunctionality.convertCurrencyFromGRPC(
productPrice.getSchemaCurrency()
productPrice.getDisplayCurrency()
),
schema_price_list: getDecimalFromGRPC(
productPrice.getSchemaPriceList()
productPrice.getDisplayPriceList()
),
schema_price_standard: getDecimalFromGRPC(
productPrice.getSchemaPriceStandard()
productPrice.getDisplayPriceStandard()
),
schema_price_limit: getDecimalFromGRPC(
productPrice.getSchemaPriceLimit()
productPrice.getDisplayPriceLimit()
)

@@ -282,0 +282,0 @@ };

@@ -26,3 +26,4 @@ /*************************************************************************************

convertPriceListFromGRPC,
convertCurrencyFromGRPC
convertCurrencyFromGRPC,
convertWarehouseFromGRPC
} = require('./convertCoreFunctionality.js');

@@ -61,2 +62,5 @@

),
warehouse: convertWarehouseFromGRPC(
pointOfSales.getWarehouse()
),
conversion_type_uuid: pointOfSales.getConversionTypeUuid(),

@@ -63,0 +67,0 @@ key_layout_uuid: pointOfSales.getKeyLayoutUuid()

{
"name": "@adempiere/grpc-api",
"version": "1.5.7",
"version": "1.5.8",
"description": "ADempiere Web Store write in Javascript for a node service",

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

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