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.6 to 4.8.7

2

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

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

/*************************************************************************************
* Product: ADempiere gRPC Point Of Sales Client *
* Copyright (C) 2012-2023 E.R.P. Consultores y Asociados, C.A. *
* Copyright (C) 2018-2023 E.R.P. Consultores y Asociados, C.A. *
* Contributor(s): Edwin Betancourt EdwinBetanc0urt@outlook.com *

@@ -514,2 +514,5 @@ * This program is free software: you can redistribute it and/or modify *

isWaitingForShipment,
isBindingOffer,
isClosed,
isNullified,
dateOrderedFrom,

@@ -571,4 +574,9 @@ dateOrderedTo,

request.setIsWaitingForShipment(isWaitingForShipment)
request.setIsBindingOffer(isBindingOffer);
request.setIsClosed(isClosed);
request.setIsNullified(isNullified);
request.setSalesRepresentativeUuid(salesRepresentativeUuid)
request.setPageSize(pageSize)
request.setPageSize(
getValidInteger(pageSize)
);
request.setPageToken(pageToken)

@@ -575,0 +583,0 @@

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

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