Socket
Socket
Sign inDemoInstall

agilite

Package Overview
Dependencies
160
Maintainers
1
Versions
69
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 6.7.2 to 6.7.3

6

controllers/batchlogging.js

@@ -166,3 +166,3 @@ 'use strict'

generateLogProcessReport (logProcessId = '', qry = null, fieldsToReturn = null, qryOptions = null, page = null, pageNumber = null) {
generateLogProcessReport (logProcessId = '', qry = null, fieldsToReturn = null, qryOptions = null, page = null, pageLimit = null) {
let config = {

@@ -192,4 +192,4 @@ url: `${this.apiServerUrl}/${Enums.MODULE_KEY_BATCH_LOGGING}/report`,

if (pageNumber !== undefined && pageNumber !== null) {
config.headers['page-number'] = pageNumber
if (pageLimit !== undefined && pageLimit !== null) {
config.headers['page-limit'] = pageLimit
}

@@ -196,0 +196,0 @@

{
"name": "agilite",
"license": "MIT",
"version": "6.7.2",
"version": "6.7.3",
"description": "A NodeJS module that provides seamless interactions with Agilit-e APIs",

@@ -6,0 +6,0 @@ "homepage": "https://agilite.io",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc