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.6.9 to 4.7.0

2

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

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

@@ -330,4 +330,9 @@ /*************************************************************************************

token,
id,
uuid,
resourceName,
imageId,
imageUuid,
archiveId,
archiveUuid
}, callback) {

@@ -337,2 +342,8 @@ const { GetResourceReferenceRequest } = this.stubFile;

request.setId(
getValidInteger(id)
);
request.setUuid(uuid);
request.setResourceName(resourceName);
request.setImageId(

@@ -343,2 +354,7 @@ getValidInteger(imageId)

request.setArchiveId(
getValidInteger(archiveId)
);
request.setArchiveUuid(archiveUuid);
const metadata = getMetadata({

@@ -345,0 +361,0 @@ token

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