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.2.9 to 1.3.0

12

lib/convertCoreFunctionality.js

@@ -271,5 +271,11 @@ /*************************************************************************************

),
schema_price_standard: getDecimalFromGRPC(productPrice.getSchemaPriceStandard()),
schema_price_limit: getDecimalFromGRPC(productPrice.getSchemaPriceLimit()),
schema_price_list_name: productPrice.getSchemaPriceListName()
schema_price_list: getDecimalFromGRPC(
productPrice.getSchemaPriceList()
),
schema_price_standard: getDecimalFromGRPC(
productPrice.getSchemaPriceStandard()
),
schema_price_limit: getDecimalFromGRPC(
productPrice.getSchemaPriceLimit()
)
};

@@ -276,0 +282,0 @@ }

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

@@ -5,0 +5,0 @@ "main": "index.js",

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