Huge News!Announcing our $40M Series B led by Abstract Ventures.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.4.4 to 4.4.5

5

index.js

@@ -592,4 +592,5 @@ /*************************************************************************************

const { getKeyValueToGRPC } = require('@adempiere/grpc-api/src/utils/baseDataTypeToGRPC.js');
const { getTypeOfValue } = require('@adempiere/grpc-api/src/utils/valueUtils.js');
if (typeOfValue(contextAttributes) === 'String') {
if (getTypeOfValue(contextAttributes) === 'String') {
contextAttributes = JSON.parse(contextAttributes);

@@ -600,3 +601,3 @@ }

let parsedAttribute = attribute;
if (typeOfValue(attribute) === 'String') {
if (getTypeOfValue(attribute) === 'String') {
parsedAttribute = JSON.parse(attribute);

@@ -603,0 +604,0 @@ }

2

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