account-lookup-service 17.12.7 → 17.12.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -2,6 +2,18 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4
4
 
5
+ ### [17.12.8](https://github.com/mojaloop/account-lookup-service/compare/v17.12.7...v17.12.8) (2025-09-05)
6
+
7
+
8
+ ### Bug Fixes
9
+
10
+ * **csi-1695:** updated stream lib and event-sdk ([#571](https://github.com/mojaloop/account-lookup-service/issues/571)) ([1ba4a6d](https://github.com/mojaloop/account-lookup-service/commit/1ba4a6d9d72f107774659cbb4be8c6b1848671ec))
11
+
12
+
13
+ ### Chore
14
+
15
+ * **sbom:** update sbom [skip ci] ([5e1f94d](https://github.com/mojaloop/account-lookup-service/commit/5e1f94dc48d9cd7b114569c177d13fab4f2e16b8))
16
+
5
17
  ### [17.12.7](https://github.com/mojaloop/account-lookup-service/compare/v17.12.6...v17.12.7) (2025-09-03)
6
18
 
7
19
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "account-lookup-service",
3
3
  "description": "Account Lookup Service is used to validate Party and Participant lookups.",
4
- "version": "17.12.7",
4
+ "version": "17.12.8",
5
5
  "license": "Apache-2.0",
6
6
  "author": "ModusBox",
7
7
  "contributors": [
@@ -34,9 +34,9 @@
34
34
  },
35
35
  "pre-commit": [
36
36
  "lint",
37
+ "test",
37
38
  "dep:check",
38
- "audit:check",
39
- "test"
39
+ "audit:check"
40
40
  ],
41
41
  "scripts": {
42
42
  "start": "node src/index.js server",
@@ -96,9 +96,9 @@
96
96
  "@mojaloop/central-services-logger": "11.9.1",
97
97
  "@mojaloop/central-services-metrics": "12.6.0",
98
98
  "@mojaloop/central-services-shared": "18.30.8",
99
- "@mojaloop/central-services-stream": "11.8.4",
99
+ "@mojaloop/central-services-stream": "11.8.6",
100
100
  "@mojaloop/database-lib": "^11.3.2",
101
- "@mojaloop/event-sdk": "14.6.1",
101
+ "@mojaloop/event-sdk": "14.7.0",
102
102
  "@mojaloop/inter-scheme-proxy-cache-lib": "2.6.0",
103
103
  "@mojaloop/ml-schema-transformer-lib": "2.7.7",
104
104
  "@mojaloop/sdk-standard-components": "19.16.7",
@@ -108,7 +108,6 @@
108
108
  "blipp": "4.0.2",
109
109
  "commander": "14.0.0",
110
110
  "cron": "4.3.3",
111
- "fast-safe-stringify": "^2.1.1",
112
111
  "hapi-auth-bearer-token": "8.0.0",
113
112
  "joi": "18.0.1",
114
113
  "knex": "3.1.0",
@@ -1,8 +1,8 @@
1
1
  type,bom_ref,license-id,group,author,name,version,purl,path,description,vcs-url,vcs-comment,website-url,website-comment,issue-tracker-url,issue-tracker-comment,distribution-url,distribution-comment,hash-alg,hash-value,author-email,deprecated-status,deprecation-reason,timestamp
2
2
  application,,,,,npm,10.9.0,,,,,,,,,,,,,,,,,
3
3
  application,,Apache-2.0,@cyclonedx,Jan Kowalleck,cyclonedx-npm,3.0.0,,,Create CycloneDX Software Bill of Materials (SBOM) from NPM projects.,git+https://github.com/CycloneDX/cyclonedx-node-npm.git,"as detected from PackageJson property ""repository.url""",https://github.com/CycloneDX/cyclonedx-node-npm#readme,"as detected from PackageJson property ""homepage""",https://github.com/CycloneDX/cyclonedx-node-npm/issues,"as detected from PackageJson property ""bugs.url""",,,,,,,,
4
- library,,Apache-2.0,@cyclonedx,Jan Kowalleck,cyclonedx-library,8.5.0,,,Core functionality of CycloneDX for JavaScript (Node.js or WebBrowser).,git+https://github.com/CycloneDX/cyclonedx-javascript-library.git,"as detected from PackageJson property ""repository.url""",https://github.com/CycloneDX/cyclonedx-javascript-library#readme,"as detected from PackageJson property ""homepage""",https://github.com/CycloneDX/cyclonedx-javascript-library/issues,"as detected from PackageJson property ""bugs.url""",,,,,,,,
5
- application,account-lookup-service@17.12.6,Apache-2.0,,ModusBox,account-lookup-service,17.12.6,pkg:npm/account-lookup-service@17.12.6?vcs_url=git%3A%2F%2Fgithub.com%2Fmojaloop%2Faccount-lookup-service.git,,Account Lookup Service is used to validate Party and Participant lookups.,git://github.com/mojaloop/account-lookup-service.git,"as detected from PackageJson property ""repository.url""",https://github.com/mojaloop/account-lookup-service#readme,"as detected from PackageJson property ""homepage""",http://github.com/mojaloop/account-lookup-service/issues,"as detected from PackageJson property ""bugs.url""",,,,,,active,Active in npm registry,2025-09-01T12:58:15.399Z
4
+ library,,Apache-2.0,@cyclonedx,Jan Kowalleck,cyclonedx-library,8.5.1,,,Core functionality of CycloneDX for JavaScript (Node.js or WebBrowser).,git+https://github.com/CycloneDX/cyclonedx-javascript-library.git,"as detected from PackageJson property ""repository.url""",https://github.com/CycloneDX/cyclonedx-javascript-library#readme,"as detected from PackageJson property ""homepage""",https://github.com/CycloneDX/cyclonedx-javascript-library/issues,"as detected from PackageJson property ""bugs.url""",,,,,,,,
5
+ application,account-lookup-service@17.12.7,Apache-2.0,,ModusBox,account-lookup-service,17.12.7,pkg:npm/account-lookup-service@17.12.7?vcs_url=git%3A%2F%2Fgithub.com%2Fmojaloop%2Faccount-lookup-service.git,,Account Lookup Service is used to validate Party and Participant lookups.,git://github.com/mojaloop/account-lookup-service.git,"as detected from PackageJson property ""repository.url""",https://github.com/mojaloop/account-lookup-service#readme,"as detected from PackageJson property ""homepage""",http://github.com/mojaloop/account-lookup-service/issues,"as detected from PackageJson property ""bugs.url""",,,,,,active,Active in npm registry,2025-09-02T15:44:02.512Z
6
6
  library,@hapi/basic@7.0.2,BSD-3-Clause,@hapi,,basic,7.0.2,pkg:npm/%40hapi/basic@7.0.2,node_modules/@hapi/basic,Basic authentication plugin,git://github.com/hapijs/basic.git,"as detected from PackageJson property ""repository.url""",https://github.com/hapijs/basic#readme,"as detected from PackageJson property ""homepage""",https://github.com/hapijs/basic/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/@hapi/basic/-/basic-7.0.2.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,91da6c982107543948612b516eccd2cb2ffdf9dab92a47d62d7e408ee1c63f0b73bae668a599e1915bcc655e39850f2103c57fc1e0a832cd27cd727b242036a3,,active,Active in npm registry,2023-06-09T15:35:54.543Z
7
7
  library,@hapi/boom@10.0.1,BSD-3-Clause,@hapi,,boom,10.0.1,pkg:npm/%40hapi/boom@10.0.1,node_modules/@hapi/boom,HTTP-friendly error objects,git://github.com/hapijs/boom.git,"as detected from PackageJson property ""repository.url""",https://github.com/hapijs/boom#readme,"as detected from PackageJson property ""homepage""",https://github.com/hapijs/boom/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/@hapi/boom/-/boom-10.0.1.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,11170265a123747dce812265ca3564f291c815ebacf750a328fdeff8ca6004da7922f1b33f697f6d1883efc9ea61c28f69975b2a42b9bc30553ddda8847065b0,,active,Active in npm registry,2023-02-11T17:40:56.116Z
8
8
  library,@hapi/hoek@11.0.7,BSD-3-Clause,@hapi,,hoek,11.0.7,pkg:npm/%40hapi/hoek@11.0.7,node_modules/@hapi/hoek,General purpose node utilities,git://github.com/hapijs/hoek.git,"as detected from PackageJson property ""repository.url""",https://github.com/hapijs/hoek#readme,"as detected from PackageJson property ""homepage""",https://github.com/hapijs/hoek/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/@hapi/hoek/-/hoek-11.0.7.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,1d5e6e9dd5a42b3701e11654baca8ea5c83139aaba54e007ef386122bda0dc6f0d17f32514eef94a33abd8d7ee4b1d0c878d3ed45a8291a80a2c94729145a815,,active,Active in npm registry,2024-11-14T15:54:32.587Z
@@ -64,7 +64,7 @@ library,@hapi/vision@7.0.3,BSD-3-Clause,@hapi,,vision,7.0.3,pkg:npm/%40hapi/visi
64
64
  library,@hapi/vision@7.0.3|@hapi/validate@2.0.1,BSD-3-Clause,@hapi,,validate,2.0.1,pkg:npm/%40hapi/validate@2.0.1,node_modules/@hapi/vision/node_modules/@hapi/validate,Object schema validation,git://github.com/hapijs/validate.git,"as detected from PackageJson property ""repository.url""",https://github.com/hapijs/validate#readme,"as detected from PackageJson property ""homepage""",https://github.com/hapijs/validate/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/@hapi/validate/-/validate-2.0.1.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,359997467ad22caf0c43dcbf08ca84f564aca6007dc40e35fcb95847493debb69265e6d6af8c8dae9c486e8bf5d880b02b2e003d29565d981af63379a7aa6e3c,,active,Active in npm registry,2023-02-11T18:44:37.795Z
65
65
  library,@mojaloop/central-services-error-handling@13.1.0,Apache-2.0,@mojaloop,ModusBox,central-services-error-handling,13.1.0,pkg:npm/%40mojaloop/central-services-error-handling@13.1.0,node_modules/@mojaloop/central-services-error-handling,Hapi error handling module,git+https://github.com/mojaloop/central-services-error-handling.git,"as detected from PackageJson property ""repository.url""",https://github.com/mojaloop/central-services-error-handling#readme,"as detected from PackageJson property ""homepage""",https://github.com/mojaloop/central-services-error-handling/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/@mojaloop/central-services-error-handling/-/central-services-error-handling-13.1.0.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,910d7b38d95715a7d31402d529d42129c0f40830db4f42292e78aed780bdc26db01e7f3339982509d8e89d5f2c1dc1ddf5f7597eb17b0588d9c6bd061ce87357,,active,Active in npm registry,2025-05-14T00:49:17.258Z
66
66
  library,fast-safe-stringify@2.1.1,MIT,,David Mark Clements,fast-safe-stringify,2.1.1,pkg:npm/fast-safe-stringify@2.1.1,node_modules/fast-safe-stringify,Safely and quickly serialize JavaScript objects,git+https://github.com/davidmarkclements/fast-safe-stringify.git,"as detected from PackageJson property ""repository.url""",https://github.com/davidmarkclements/fast-safe-stringify#readme,"as detected from PackageJson property ""homepage""",https://github.com/davidmarkclements/fast-safe-stringify/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/fast-safe-stringify/-/fast-safe-stringify-2.1.1.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,5be28973676620b94fa650ff1f82bd97d2dc00701f3ed3fa058f38b952d743a12f733f4b720df7636cf52156e54fac5d639e0f5d854712ffb45a9abc228eb390,,active,Active in npm registry,2022-06-17T23:37:27.368Z
67
- library,lodash@4.17.21,MIT,,John-David Dalton,lodash,4.17.21,pkg:npm/lodash@4.17.21,node_modules/lodash,Lodash modular utilities.,git+https://github.com/lodash/lodash.git,"as detected from PackageJson property ""repository.url""",https://lodash.com/,"as detected from PackageJson property ""homepage""",https://github.com/lodash/lodash/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,bf690311ee7b95e713ba568322e3533f2dd1cb880b189e99d4edef13592b81764daec43e2c54c61d5c558dc5cfb35ecb85b65519e74026ff17675b6f8f916f4a,john.david.dalton@gmail.com,active,Active in npm registry,2025-07-30T10:19:58.710Z
67
+ library,lodash@4.17.21,MIT,,John-David Dalton,lodash,4.17.21,pkg:npm/lodash@4.17.21,node_modules/lodash,Lodash modular utilities.,git+https://github.com/lodash/lodash.git,"as detected from PackageJson property ""repository.url""",https://lodash.com/,"as detected from PackageJson property ""homepage""",https://github.com/lodash/lodash/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,bf690311ee7b95e713ba568322e3533f2dd1cb880b189e99d4edef13592b81764daec43e2c54c61d5c558dc5cfb35ecb85b65519e74026ff17675b6f8f916f4a,john.david.dalton@gmail.com,active,Active in npm registry,2025-09-03T16:02:23.960Z
68
68
  library,@mojaloop/central-services-health@15.1.0,Apache-2.0,@mojaloop,lewisdaly,central-services-health,15.1.0,pkg:npm/%40mojaloop/central-services-health@15.1.0,node_modules/@mojaloop/central-services-health,Shared code for generic health check servers,git+https://github.com/mojaloop/central-services-metrics.git,"as detected from PackageJson property ""repository.url""",https://github.com/mojaloop/central-services-health#readme,"as detected from PackageJson property ""homepage""",https://github.com/mojaloop/central-services-health/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/@mojaloop/central-services-health/-/central-services-health-15.1.0.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,0c3bc5118c947e7e7ae597d4583a11221289846b871586e10499ae9a3662c41474f98b3560a9fad03b1ac341cf87977cf7b6b4ae2c7d49377f5002e2f445b83d,,active,Active in npm registry,2025-05-15T14:59:22.308Z
69
69
  library,@mojaloop/central-services-health@15.1.0|@hapi/hapi@21.4.0,BSD-3-Clause,@hapi,,hapi,21.4.0,pkg:npm/%40hapi/hapi@21.4.0,node_modules/@mojaloop/central-services-health/node_modules/@hapi/hapi,HTTP Server framework,git://github.com/hapijs/hapi.git,"as detected from PackageJson property ""repository.url""",https://hapi.dev,"as detected from PackageJson property ""homepage""",https://github.com/hapijs/hapi/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/@hapi/hapi/-/hapi-21.4.0.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,92a89159b6182d24addab61bc72363f2cbcfb173fbd79a785bf2b7397a577a28952cd49d057e1ffb37e60be758e9ec9beaba93a9301bc7ac7c6f91e925392f89,,active,Active in npm registry,2025-08-13T22:35:56.826Z
70
70
  library,@mojaloop/central-services-health@15.1.0|@hapi/validate@2.0.1,BSD-3-Clause,@hapi,,validate,2.0.1,pkg:npm/%40hapi/validate@2.0.1,node_modules/@mojaloop/central-services-health/node_modules/@hapi/validate,Object schema validation,git://github.com/hapijs/validate.git,"as detected from PackageJson property ""repository.url""",https://github.com/hapijs/validate#readme,"as detected from PackageJson property ""homepage""",https://github.com/hapijs/validate/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/@hapi/validate/-/validate-2.0.1.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,359997467ad22caf0c43dcbf08ca84f564aca6007dc40e35fcb95847493debb69265e6d6af8c8dae9c486e8bf5d880b02b2e003d29565d981af63379a7aa6e3c,,active,Active in npm registry,2023-02-11T18:44:37.795Z
@@ -103,17 +103,17 @@ library,stack-trace@0.0.10,MIT,,Felix Geisendörfer,stack-trace,0.0.10,pkg:npm/s
103
103
  library,winston-transport@4.9.0,MIT,,Charlie Robbins,winston-transport,4.9.0,pkg:npm/winston-transport@4.9.0,node_modules/winston-transport,Base stream implementations for winston@3 and up.,git+ssh://git@github.com/winstonjs/winston-transport.git,"as detected from PackageJson property ""repository.url""",https://github.com/winstonjs/winston-transport#readme,"as detected from PackageJson property ""homepage""",https://github.com/winstonjs/winston-transport/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/winston-transport/-/winston-transport-4.9.0.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,f1dacc278ae481a3e8d4c7b8cc3ff758b7c8ff33dd03da36222a4a383ba79c60dcbaa6c7c23b1b07bf7296fd382c2186cd4d3143abd3ce738ca5019a2e1866e8,charlie.robbins@gmail.com,active,Active in npm registry,2024-11-10T02:38:39.262Z
104
104
  library,winston-transport@4.9.0|readable-stream@3.6.2,MIT,,,readable-stream,3.6.2,pkg:npm/readable-stream@3.6.2,node_modules/winston-transport/node_modules/readable-stream,Streams3~ a user-land copy of the stream library from Node.js,git://github.com/nodejs/readable-stream.git,"as detected from PackageJson property ""repository.url""",https://github.com/nodejs/readable-stream#readme,"as detected from PackageJson property ""homepage""",https://github.com/nodejs/readable-stream/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.2.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,f6efec9e20ab6370f959db04447cc71381b66025eaa06e454c7522082e1221bafa5dc2d9058d39c9af442a361e93d3b9c4e0308c6abed497460404bb43d49ca0,,active,Active in npm registry,2025-01-07T09:15:39.036Z
105
105
  library,@mojaloop/central-services-metrics@12.6.0,Apache-2.0,@mojaloop,ModusBox,central-services-metrics,12.6.0,pkg:npm/%40mojaloop/central-services-metrics@12.6.0,node_modules/@mojaloop/central-services-metrics,Shared code for metrics generation,git+https://github.com/mojaloop/central-services-metrics.git,"as detected from PackageJson property ""repository.url""",https://github.com/mojaloop/central-services-metrics#readme,"as detected from PackageJson property ""homepage""",https://github.com/mojaloop/central-services-metrics/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/@mojaloop/central-services-metrics/-/central-services-metrics-12.6.0.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,82dad36cda7bfde99bf14aa91a758a919e45ee9c5ee77e11fa039bd0faf7625b5df2db3c318c83ed37a276a2392fa2041d8a4d7f5fd76ee1a90717747ef0686a,,active,Active in npm registry,2025-05-14T14:18:54.584Z
106
- library,@typescript-eslint/eslint-plugin@8.36.0,MIT,@typescript-eslint,,eslint-plugin,8.36.0,pkg:npm/%40typescript-eslint/eslint-plugin@8.36.0#packages/eslint-plugin,node_modules/@typescript-eslint/eslint-plugin,TypeScript plugin for ESLint,git+https://github.com/typescript-eslint/typescript-eslint.git#packages/eslint-plugin,"as detected from PackageJson property ""repository.url"" and ""repository.directory""",https://typescript-eslint.io/packages/eslint-plugin,"as detected from PackageJson property ""homepage""",https://github.com/typescript-eslint/typescript-eslint/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.36.0.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,95936284751507a65988f04d80e4064b1500488ed4256853f271f25060a7690dbc5c50b0f7c21facc086deb525d6ec145a802fa1d2506f2d8a4ecefd51372b02,,active,Active in npm registry,2025-09-02T12:35:13.530Z
106
+ library,@typescript-eslint/eslint-plugin@8.36.0,MIT,@typescript-eslint,,eslint-plugin,8.36.0,pkg:npm/%40typescript-eslint/eslint-plugin@8.36.0#packages/eslint-plugin,node_modules/@typescript-eslint/eslint-plugin,TypeScript plugin for ESLint,git+https://github.com/typescript-eslint/typescript-eslint.git#packages/eslint-plugin,"as detected from PackageJson property ""repository.url"" and ""repository.directory""",https://typescript-eslint.io/packages/eslint-plugin,"as detected from PackageJson property ""homepage""",https://github.com/typescript-eslint/typescript-eslint/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.36.0.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,95936284751507a65988f04d80e4064b1500488ed4256853f271f25060a7690dbc5c50b0f7c21facc086deb525d6ec145a802fa1d2506f2d8a4ecefd51372b02,,active,Active in npm registry,2025-09-03T16:10:32.432Z
107
107
  library,@eslint-community/regexpp@4.12.1,MIT,@eslint-community,Toru Nagashima,regexpp,4.12.1,pkg:npm/%40eslint-community/regexpp@4.12.1,node_modules/@eslint-community/regexpp,Regular expression parser for ECMAScript.,git+https://github.com/eslint-community/regexpp.git,"as detected from PackageJson property ""repository.url""",https://github.com/eslint-community/regexpp#readme,"as detected from PackageJson property ""homepage""",https://github.com/eslint-community/regexpp/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/@eslint-community/regexpp/-/regexpp-4.12.1.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,0826420c9b9db81f4e524164636220a69359322da5050803daacf05e41226b5e9c81eda98a363f6978bde8224caae0cc9f79c97653d5d40e4aac9117c1f2cdcd,,active,Active in npm registry,2024-10-28T00:38:34.716Z
108
- library,@typescript-eslint/parser@8.36.0,MIT,@typescript-eslint,,parser,8.36.0,pkg:npm/%40typescript-eslint/parser@8.36.0#packages/parser,node_modules/@typescript-eslint/parser,An ESLint custom parser which leverages TypeScript ESTree,git+https://github.com/typescript-eslint/typescript-eslint.git#packages/parser,"as detected from PackageJson property ""repository.url"" and ""repository.directory""",https://typescript-eslint.io/packages/parser,"as detected from PackageJson property ""homepage""",https://github.com/typescript-eslint/typescript-eslint/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/@typescript-eslint/parser/-/parser-8.36.0.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,16e620907c192ee3db663407cc95ebb57ade25d14c2a5d7a04563246b2f10e15abe90afb29b72edacd5886ef2db22317c354b45b5a637c57d812df91eb4e2cf9,,active,Active in npm registry,2025-09-02T12:35:01.546Z
109
- library,@typescript-eslint/scope-manager@8.36.0,MIT,@typescript-eslint,,scope-manager,8.36.0,pkg:npm/%40typescript-eslint/scope-manager@8.36.0#packages/scope-manager,node_modules/@typescript-eslint/scope-manager,TypeScript scope analyser for ESLint,git+https://github.com/typescript-eslint/typescript-eslint.git#packages/scope-manager,"as detected from PackageJson property ""repository.url"" and ""repository.directory""",https://typescript-eslint.io/packages/scope-manager,"as detected from PackageJson property ""homepage""",https://github.com/typescript-eslint/typescript-eslint/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.36.0.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,c029daa482a70e437ad9f62d4c6bf6f9163c1659c1600ded366d1f9bdd647360633e1576bc88f0c28cc9ecb4e868b0326f571af01c6b4bbbd3f8fbef7fb46fa8,,active,Active in npm registry,2025-09-02T12:34:55.380Z
110
- library,@typescript-eslint/types@8.36.0,MIT,@typescript-eslint,,types,8.36.0,pkg:npm/%40typescript-eslint/types@8.36.0#packages/types,node_modules/@typescript-eslint/types,Types for the TypeScript-ESTree AST spec,git+https://github.com/typescript-eslint/typescript-eslint.git#packages/types,"as detected from PackageJson property ""repository.url"" and ""repository.directory""",https://typescript-eslint.io,"as detected from PackageJson property ""homepage""",https://github.com/typescript-eslint/typescript-eslint/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/@typescript-eslint/types/-/types-8.36.0.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,c469acea5e5c4c92903d938a33be4397dc817cd74678b46c232b9f7b09f14f8bd94eb8c2d089904f87e3f109ad24af38179f2e4a1e4754148037071f897c4005,,active,Active in npm registry,2025-09-02T12:34:36.923Z
111
- library,@typescript-eslint/visitor-keys@8.36.0,MIT,@typescript-eslint,,visitor-keys,8.36.0,pkg:npm/%40typescript-eslint/visitor-keys@8.36.0#packages/visitor-keys,node_modules/@typescript-eslint/visitor-keys,Visitor keys used to help traverse the TypeScript-ESTree AST,git+https://github.com/typescript-eslint/typescript-eslint.git#packages/visitor-keys,"as detected from PackageJson property ""repository.url"" and ""repository.directory""",https://typescript-eslint.io,"as detected from PackageJson property ""homepage""",https://github.com/typescript-eslint/typescript-eslint/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.36.0.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,bd9ae15769513d60ee1a8c5c9abcd1672c408203cbfaaa775b352b9590feb2516e7838981f17816b7e1d5173ee0b446618ace5e254b9905258bca0aaf5c9cd0c,,active,Active in npm registry,2025-09-02T12:34:42.890Z
108
+ library,@typescript-eslint/parser@8.36.0,MIT,@typescript-eslint,,parser,8.36.0,pkg:npm/%40typescript-eslint/parser@8.36.0#packages/parser,node_modules/@typescript-eslint/parser,An ESLint custom parser which leverages TypeScript ESTree,git+https://github.com/typescript-eslint/typescript-eslint.git#packages/parser,"as detected from PackageJson property ""repository.url"" and ""repository.directory""",https://typescript-eslint.io/packages/parser,"as detected from PackageJson property ""homepage""",https://github.com/typescript-eslint/typescript-eslint/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/@typescript-eslint/parser/-/parser-8.36.0.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,16e620907c192ee3db663407cc95ebb57ade25d14c2a5d7a04563246b2f10e15abe90afb29b72edacd5886ef2db22317c354b45b5a637c57d812df91eb4e2cf9,,active,Active in npm registry,2025-09-03T16:10:19.560Z
109
+ library,@typescript-eslint/scope-manager@8.36.0,MIT,@typescript-eslint,,scope-manager,8.36.0,pkg:npm/%40typescript-eslint/scope-manager@8.36.0#packages/scope-manager,node_modules/@typescript-eslint/scope-manager,TypeScript scope analyser for ESLint,git+https://github.com/typescript-eslint/typescript-eslint.git#packages/scope-manager,"as detected from PackageJson property ""repository.url"" and ""repository.directory""",https://typescript-eslint.io/packages/scope-manager,"as detected from PackageJson property ""homepage""",https://github.com/typescript-eslint/typescript-eslint/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.36.0.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,c029daa482a70e437ad9f62d4c6bf6f9163c1659c1600ded366d1f9bdd647360633e1576bc88f0c28cc9ecb4e868b0326f571af01c6b4bbbd3f8fbef7fb46fa8,,active,Active in npm registry,2025-09-03T16:10:12.770Z
110
+ library,@typescript-eslint/types@8.36.0,MIT,@typescript-eslint,,types,8.36.0,pkg:npm/%40typescript-eslint/types@8.36.0#packages/types,node_modules/@typescript-eslint/types,Types for the TypeScript-ESTree AST spec,git+https://github.com/typescript-eslint/typescript-eslint.git#packages/types,"as detected from PackageJson property ""repository.url"" and ""repository.directory""",https://typescript-eslint.io,"as detected from PackageJson property ""homepage""",https://github.com/typescript-eslint/typescript-eslint/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/@typescript-eslint/types/-/types-8.36.0.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,c469acea5e5c4c92903d938a33be4397dc817cd74678b46c232b9f7b09f14f8bd94eb8c2d089904f87e3f109ad24af38179f2e4a1e4754148037071f897c4005,,active,Active in npm registry,2025-09-03T16:09:52.586Z
111
+ library,@typescript-eslint/visitor-keys@8.36.0,MIT,@typescript-eslint,,visitor-keys,8.36.0,pkg:npm/%40typescript-eslint/visitor-keys@8.36.0#packages/visitor-keys,node_modules/@typescript-eslint/visitor-keys,Visitor keys used to help traverse the TypeScript-ESTree AST,git+https://github.com/typescript-eslint/typescript-eslint.git#packages/visitor-keys,"as detected from PackageJson property ""repository.url"" and ""repository.directory""",https://typescript-eslint.io,"as detected from PackageJson property ""homepage""",https://github.com/typescript-eslint/typescript-eslint/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.36.0.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,bd9ae15769513d60ee1a8c5c9abcd1672c408203cbfaaa775b352b9590feb2516e7838981f17816b7e1d5173ee0b446618ace5e254b9905258bca0aaf5c9cd0c,,active,Active in npm registry,2025-09-03T16:09:58.974Z
112
112
  library,@typescript-eslint/visitor-keys@8.36.0|eslint-visitor-keys@4.2.1,Apache-2.0,,Toru Nagashima,eslint-visitor-keys,4.2.1,pkg:npm/eslint-visitor-keys@4.2.1#packages/eslint-visitor-keys,node_modules/@typescript-eslint/visitor-keys/node_modules/eslint-visitor-keys,Constants and utilities about visitor keys to traverse AST.,git+https://github.com/eslint/js.git#packages/eslint-visitor-keys,"as detected from PackageJson property ""repository.url"" and ""repository.directory""",https://github.com/eslint/js/blob/main/packages/eslint-visitor-keys/README.md,"as detected from PackageJson property ""homepage""",https://github.com/eslint/js/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-4.2.1.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,521764e6c7ea71e7bff47feb08e262918cfaee8d1ad93c3684644f386d98d51d9d83b6eb45ed6e1b4c9a3500c7bbe4cefee40f17fe5e09aa6f612987523b7b25,,active,Active in npm registry,2025-06-09T15:45:53.017Z
113
- library,@typescript-eslint/type-utils@8.36.0,MIT,@typescript-eslint,,type-utils,8.36.0,pkg:npm/%40typescript-eslint/type-utils@8.36.0#packages/type-utils,node_modules/@typescript-eslint/type-utils,Type utilities for working with TypeScript + ESLint together,git+https://github.com/typescript-eslint/typescript-eslint.git#packages/type-utils,"as detected from PackageJson property ""repository.url"" and ""repository.directory""",https://typescript-eslint.io,"as detected from PackageJson property ""homepage""",https://github.com/typescript-eslint/typescript-eslint/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-8.36.0.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,e5a686606f1c54377a7317e4ff29e9633c41459264ef0ff29ada3aba2c9416d742a33408b105a1eccdbcffaaf9ec5c246f07a783ca80ce83023f04897d6966b2,,active,Active in npm registry,2025-09-02T12:35:07.701Z
114
- library,@typescript-eslint/typescript-estree@8.36.0,MIT,@typescript-eslint,,typescript-estree,8.36.0,pkg:npm/%40typescript-eslint/typescript-estree@8.36.0#packages/typescript-estree,node_modules/@typescript-eslint/typescript-estree,A parser that converts TypeScript source code into an ESTree compatible form,git+https://github.com/typescript-eslint/typescript-eslint.git#packages/typescript-estree,"as detected from PackageJson property ""repository.url"" and ""repository.directory""",https://typescript-eslint.io/packages/typescript-estree,"as detected from PackageJson property ""homepage""",https://github.com/typescript-eslint/typescript-eslint/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.36.0.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,25a4bc6c356b7d5257e1abf48cba5ee327b406901a516efeb674b86381136b7abb368660cd86cdf730d04c9f243dbe5f4389f4865880b7db40e0f7ecdb30361e,,active,Active in npm registry,2025-09-02T12:34:49.169Z
113
+ library,@typescript-eslint/type-utils@8.36.0,MIT,@typescript-eslint,,type-utils,8.36.0,pkg:npm/%40typescript-eslint/type-utils@8.36.0#packages/type-utils,node_modules/@typescript-eslint/type-utils,Type utilities for working with TypeScript + ESLint together,git+https://github.com/typescript-eslint/typescript-eslint.git#packages/type-utils,"as detected from PackageJson property ""repository.url"" and ""repository.directory""",https://typescript-eslint.io,"as detected from PackageJson property ""homepage""",https://github.com/typescript-eslint/typescript-eslint/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-8.36.0.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,e5a686606f1c54377a7317e4ff29e9633c41459264ef0ff29ada3aba2c9416d742a33408b105a1eccdbcffaaf9ec5c246f07a783ca80ce83023f04897d6966b2,,active,Active in npm registry,2025-09-03T16:10:25.572Z
114
+ library,@typescript-eslint/typescript-estree@8.36.0,MIT,@typescript-eslint,,typescript-estree,8.36.0,pkg:npm/%40typescript-eslint/typescript-estree@8.36.0#packages/typescript-estree,node_modules/@typescript-eslint/typescript-estree,A parser that converts TypeScript source code into an ESTree compatible form,git+https://github.com/typescript-eslint/typescript-eslint.git#packages/typescript-estree,"as detected from PackageJson property ""repository.url"" and ""repository.directory""",https://typescript-eslint.io/packages/typescript-estree,"as detected from PackageJson property ""homepage""",https://github.com/typescript-eslint/typescript-eslint/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.36.0.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,25a4bc6c356b7d5257e1abf48cba5ee327b406901a516efeb674b86381136b7abb368660cd86cdf730d04c9f243dbe5f4389f4865880b7db40e0f7ecdb30361e,,active,Active in npm registry,2025-09-03T16:10:05.816Z
115
115
  library,@typescript-eslint/typescript-estree@8.36.0|minimatch@9.0.5,ISC,,Isaac Z. Schlueter,minimatch,9.0.5,pkg:npm/minimatch@9.0.5,node_modules/@typescript-eslint/typescript-estree/node_modules/minimatch,a glob matcher in javascript,git://github.com/isaacs/minimatch.git,"as detected from PackageJson property ""repository.url""",https://github.com/isaacs/minimatch#readme,"as detected from PackageJson property ""homepage""",https://github.com/isaacs/minimatch/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,1ba4f4657e3cc60a33c7be7cee4a1e5fd62cd8d632e869affff3fcf6c12d7bd57dc2121aa4c345e2274ac675b642d09c2e24d695bff07c269b02d0055a1841a3,i@izs.me,active,Active in npm registry,2025-06-12T20:19:28.018Z
116
- library,@typescript-eslint/utils@8.36.0,MIT,@typescript-eslint,,utils,8.36.0,pkg:npm/%40typescript-eslint/utils@8.36.0#packages/utils,node_modules/@typescript-eslint/utils,Utilities for working with TypeScript + ESLint together,git+https://github.com/typescript-eslint/typescript-eslint.git#packages/utils,"as detected from PackageJson property ""repository.url"" and ""repository.directory""",https://typescript-eslint.io/packages/utils,"as detected from PackageJson property ""homepage""",https://github.com/typescript-eslint/typescript-eslint/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.36.0.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,54eaa61eee36684313f8fdaa623ca5c3accfff713f1efa6d470767fcf671c95dbb2a1660d883accd7a1de0d7178ac5b33c01924b8b6b13f8389a8363e97987da,,active,Active in npm registry,2025-09-02T12:35:01.147Z
116
+ library,@typescript-eslint/utils@8.36.0,MIT,@typescript-eslint,,utils,8.36.0,pkg:npm/%40typescript-eslint/utils@8.36.0#packages/utils,node_modules/@typescript-eslint/utils,Utilities for working with TypeScript + ESLint together,git+https://github.com/typescript-eslint/typescript-eslint.git#packages/utils,"as detected from PackageJson property ""repository.url"" and ""repository.directory""",https://typescript-eslint.io/packages/utils,"as detected from PackageJson property ""homepage""",https://github.com/typescript-eslint/typescript-eslint/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.36.0.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,54eaa61eee36684313f8fdaa623ca5c3accfff713f1efa6d470767fcf671c95dbb2a1660d883accd7a1de0d7178ac5b33c01924b8b6b13f8389a8363e97987da,,active,Active in npm registry,2025-09-03T16:10:18.580Z
117
117
  library,debug@4.4.1,MIT,,Josh Junon,debug,4.4.1,pkg:npm/debug@4.4.1,node_modules/debug,Lightweight debugging utility for Node.js and the browser,git://github.com/debug-js/debug.git,"as detected from PackageJson property ""repository.url""",https://github.com/debug-js/debug#readme,"as detected from PackageJson property ""homepage""",https://github.com/debug-js/debug/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/debug/-/debug-4.4.1.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,29c282aa27ed049719afefbbca4a03204c126b75d6a304df34fa3dd816318d78b260456b51087668bca1c410b0c30fa17a8aed505c44258711ce8b2cb5310161,,active,Active in npm registry,2025-05-13T20:56:36.586Z
118
118
  library,eslint@8.57.1,MIT,,Nicholas C. Zakas,eslint,8.57.1,pkg:npm/eslint@8.57.1,node_modules/eslint,An AST-based pattern checker for JavaScript.,git+https://github.com/eslint/eslint.git,"as detected from PackageJson property ""repository.url""",https://eslint.org,"as detected from PackageJson property ""homepage""",https://github.com/eslint/eslint/issues/,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/eslint/-/eslint-8.57.1.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,ca9a30c83c69552629917afd58fbf63c0642b4d8a9d4cbf92935b4482bab5efffd88ea5cac7f4f6aa504964b2a101ea90a1a87183442153cab6651a19cb34688,nicholas+npm@nczconsulting.com,deprecated,This version is no longer supported. Please see https://eslint.org/version-support for other options.,2025-08-22T20:39:49.550Z
119
119
  library,eslint@8.57.1|ajv@6.12.6,MIT,,Evgeny Poberezkin,ajv,6.12.6,pkg:npm/ajv@6.12.6,node_modules/eslint/node_modules/ajv,Another JSON Schema Validator,git+https://github.com/ajv-validator/ajv.git,"as detected from PackageJson property ""repository.url""",https://github.com/ajv-validator/ajv,"as detected from PackageJson property ""homepage""",https://github.com/ajv-validator/ajv/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,8f77d52e0bd3a39dbb6a7c98c893864d825b1bebe79d062f1349b99a691cd532be9f1029a6408b3082f4699e1d6e55423681928619be933138654ca4068320e2,,active,Active in npm registry,2025-06-09T04:08:01.833Z
@@ -122,12 +122,12 @@ library,eslint@8.57.1|ignore@5.3.2,MIT,,kael,ignore,5.3.2,pkg:npm/ignore@5.3.2,n
122
122
  library,eslint@8.57.1|minimatch@3.1.2,ISC,,Isaac Z. Schlueter,minimatch,3.1.2,pkg:npm/minimatch@3.1.2,node_modules/eslint/node_modules/minimatch,a glob matcher in javascript,git://github.com/isaacs/minimatch.git,"as detected from PackageJson property ""repository.url""",https://github.com/isaacs/minimatch#readme,"as detected from PackageJson property ""homepage""",https://github.com/isaacs/minimatch/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,27ba7ade1462023c35343130c355bb8b7efe07222b3963b95d0400cd9dd539c2f43cdc9bc297e657f374e73140cf043d512c84717eaddd43be2b96aa0503881f,i@izs.me,active,Active in npm registry,2025-06-12T20:19:28.018Z
123
123
  library,eslint@8.57.1|brace-expansion@1.1.12,MIT,,Julian Gruber,brace-expansion,1.1.12,pkg:npm/brace-expansion@1.1.12,node_modules/eslint/node_modules/brace-expansion,Brace expansion as known from sh/bash,git://github.com/juliangruber/brace-expansion.git,"as detected from PackageJson property ""repository.url""",https://github.com/juliangruber/brace-expansion,"as detected from PackageJson property ""homepage""",https://github.com/juliangruber/brace-expansion/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.12.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,f53f548d6debd145b973543b193c25969b57c21bd8984cc587331f67d1fb1505adfae65e3e364f8c13ff5b5644c99d6dc065a89b9ff9e9317894f72a8e70c772,mail@juliangruber.com,active,Active in npm registry,2025-06-11T08:52:58.305Z
124
124
  library,ts-api-utils@2.1.0,MIT,,JoshuaKGoldberg,ts-api-utils,2.1.0,pkg:npm/ts-api-utils@2.1.0,node_modules/ts-api-utils,Utility functions for working with TypeScript's API. Successor to the wonderful tsutils. 🛠️️,git+https://github.com/JoshuaKGoldberg/ts-api-utils.git,"as detected from PackageJson property ""repository.url""",https://github.com/JoshuaKGoldberg/ts-api-utils#readme,"as detected from PackageJson property ""homepage""",https://github.com/JoshuaKGoldberg/ts-api-utils/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/ts-api-utils/-/ts-api-utils-2.1.0.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,09481364bd62af0f2edbd6f3ace0ff9c7f398eac9cef80fa4ac84582e8ce200ee8b26d91cfb7581fbeda824c7b1f81413710eaec28dff888da5fff33c055be65,npm@joshuakgoldberg.com,active,Active in npm registry,2025-03-20T12:24:50.789Z
125
- library,@eslint-community/eslint-utils@4.7.0,MIT,@eslint-community,Toru Nagashima,eslint-utils,4.7.0,pkg:npm/%40eslint-community/eslint-utils@4.7.0,node_modules/@eslint-community/eslint-utils,Utilities for ESLint plugins.,git+https://github.com/eslint-community/eslint-utils.git,"as detected from PackageJson property ""repository.url""",https://github.com/eslint-community/eslint-utils#readme,"as detected from PackageJson property ""homepage""",https://github.com/eslint-community/eslint-utils/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.7.0.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,772c9b6f701c6a30bbba16ba0af85d55126a68aca7ef0d982aa2b200ddfb34a620653dfac3e8916f40f29a6739a84279e3d73f4b7d5c30c48577be5bb5e0a90b,,active,Active in npm registry,2025-05-02T07:52:14.764Z
125
+ library,@eslint-community/eslint-utils@4.7.0,MIT,@eslint-community,Toru Nagashima,eslint-utils,4.7.0,pkg:npm/%40eslint-community/eslint-utils@4.7.0,node_modules/@eslint-community/eslint-utils,Utilities for ESLint plugins.,git+https://github.com/eslint-community/eslint-utils.git,"as detected from PackageJson property ""repository.url""",https://github.com/eslint-community/eslint-utils#readme,"as detected from PackageJson property ""homepage""",https://github.com/eslint-community/eslint-utils/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.7.0.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,772c9b6f701c6a30bbba16ba0af85d55126a68aca7ef0d982aa2b200ddfb34a620653dfac3e8916f40f29a6739a84279e3d73f4b7d5c30c48577be5bb5e0a90b,,active,Active in npm registry,2025-09-03T06:20:59.909Z
126
126
  library,graphemer@1.4.0,MIT,,Matt Davies,graphemer,1.4.0,pkg:npm/graphemer@1.4.0,node_modules/graphemer,A JavaScript library that breaks strings into their individual user-perceived characters (including emojis!),git+https://github.com/flmnt/graphemer.git,"as detected from PackageJson property ""repository.url""",https://github.com/flmnt/graphemer,"as detected from PackageJson property ""homepage""",https://github.com/flmnt/graphemer/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/graphemer/-/graphemer-1.4.0.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,12d2b0a0eea4c422fd58ee718a98874d9952cc19bb58b4fadbb4ea0bfb9545dd072a6abc357c9e6e7358c43a018bbc2df1e4d6ad4aca5c2395685abdc759206a,matt@filament.so,active,Active in npm registry,2023-06-22T16:32:15.232Z
127
127
  library,ignore@7.0.5,MIT,,kael,ignore,7.0.5,pkg:npm/ignore@7.0.5,node_modules/ignore,Ignore is a manager and filter for .gitignore rules~ the one used by eslint~ gitbook and many others.,git+ssh://git@github.com/kaelzhang/node-ignore.git,"as detected from PackageJson property ""repository.url""",https://github.com/kaelzhang/node-ignore#readme,"as detected from PackageJson property ""homepage""",https://github.com/kaelzhang/node-ignore/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/ignore/-/ignore-7.0.5.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,1ece7dc4135f508ba730581601b197e5cabaf3ddc86d68382a7ae36d8c17dedc74ceda2b5604c303a076b317fc7a31c9e30cfc06a194318967ccd05eaf936f1a,,active,Active in npm registry,2025-05-31T02:18:53.593Z
128
128
  library,natural-compare@1.4.0,MIT,,Lauri Rooden,natural-compare,1.4.0,pkg:npm/natural-compare@1.4.0,node_modules/natural-compare,Compare strings containing a mix of letters and numbers in the way a human being would in sort order.,git://github.com/litejs/natural-compare-lite.git,"as detected from PackageJson property ""repository.url""",https://github.com/litejs/natural-compare-lite#readme,"as detected from PackageJson property ""homepage""",https://github.com/litejs/natural-compare-lite/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,396343f1e8b756d342f61ed5eb4a9f7f7495a1b1ebf7de824f0831b9b832418129836f7487d2746eec8408d3497b19059b9b0e6a38791b5d7a45803573c64c4b,,active,Active in npm registry,2023-06-22T16:33:03.092Z
129
- library,@typescript-eslint/project-service@8.36.0,MIT,@typescript-eslint,,project-service,8.36.0,pkg:npm/%40typescript-eslint/project-service@8.36.0#packages/project-service,node_modules/@typescript-eslint/project-service,Standalone TypeScript project service wrapper for linting.,git+https://github.com/typescript-eslint/typescript-eslint.git#packages/project-service,"as detected from PackageJson property ""repository.url"" and ""repository.directory""",https://typescript-eslint.io,"as detected from PackageJson property ""homepage""",https://github.com/typescript-eslint/typescript-eslint/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/@typescript-eslint/project-service/-/project-service-8.36.0.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,24085014800191671c41878b32b1da76efdf869ce6490d45d4a5e4a73aa257103f89823a52746ddadaea5c7b75b1811cc359b12e707daca32c3b15cfc68c0dfe,,active,Active in npm registry,2025-09-02T12:34:41.793Z
130
- library,@typescript-eslint/tsconfig-utils@8.36.0,MIT,@typescript-eslint,,tsconfig-utils,8.36.0,pkg:npm/%40typescript-eslint/tsconfig-utils@8.36.0#packages/tsconfig-utils,node_modules/@typescript-eslint/tsconfig-utils,Utilities for collecting TSConfigs for linting scenarios.,git+https://github.com/typescript-eslint/typescript-eslint.git#packages/tsconfig-utils,"as detected from PackageJson property ""repository.url"" and ""repository.directory""",https://typescript-eslint.io,"as detected from PackageJson property ""homepage""",https://github.com/typescript-eslint/typescript-eslint/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.36.0.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,3618774c8120375f2635b757a5de50f26482067ad941e63d57b09addda98bcd0d2b4d206466240e9d9ab20f309d24a30dc2ee07106e9b06dab3f3cb52acfc09c,,active,Active in npm registry,2025-09-02T12:34:35.948Z
129
+ library,@typescript-eslint/project-service@8.36.0,MIT,@typescript-eslint,,project-service,8.36.0,pkg:npm/%40typescript-eslint/project-service@8.36.0#packages/project-service,node_modules/@typescript-eslint/project-service,Standalone TypeScript project service wrapper for linting.,git+https://github.com/typescript-eslint/typescript-eslint.git#packages/project-service,"as detected from PackageJson property ""repository.url"" and ""repository.directory""",https://typescript-eslint.io,"as detected from PackageJson property ""homepage""",https://github.com/typescript-eslint/typescript-eslint/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/@typescript-eslint/project-service/-/project-service-8.36.0.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,24085014800191671c41878b32b1da76efdf869ce6490d45d4a5e4a73aa257103f89823a52746ddadaea5c7b75b1811cc359b12e707daca32c3b15cfc68c0dfe,,active,Active in npm registry,2025-09-03T16:09:57.720Z
130
+ library,@typescript-eslint/tsconfig-utils@8.36.0,MIT,@typescript-eslint,,tsconfig-utils,8.36.0,pkg:npm/%40typescript-eslint/tsconfig-utils@8.36.0#packages/tsconfig-utils,node_modules/@typescript-eslint/tsconfig-utils,Utilities for collecting TSConfigs for linting scenarios.,git+https://github.com/typescript-eslint/typescript-eslint.git#packages/tsconfig-utils,"as detected from PackageJson property ""repository.url"" and ""repository.directory""",https://typescript-eslint.io,"as detected from PackageJson property ""homepage""",https://github.com/typescript-eslint/typescript-eslint/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.36.0.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,3618774c8120375f2635b757a5de50f26482067ad941e63d57b09addda98bcd0d2b4d206466240e9d9ab20f309d24a30dc2ee07106e9b06dab3f3cb52acfc09c,,active,Active in npm registry,2025-09-03T16:09:51.935Z
131
131
  library,fast-glob@3.3.3,MIT,,Denis Malinochkin,fast-glob,3.3.3,pkg:npm/fast-glob@3.3.3,node_modules/fast-glob,It's a very fast and efficient glob library for Node.js,git+https://github.com/mrmlnc/fast-glob.git,"as detected from PackageJson property ""repository.url""",https://github.com/mrmlnc/fast-glob#readme,"as detected from PackageJson property ""homepage""",https://github.com/mrmlnc/fast-glob/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/fast-glob/-/fast-glob-3.3.3.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,ecca6d2fc53472a705773233c0e4c7a22957f71e41acdab27bb67f2ee0bb9023118a8d44312caa44adc1100503eec5d1ab8893e00cd356e65d8604364c2bd82e,,active,Active in npm registry,2025-01-05T10:38:42.437Z
132
132
  library,fast-glob@3.3.3|glob-parent@5.1.2,ISC,,Gulp Team,glob-parent,5.1.2,pkg:npm/glob-parent@5.1.2,node_modules/fast-glob/node_modules/glob-parent,Extract the non-magic parent path from a glob string.,git+https://github.com/gulpjs/glob-parent.git,"as detected from PackageJson property ""repository.url""",https://github.com/gulpjs/glob-parent#readme,"as detected from PackageJson property ""homepage""",https://github.com/gulpjs/glob-parent/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,00e22049009ea62258c0fdc04671b1fb95674eed870587736c63f8e5e2f0d6faf7cc1def64b7b279dd6c0bd8676dc39cf7f4ab33233944f42b906cf8692f59a3,team@gulpjs.com,active,Active in npm registry,2023-06-22T16:32:08.502Z
133
133
  library,@nodelib/fs.stat@2.0.5,MIT,@nodelib,,fs.stat,2.0.5,pkg:npm/%40nodelib/fs.stat@2.0.5#master,node_modules/@nodelib/fs.stat,Get the status of a file with some features,git+https://github.com/nodelib/nodelib.git#master,"as detected from PackageJson property ""repository.url""",https://github.com/nodelib/nodelib/tree/master#readme,"as detected from PackageJson property ""homepage""",https://github.com/nodelib/nodelib/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,46484f3e9db3aea0c0400ff68cd867ced70f025bfae17761229edaef8e78039a2f23b06e93182decc5fbb9dc00bb7ce0d437293d4d2bcf7555d5279aaaf638f8,,active,Active in npm registry,2024-12-01T13:14:10.798Z
@@ -145,6 +145,7 @@ library,@mojaloop/central-services-shared@18.30.8,Apache-2.0,@mojaloop,ModusBox,
145
145
  library,@mojaloop/central-services-shared@18.30.8|@hapi/catbox-memory@5.0.1,BSD-3-Clause,@hapi,,catbox-memory,5.0.1,pkg:npm/%40hapi/catbox-memory@5.0.1,node_modules/@mojaloop/central-services-shared/node_modules/@hapi/catbox-memory,Memory adapter for catbox,git://github.com/hapijs/catbox-memory.git,"as detected from PackageJson property ""repository.url""",https://github.com/hapijs/catbox-memory#readme,"as detected from PackageJson property ""homepage""",https://github.com/hapijs/catbox-memory/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/@hapi/catbox-memory/-/catbox-memory-5.0.1.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,416c3d9ce609ab93e5bc284b595f22ea14072587ef76a89776f4eea49161d1ea8b67ae178abee628d8bde9de7f64c500a973eeaec7cd0c80f18c582810352a79,,active,Active in npm registry,2024-06-12T07:47:01.222Z
146
146
  library,@mojaloop/central-services-shared@18.30.8|@hapi/boom@9.1.4,BSD-3-Clause,@hapi,,boom,9.1.4,pkg:npm/%40hapi/boom@9.1.4,node_modules/@mojaloop/central-services-shared/node_modules/@hapi/boom,HTTP-friendly error objects,git://github.com/hapijs/boom.git,"as detected from PackageJson property ""repository.url""",https://github.com/hapijs/boom#readme,"as detected from PackageJson property ""homepage""",https://github.com/hapijs/boom/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/@hapi/boom/-/boom-9.1.4.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,2ecd681fc8da375bcdb2a71a1d5609aca9a031c2ac0b5c1ca7c6ee8ef5eb1da02a0f688362adc7a0ec2cc70a34f42b9d6b94799c2d28d08c65ae54eebcfbb34b,,active,Active in npm registry,2023-02-11T17:40:56.116Z
147
147
  library,@mojaloop/central-services-shared@18.30.8|@hapi/hoek@9.3.0,BSD-3-Clause,@hapi,,hoek,9.3.0,pkg:npm/%40hapi/hoek@9.3.0,node_modules/@mojaloop/central-services-shared/node_modules/@hapi/hoek,General purpose node utilities,git://github.com/hapijs/hoek.git,"as detected from PackageJson property ""repository.url""",https://github.com/hapijs/hoek#readme,"as detected from PackageJson property ""homepage""",https://github.com/hapijs/hoek/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/@hapi/hoek/-/hoek-9.3.0.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,fdceab7f85099661e50bd6f905a36fcc0705bfb1d9d901da5740f8fc736505dbc59ef42af11238918761c8f0a5ed78fea16bd3590f2e8e1a92e772c88007ba29,,active,Active in npm registry,2024-11-14T15:54:32.587Z
148
+ library,@mojaloop/central-services-shared@18.30.8|dotenv@17.2.1,BSD-2-Clause,,,dotenv,17.2.1,pkg:npm/dotenv@17.2.1,node_modules/@mojaloop/central-services-shared/node_modules/dotenv,Loads environment variables from .env file,git://github.com/motdotla/dotenv.git,"as detected from PackageJson property ""repository.url""",https://github.com/motdotla/dotenv#readme,"as detected from PackageJson property ""homepage""",https://github.com/motdotla/dotenv/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/dotenv/-/dotenv-17.2.1.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,91084360a65e72a9ccd1f0a7cc8e5e22fe4be1c01efe2448f87a8c6cefe16d175301e5c31be33d1638a953135f6c046e120e221c86e19e1b3bf0108735b4b111,,active,Active in npm registry,2025-09-02T21:09:37.224Z
148
149
  library,@mojaloop/central-services-shared@18.30.8|ioredis@5.7.0,MIT,,Zihua Li,ioredis,5.7.0,pkg:npm/ioredis@5.7.0,node_modules/@mojaloop/central-services-shared/node_modules/ioredis,A robust~ performance-focused and full-featured Redis client for Node.js.,git://github.com/luin/ioredis.git,"as detected from PackageJson property ""repository.url""",https://github.com/luin/ioredis#readme,"as detected from PackageJson property ""homepage""",https://github.com/luin/ioredis/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/ioredis/-/ioredis-5.7.0.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,354700f778b596e9325d4fab8aa1323ed48493216af2d5fdd2e2fae7d27eaa9099deb11d56207f00f0b9f28021221dfe6c9967da1cdd9596c166c18dae5b11f2,i@zihua.li,active,Active in npm registry,2025-07-31T10:23:17.845Z
149
150
  library,@mojaloop/central-services-shared@18.30.8|openapi-backend@5.15.0,MIT,,Viljami Kuosmanen,openapi-backend,5.15.0,pkg:npm/openapi-backend@5.15.0,node_modules/@mojaloop/central-services-shared/node_modules/openapi-backend,Build~ Validate~ Route~ Authenticate and Mock using OpenAPI definitions. Framework-agnostic,git+https://github.com/openapistack/openapi-backend.git,"as detected from PackageJson property ""repository.url""",https://openapistack.co,"as detected from PackageJson property ""homepage""",https://github.com/openapistack/openapi-backend/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/openapi-backend/-/openapi-backend-5.15.0.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,ca8c749c2bf9d7561651e04d09d298eb199407ddb210df8df6b1cee011c0e4638065a36d63ecf3b9fb4075f13021b0ac09cbd927dcac10d0a0baa060fa12e55b,viljami@viljami.io,active,Active in npm registry,2025-08-20T09:13:23.012Z
150
151
  library,@hapi/joi-date@2.0.1,BSD-3-Clause,@hapi,,joi-date,2.0.1,pkg:npm/%40hapi/joi-date@2.0.1,node_modules/@hapi/joi-date,Joi extension for dates,git://github.com/hapijs/joi-date.git,"as detected from PackageJson property ""repository.url""",https://github.com/hapijs/joi-date#readme,"as detected from PackageJson property ""homepage""",https://github.com/hapijs/joi-date/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/@hapi/joi-date/-/joi-date-2.0.1.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,f1b7bc254102f169b50e8debc89cbe4d79a400bd776f62705e7ee020b068a2bf0ba2963f33e849b24a1dcce3b17c975c9247d69db99b9cc132256dddfe064c7c,,active,Active in npm registry,2023-01-10T00:57:34.804Z
@@ -161,7 +162,6 @@ library,clone@2.1.2,MIT,,Paul Vorbach,clone,2.1.2,pkg:npm/clone@2.1.2,node_modul
161
162
  library,convict@6.2.4,Apache-2.0,,Lloyd Hilaiel,convict,6.2.4,pkg:npm/convict@6.2.4#master,node_modules/convict,Featureful configuration management library for Node.js (nested structure~ schema validation~ etc.),git+https://github.com/mozilla/node-convict.git#master,"as detected from PackageJson property ""repository.url""",https://github.com/mozilla/node-convict,"as detected from PackageJson property ""homepage""",https://github.com/mozilla/node-convict/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/convict/-/convict-6.2.4.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,a8deb4040c1d3157687dc917ec0968855276c7d52f8d33682955c22f62f1164d65efbe7b109a9fd67c9274c90f41eaf46edf244399508b267dff636fac506ec1,lloyd@hilaiel.com,active,Active in npm registry,2024-05-15T17:34:06.869Z
162
163
  library,lodash.clonedeep@4.5.0,MIT,,John-David Dalton,lodash.clonedeep,4.5.0,pkg:npm/lodash.clonedeep@4.5.0,node_modules/lodash.clonedeep,The lodash method `_.cloneDeep` exported as a module.,git+https://github.com/lodash/lodash.git,"as detected from PackageJson property ""repository.url""",https://lodash.com/,"as detected from PackageJson property ""homepage""",https://github.com/lodash/lodash/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/lodash.clonedeep/-/lodash.clonedeep-4.5.0.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,1f9661085db9ae215df6e0795029152a8eb59b74bfc59935c78c00eb2a7f2f74453fa67f7871f5ca641c18ba3b27718c3df9b457fee6d6daf21ee195c69a8405,john.david.dalton@gmail.com,active,Active in npm registry,2022-06-19T13:34:08.112Z
163
164
  library,yargs-parser@20.2.9,ISC,,Ben Coe,yargs-parser,20.2.9,pkg:npm/yargs-parser@20.2.9,node_modules/yargs-parser,the mighty option parser used by yargs,git+https://github.com/yargs/yargs-parser.git,"as detected from PackageJson property ""repository.url""",https://github.com/yargs/yargs-parser#readme,"as detected from PackageJson property ""homepage""",https://github.com/yargs/yargs-parser/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/yargs-parser/-/yargs-parser-20.2.9.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,cb5d67184953215f824f766ff6ded52a5f90de14d0a13f5ad50cdece1865e91a76d6027f2154d6ed9df2f4459786e5010b64a19dff835f46a7b5e72903048ff3,ben@npmjs.com,active,Active in npm registry,2025-05-26T20:12:01.075Z
164
- library,dotenv@17.2.1,BSD-2-Clause,,,dotenv,17.2.1,pkg:npm/dotenv@17.2.1,node_modules/dotenv,Loads environment variables from .env file,git://github.com/motdotla/dotenv.git,"as detected from PackageJson property ""repository.url""",https://github.com/motdotla/dotenv#readme,"as detected from PackageJson property ""homepage""",https://github.com/motdotla/dotenv/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/dotenv/-/dotenv-17.2.1.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,91084360a65e72a9ccd1f0a7cc8e5e22fe4be1c01efe2448f87a8c6cefe16d175301e5c31be33d1638a953135f6c046e120e221c86e19e1b3bf0108735b4b111,,active,Active in npm registry,2025-07-26T14:18:32.521Z
165
165
  library,env-var@7.5.0,MIT,,Evan Shortiss,env-var,7.5.0,pkg:npm/env-var@7.5.0,node_modules/env-var,Verification~ sanitization~ and type coercion for environment variables in Node.js,git+https://github.com/evanshortiss/env-var.git,"as detected from PackageJson property ""repository.url""",https://github.com/evanshortiss/env-var,"as detected from PackageJson property ""homepage""",https://github.com/evanshortiss/env-var/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/env-var/-/env-var-7.5.0.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,98a64eccb44dd044f36aed96d905de7db163a39105e325aadbc3b229bf4809d78d847265384fe91c79f3e2175827d70d6577091e8e71378393e29cee48748dbc,,active,Active in npm registry,2024-05-20T17:32:44.866Z
166
166
  library,event-stream@4.0.1,MIT,,Dominic Tarr,event-stream,4.0.1,pkg:npm/event-stream@4.0.1,node_modules/event-stream,construct pipes of streams of events,git://github.com/dominictarr/event-stream.git,"as detected from PackageJson property ""repository.url""",http://github.com/dominictarr/event-stream,"as detected from PackageJson property ""homepage""",https://github.com/dominictarr/event-stream/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/event-stream/-/event-stream-4.0.1.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,a8009776effd5473c1cdcca174e591e7f21a86118c7f4ae84de6497f3cf4efb1b0ca570377dd323872e8ba19afec62795f33e2e9e91a41677c02f3cfda73afa4,dominic.tarr@gmail.com,active,Active in npm registry,2022-11-08T10:38:35.230Z
167
167
  library,duplexer@0.1.2,MIT,,Raynos,duplexer,0.1.2,pkg:npm/duplexer@0.1.2,node_modules/duplexer,Creates a duplex stream,git://github.com/Raynos/duplexer.git,"as detected from PackageJson property ""repository.url""",https://github.com/Raynos/duplexer,"as detected from PackageJson property ""homepage""",https://github.com/Raynos/duplexer/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/duplexer/-/duplexer-0.1.2.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,8ed0fa606dfbd190888bff464da24a431593643d38e7ee11e214e4ff1d54ca8a9a77227dc7d0a04a2d519550d017c536b312cb4a716409a32286a9631c85a032,raynos2@gmail.com,active,Active in npm registry,2022-11-08T10:38:42.147Z
@@ -305,7 +305,7 @@ library,fresh@0.5.2,MIT,,TJ Holowaychuk,fresh,0.5.2,pkg:npm/fresh@0.5.2,node_mod
305
305
  library,merge-descriptors@1.0.3,MIT,,Jonathan Ong,merge-descriptors,1.0.3,pkg:npm/merge-descriptors@1.0.3,node_modules/merge-descriptors,Merge objects using descriptors,git+https://github.com/sindresorhus/merge-descriptors.git,"as detected from PackageJson property ""repository.url""",https://github.com/sindresorhus/merge-descriptors#readme,"as detected from PackageJson property ""homepage""",https://github.com/sindresorhus/merge-descriptors/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/merge-descriptors/-/merge-descriptors-1.0.3.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,81a36f012ed367cf7bfeb55a6749ccb40cb13728bfa5d6e36c0c14a4542937bd06aa755f3a25e979450c291066cd769243c0dd4d7e3fd26b3adabd8afa113a99,me@jongleberry.com,active,Active in npm registry,2023-11-17T16:22:01.206Z
306
306
  library,methods@1.1.2,MIT,,,methods,1.1.2,pkg:npm/methods@1.1.2,node_modules/methods,HTTP methods that node supports,git+https://github.com/jshttp/methods.git,"as detected from PackageJson property ""repository.url""",https://github.com/jshttp/methods#readme,"as detected from PackageJson property ""homepage""",https://github.com/jshttp/methods/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/methods/-/methods-1.1.2.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,89c9401de36a366ebccc5b676747bed4bdb250876fccda1ab8a53858103756f1ffbcf162785eea7d197051953e0c0f4ff5b3d7212f74ba5c68528087db7b15db,,active,Active in npm registry,2025-05-14T14:56:00.308Z
307
307
  library,ee-first@1.1.1,MIT,,Jonathan Ong,ee-first,1.1.1,pkg:npm/ee-first@1.1.1,node_modules/ee-first,return the first event in a set of ee/event pairs,git+https://github.com/jonathanong/ee-first.git,"as detected from PackageJson property ""repository.url""",https://github.com/jonathanong/ee-first#readme,"as detected from PackageJson property ""homepage""",https://github.com/jonathanong/ee-first/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/ee-first/-/ee-first-1.1.1.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,58cc26f4b851528f9651a44dfaf46e113a86f3d22066985548d91d16079beac4bf1383ab0c837bb78f0201ec121d773a0bc95e7c3f0a29faf9bd8eb56eb425a3,me@jongleberry.com,active,Active in npm registry,2022-06-16T05:43:33.978Z
308
- library,path-to-regexp@0.1.12,MIT,,,path-to-regexp,0.1.12,pkg:npm/path-to-regexp@0.1.12,node_modules/path-to-regexp,Express style path to RegExp utility,git+https://github.com/pillarjs/path-to-regexp.git,"as detected from PackageJson property ""repository.url""",https://github.com/pillarjs/path-to-regexp#readme,"as detected from PackageJson property ""homepage""",https://github.com/pillarjs/path-to-regexp/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.12.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,440d468d454c9ef605c6eaa8beb12a668c715b935466a6f02ad633fd3b7b9d77ab9342db2db9509abb2075e3b15794851dfd140e08234bf6d278e670b75a6611,,active,Active in npm registry,2025-05-09T20:10:31.766Z
308
+ library,path-to-regexp@0.1.12,MIT,,,path-to-regexp,0.1.12,pkg:npm/path-to-regexp@0.1.12,node_modules/path-to-regexp,Express style path to RegExp utility,git+https://github.com/pillarjs/path-to-regexp.git,"as detected from PackageJson property ""repository.url""",https://github.com/pillarjs/path-to-regexp#readme,"as detected from PackageJson property ""homepage""",https://github.com/pillarjs/path-to-regexp/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.12.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,440d468d454c9ef605c6eaa8beb12a668c715b935466a6f02ad633fd3b7b9d77ab9342db2db9509abb2075e3b15794851dfd140e08234bf6d278e670b75a6611,,active,Active in npm registry,2025-09-02T21:13:13.949Z
309
309
  library,proxy-addr@2.0.7,MIT,,Douglas Christopher Wilson,proxy-addr,2.0.7,pkg:npm/proxy-addr@2.0.7,node_modules/proxy-addr,Determine address of proxied request,git+https://github.com/jshttp/proxy-addr.git,"as detected from PackageJson property ""repository.url""",https://github.com/jshttp/proxy-addr#readme,"as detected from PackageJson property ""homepage""",https://github.com/jshttp/proxy-addr/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/proxy-addr/-/proxy-addr-2.0.7.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,96542c30b4940d43d3e388ddad4fcedfbaa59e27e2b433fe670ae699972848ac8b2afb59c69c95d27dbf6c3fcde2d040019fe024475953b28cadaa0ad7e5d802,doug@somethingdoug.com,active,Active in npm registry,2025-05-14T14:56:25.085Z
310
310
  library,forwarded@0.2.0,MIT,,,forwarded,0.2.0,pkg:npm/forwarded@0.2.0,node_modules/forwarded,Parse HTTP X-Forwarded-For header,git+https://github.com/jshttp/forwarded.git,"as detected from PackageJson property ""repository.url""",https://github.com/jshttp/forwarded#readme,"as detected from PackageJson property ""homepage""",https://github.com/jshttp/forwarded/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/forwarded/-/forwarded-0.2.0.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,6ee446d1fa41b511d24c238049eea10f6e7cb44b9b16844b6f864d03a3713151cdc3680e7301e8f70c9a6e5ccccce039cfdc40f4bd4a36393f36de8c4fd698a3,,active,Active in npm registry,2025-05-14T14:56:18.151Z
311
311
  library,ipaddr.js@1.9.1,MIT,,whitequark,ipaddr.js,1.9.1,pkg:npm/ipaddr.js@1.9.1,node_modules/ipaddr.js,A library for manipulating IPv4 and IPv6 addresses in JavaScript.,git://github.com/whitequark/ipaddr.js.git,"as detected from PackageJson property ""repository.url""",https://github.com/whitequark/ipaddr.js#readme,"as detected from PackageJson property ""homepage""",https://github.com/whitequark/ipaddr.js/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/ipaddr.js/-/ipaddr.js-1.9.1.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,d0a23feb4ef1a31493a07ec68cdd457d26cba14d3e6ed4e2723b1049642587f859ca437c2a998c7fbb98c0f5b747e6a467a47fc35f199574870585e26143cede,whitequark@whitequark.org,active,Active in npm registry,2024-04-20T01:36:57.028Z
@@ -480,7 +480,7 @@ library,require-directory@2.1.1,MIT,,Troy Goode,require-directory,2.1.1,pkg:npm/
480
480
  library,set-blocking@2.0.0,ISC,,Ben Coe,set-blocking,2.0.0,pkg:npm/set-blocking@2.0.0,node_modules/set-blocking,set blocking stdio and stderr ensuring that terminal output does not truncate,git+https://github.com/yargs/set-blocking.git,"as detected from PackageJson property ""repository.url""",https://github.com/yargs/set-blocking#readme,"as detected from PackageJson property ""homepage""",https://github.com/yargs/set-blocking/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/set-blocking/-/set-blocking-2.0.0.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,2a22814bc0275861322f3a1f15f9af2b0a5d3f3aa2cb5e8bbd07cadf2bff7d51fb063d77ff097725247527eadf81113dabbc5424ae2abe04bcada48e78b51e87,ben@npmjs.com,active,Active in npm registry,2022-06-26T18:18:15.201Z
481
481
  library,which-module@2.0.1,ISC,,nexdrew,which-module,2.0.1,pkg:npm/which-module@2.0.1,node_modules/which-module,Find the module object for something that was require()d,git+https://github.com/nexdrew/which-module.git,"as detected from PackageJson property ""repository.url""",https://github.com/nexdrew/which-module#readme,"as detected from PackageJson property ""homepage""",https://github.com/nexdrew/which-module/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/which-module/-/which-module-2.0.1.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,881759e7b443be7391f4018184c2f6bc565fee1f2f9818e1a1a66a3832411561d5b4a90398ab876a2ddcc793e054cad7e580cda76ec0a1f61b03072d492faf85,,active,Active in npm registry,2023-07-23T04:47:01.895Z
482
482
  library,yaml@2.8.1,ISC,,Eemeli Aro,yaml,2.8.1,pkg:npm/yaml@2.8.1,node_modules/yaml,JavaScript parser and stringifier for YAML,git+https://github.com/eemeli/yaml.git,"as detected from PackageJson property ""repository.url""",https://eemeli.org/yaml/,"as detected from PackageJson property ""homepage""",https://github.com/eemeli/yaml/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/yaml/-/yaml-2.8.1.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,95c61c3315f63cef57306bc02642773ac34cc3effb14a7aceff8607ab1946162285aee63ffe610a9c66be499cf656cceb0406031b49b8924e7fddbffebd324a7,eemeli@gmail.com,active,Active in npm registry,2025-08-05T13:19:29.169Z
483
- library,@mojaloop/central-services-stream@11.8.2,Apache-2.0,@mojaloop,ModusBox,central-services-stream,11.8.2,pkg:npm/%40mojaloop/central-services-stream@11.8.2,node_modules/@mojaloop/central-services-stream,Streaming library code for central services.,git+https://github.com/mojaloop/central-services-stream.git,"as detected from PackageJson property ""repository.url""",https://github.com/mojaloop/central-services-stream#readme,"as detected from PackageJson property ""homepage""",https://github.com/mojaloop/central-services-stream/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/@mojaloop/central-services-stream/-/central-services-stream-11.8.2.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,e3a20f540a9c061d0d72fa099efdd41d849b9292533962250f8e8b3ff667bdaae2ad35cd071828225803e04bc8361d562b685200beede3736f2989c8b10792d8,,active,Active in npm registry,2025-09-02T00:55:41.185Z
483
+ library,@mojaloop/central-services-stream@11.8.4,Apache-2.0,@mojaloop,ModusBox,central-services-stream,11.8.4,pkg:npm/%40mojaloop/central-services-stream@11.8.4,node_modules/@mojaloop/central-services-stream,Streaming library code for central services.,git+https://github.com/mojaloop/central-services-stream.git,"as detected from PackageJson property ""repository.url""",https://github.com/mojaloop/central-services-stream#readme,"as detected from PackageJson property ""homepage""",https://github.com/mojaloop/central-services-stream/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/@mojaloop/central-services-stream/-/central-services-stream-11.8.4.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,43acefeaa3416c1f192b957bd772b61190eaabaeb4c2d778f71e05c1670391f487d47c768742d8840f74c1e686037ed3e7fbc4af145ac5f2e64587cc8e12fbd0,,active,Active in npm registry,2025-09-03T15:56:38.448Z
484
484
  library,events@3.3.0,MIT,,Irakli Gozalishvili,events,3.3.0,pkg:npm/events@3.3.0,node_modules/events,Node's event emitter for all engines.,git://github.com/Gozala/events.git,"as detected from PackageJson property ""repository.url""",https://github.com/Gozala/events#readme,"as detected from PackageJson property ""homepage""",http://github.com/Gozala/events/issues/,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/events/-/events-3.3.0.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,990c3ed9f9106c02f343b574318d08a9d9d734e793b4fe2bd2537dcfb0006b009782a79aedb0e28b6d0062b201ac577f1f1d0cd8e733e92d75d4268591471bd1,rfobic@gmail.com,active,Active in npm registry,2023-07-12T19:04:56.658Z
485
485
  library,node-rdkafka@3.3.1,MIT,,,node-rdkafka,3.3.1,pkg:npm/node-rdkafka@3.3.1,node_modules/node-rdkafka,Node.js bindings for librdkafka,git+ssh://git@github.com/Blizzard/node-rdkafka.git,"as detected from PackageJson property ""repository.url""",https://github.com/Blizzard/node-rdkafka#readme,"as detected from PackageJson property ""homepage""",https://github.com/Blizzard/node-rdkafka/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/node-rdkafka/-/node-rdkafka-3.3.1.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,771e2f1efb75464a06b0e56a190069bbbd96471ffbfb5172799301f9fddfad03834650059d480584afa1f9d5ae2fd31a8f1d0515d815c7c55e84e8094fabc6af,,active,Active in npm registry,2025-08-18T23:55:50.991Z
486
486
  library,bindings@1.5.0,MIT,,Nathan Rajlich,bindings,1.5.0,pkg:npm/bindings@1.5.0,node_modules/bindings,Helper module for loading your native module's .node file,git://github.com/TooTallNate/node-bindings.git,"as detected from PackageJson property ""repository.url""",https://github.com/TooTallNate/node-bindings,"as detected from PackageJson property ""homepage""",https://github.com/TooTallNate/node-bindings/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/bindings/-/bindings-1.5.0.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,a76abfb7f9a1bee3a3fd478b955eb9eba183fe0ba8c25af4847c42948d16f66ecc59890bd45d212e8fb401ec6cf4748f0ad4754974344c3dcc30aad765a8db89,nathan@tootallnate.net,active,Active in npm registry,2023-07-10T23:17:17.195Z
@@ -508,7 +508,7 @@ library,@protobufjs/float@1.0.2,BSD-3-Clause,@protobufjs,Daniel Wirtz,float,1.0.
508
508
  library,@protobufjs/path@1.1.2,BSD-3-Clause,@protobufjs,Daniel Wirtz,path,1.1.2,pkg:npm/%40protobufjs/path@1.1.2,node_modules/@protobufjs/path,A minimal path module to resolve Unix~ Windows and URL paths alike.,git+https://github.com/dcodeIO/protobuf.js.git,"as detected from PackageJson property ""repository.url""",https://github.com/dcodeIO/protobuf.js#readme,"as detected from PackageJson property ""homepage""",https://github.com/dcodeIO/protobuf.js/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/@protobufjs/path/-/path-1.1.2.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,e8939c2794e6d3c74e1c06dd4771abbcffb25147e48c6e5e3ec1d87333052eadd998c9000fdf1c0e0713da2035949f4d57015de2d1ff8924a87b8e185a496d10,dcode+protobufjs@dcode.io,active,Active in npm registry,2022-06-12T22:53:40.342Z
509
509
  library,@protobufjs/pool@1.1.0,BSD-3-Clause,@protobufjs,Daniel Wirtz,pool,1.1.0,pkg:npm/%40protobufjs/pool@1.1.0,node_modules/@protobufjs/pool,A general purpose buffer pool.,git+https://github.com/dcodeIO/protobuf.js.git,"as detected from PackageJson property ""repository.url""",https://github.com/dcodeIO/protobuf.js#readme,"as detected from PackageJson property ""homepage""",https://github.com/dcodeIO/protobuf.js/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/@protobufjs/pool/-/pool-1.1.0.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,d2410b6864880c12af7204b8ce48f3d4f79d75ab6b8d87263163a502e00fc0079c714acf1dd52aa3f27a2e2ca61c7122253e4dac5d54570c58d787fe7f2e1643,dcode+protobufjs@dcode.io,active,Active in npm registry,2022-06-12T22:53:40.490Z
510
510
  library,@protobufjs/utf8@1.1.0,BSD-3-Clause,@protobufjs,Daniel Wirtz,utf8,1.1.0,pkg:npm/%40protobufjs/utf8@1.1.0,node_modules/@protobufjs/utf8,A minimal UTF8 implementation for number arrays.,git+https://github.com/dcodeIO/protobuf.js.git,"as detected from PackageJson property ""repository.url""",https://github.com/dcodeIO/protobuf.js#readme,"as detected from PackageJson property ""homepage""",https://github.com/dcodeIO/protobuf.js/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/@protobufjs/utf8/-/utf8-1.1.0.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,56f9f7cd9ae1419924044f0b4ae5b77a6f7c73417080ee27c73bfa39d4b13ca24810a6366c66c79fe9a11883deaf3238b7077168ff3fd3ed3a1c1a707f7e392f,dcode+protobufjs@dcode.io,active,Active in npm registry,2022-06-12T22:53:40.734Z
511
- library,@types/node@24.0.13,MIT,@types,,node,24.0.13,pkg:npm/%40types/node@24.0.13#types/node,node_modules/@types/node,TypeScript definitions for node,git+https://github.com/DefinitelyTyped/DefinitelyTyped.git#types/node,"as detected from PackageJson property ""repository.url"" and ""repository.directory""",https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node,"as detected from PackageJson property ""homepage""",https://github.com/DefinitelyTyped/DefinitelyTyped/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/@types/node/-/node-24.0.13.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,426f4e6153851c5620df02684d2af3f3486879ce4b89afdd3e9f38768dd7edd66f2e2910bccd58a66bd3044748aff7be53c1d39058cb1cb9e5efc2bfaa37fe8d,,active,Active in npm registry,2025-08-25T10:02:29.809Z
511
+ library,@types/node@24.0.13,MIT,@types,,node,24.0.13,pkg:npm/%40types/node@24.0.13#types/node,node_modules/@types/node,TypeScript definitions for node,git+https://github.com/DefinitelyTyped/DefinitelyTyped.git#types/node,"as detected from PackageJson property ""repository.url"" and ""repository.directory""",https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node,"as detected from PackageJson property ""homepage""",https://github.com/DefinitelyTyped/DefinitelyTyped/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/@types/node/-/node-24.0.13.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,426f4e6153851c5620df02684d2af3f3486879ce4b89afdd3e9f38768dd7edd66f2e2910bccd58a66bd3044748aff7be53c1d39058cb1cb9e5efc2bfaa37fe8d,,active,Active in npm registry,2025-09-03T10:02:29.934Z
512
512
  library,undici-types@7.8.0,MIT,,,undici-types,7.8.0,pkg:npm/undici-types@7.8.0,node_modules/undici-types,A stand-alone types package for Undici,git+https://github.com/nodejs/undici.git,"as detected from PackageJson property ""repository.url""",https://undici.nodejs.org,"as detected from PackageJson property ""homepage""",https://github.com/nodejs/undici/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/undici-types/-/undici-types-7.8.0.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,f54276c460ef438ded63254ca6e1e5b20029c9d07c64a7d5613b0b0e15e414bffa81f929f94f314c6761f29309bf54a96676b4cf11b50f0b0a66cade2db5c1c7,,active,Active in npm registry,2025-08-22T15:54:12.612Z
513
513
  library,serialize-error@8.1.0,MIT,,Sindre Sorhus,serialize-error,8.1.0,pkg:npm/serialize-error@8.1.0,node_modules/serialize-error,Serialize/deserialize an error into a plain object,git+https://github.com/sindresorhus/serialize-error.git,"as detected from PackageJson property ""repository.url""",https://github.com/sindresorhus/serialize-error#readme,"as detected from PackageJson property ""homepage""",https://github.com/sindresorhus/serialize-error/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/serialize-error/-/serialize-error-8.1.0.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,dcd9ee59f33abc1628cb981916f1e262c55b69fbc8f6f66fffe8e52228059f8a0fe338cd3cadcb85c634c520a079bd5ae4bf233bbd4c8adf4b94da22d947c30d,sindresorhus@gmail.com,active,Active in npm registry,2025-01-05T00:36:44.679Z
514
514
  library,serialize-error@8.1.0|type-fest@0.20.2,,,Sindre Sorhus,type-fest,0.20.2,pkg:npm/type-fest@0.20.2,node_modules/serialize-error/node_modules/type-fest,A collection of essential TypeScript types,git+https://github.com/sindresorhus/type-fest.git,"as detected from PackageJson property ""repository.url""",https://github.com/sindresorhus/type-fest#readme,"as detected from PackageJson property ""homepage""",https://github.com/sindresorhus/type-fest/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/type-fest/-/type-fest-0.20.2.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,35ef9e138af4fe25a7a40c43f39db3dc0f8dd01b7944dfff36327045dd95147126af2c317f9bec66587847a962c65e81fb0cfff1dfa669348090dd452242372d,sindresorhus@gmail.com,active,Active in npm registry,2025-05-06T07:20:19.520Z
@@ -524,7 +524,7 @@ library,@mojaloop/ml-schema-transformer-lib@2.7.7|@hapi/catbox-memory@5.0.1|@hap
524
524
  library,@mojaloop/ml-schema-transformer-lib@2.7.7|@hapi/hapi@21.4.0,BSD-3-Clause,@hapi,,hapi,21.4.0,pkg:npm/%40hapi/hapi@21.4.0,node_modules/@mojaloop/ml-schema-transformer-lib/node_modules/@hapi/hapi,HTTP Server framework,git://github.com/hapijs/hapi.git,"as detected from PackageJson property ""repository.url""",https://hapi.dev,"as detected from PackageJson property ""homepage""",https://github.com/hapijs/hapi/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/@hapi/hapi/-/hapi-21.4.0.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,92a89159b6182d24addab61bc72363f2cbcfb173fbd79a785bf2b7397a577a28952cd49d057e1ffb37e60be758e9ec9beaba93a9301bc7ac7c6f91e925392f89,,active,Active in npm registry,2025-08-13T22:35:56.826Z
525
525
  library,@mojaloop/ml-schema-transformer-lib@2.7.7|@hapi/hapi@21.4.0|@hapi/catbox-memory@6.0.2,BSD-3-Clause,@hapi,,catbox-memory,6.0.2,pkg:npm/%40hapi/catbox-memory@6.0.2,node_modules/@mojaloop/ml-schema-transformer-lib/node_modules/@hapi/hapi/node_modules/@hapi/catbox-memory,Memory adapter for catbox,git://github.com/hapijs/catbox-memory.git,"as detected from PackageJson property ""repository.url""",https://github.com/hapijs/catbox-memory#readme,"as detected from PackageJson property ""homepage""",https://github.com/hapijs/catbox-memory/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/@hapi/catbox-memory/-/catbox-memory-6.0.2.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,1f5978ba0a055bf65192a785ac8a3ca75ad63743c0e0c0d37eee0999ca0d0ef9d8f7be68dbd9aaa196e5a854e8b7134794490c3e922220125357e31b8be685d2,,active,Active in npm registry,2024-06-12T07:47:01.222Z
526
526
  library,@mojaloop/ml-schema-transformer-lib@2.7.7|@hapi/validate@2.0.1,BSD-3-Clause,@hapi,,validate,2.0.1,pkg:npm/%40hapi/validate@2.0.1,node_modules/@mojaloop/ml-schema-transformer-lib/node_modules/@hapi/validate,Object schema validation,git://github.com/hapijs/validate.git,"as detected from PackageJson property ""repository.url""",https://github.com/hapijs/validate#readme,"as detected from PackageJson property ""homepage""",https://github.com/hapijs/validate/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/@hapi/validate/-/validate-2.0.1.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,359997467ad22caf0c43dcbf08ca84f564aca6007dc40e35fcb95847493debb69265e6d6af8c8dae9c486e8bf5d880b02b2e003d29565d981af63379a7aa6e3c,,active,Active in npm registry,2023-02-11T18:44:37.795Z
527
- library,@mojaloop/ml-schema-transformer-lib@2.7.7|dotenv@17.2.0,BSD-2-Clause,,,dotenv,17.2.0,pkg:npm/dotenv@17.2.0,node_modules/@mojaloop/ml-schema-transformer-lib/node_modules/dotenv,Loads environment variables from .env file,git://github.com/motdotla/dotenv.git,"as detected from PackageJson property ""repository.url""",https://github.com/motdotla/dotenv#readme,"as detected from PackageJson property ""homepage""",https://github.com/motdotla/dotenv/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/dotenv/-/dotenv-17.2.0.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,438b20053eb4833774041d254b2603df1338631ad703dcb8b810e87f524d606cce5eb41d43ac97fbb5c802aa053864053932b50f71edb393a5969c4c0d914e35,,active,Active in npm registry,2025-07-26T14:18:32.521Z
527
+ library,@mojaloop/ml-schema-transformer-lib@2.7.7|dotenv@17.2.0,BSD-2-Clause,,,dotenv,17.2.0,pkg:npm/dotenv@17.2.0,node_modules/@mojaloop/ml-schema-transformer-lib/node_modules/dotenv,Loads environment variables from .env file,git://github.com/motdotla/dotenv.git,"as detected from PackageJson property ""repository.url""",https://github.com/motdotla/dotenv#readme,"as detected from PackageJson property ""homepage""",https://github.com/motdotla/dotenv/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/dotenv/-/dotenv-17.2.0.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,438b20053eb4833774041d254b2603df1338631ad703dcb8b810e87f524d606cce5eb41d43ac97fbb5c802aa053864053932b50f71edb393a5969c4c0d914e35,,active,Active in npm registry,2025-09-02T21:09:37.224Z
528
528
  library,@mojaloop/ml-schema-transformer-lib@2.7.7|joi@17.13.3,BSD-3-Clause,,,joi,17.13.3,pkg:npm/joi@17.13.3,node_modules/@mojaloop/ml-schema-transformer-lib/node_modules/joi,Object schema validation,git://github.com/hapijs/joi.git,"as detected from PackageJson property ""repository.url""",https://github.com/hapijs/joi#readme,"as detected from PackageJson property ""homepage""",https://github.com/hapijs/joi/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/joi/-/joi-17.13.3.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,a2d0c0e2575c231f995ec2875a6a74622cc2c1e551646f7a275d1bd057af8dfba770b3b5a17e7d4c7a0098790db9b609fbd816b18b29e64f2fe226faa03bf57c,,active,Active in npm registry,2025-08-20T08:20:26.050Z
529
529
  library,@mojaloop/ml-schema-transformer-lib@2.7.7|joi@17.13.3|@hapi/hoek@9.3.0,BSD-3-Clause,@hapi,,hoek,9.3.0,pkg:npm/%40hapi/hoek@9.3.0,node_modules/@mojaloop/ml-schema-transformer-lib/node_modules/joi/node_modules/@hapi/hoek,General purpose node utilities,git://github.com/hapijs/hoek.git,"as detected from PackageJson property ""repository.url""",https://github.com/hapijs/hoek#readme,"as detected from PackageJson property ""homepage""",https://github.com/hapijs/hoek/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/@hapi/hoek/-/hoek-9.3.0.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,fdceab7f85099661e50bd6f905a36fcc0705bfb1d9d901da5740f8fc736505dbc59ef42af11238918761c8f0a5ed78fea16bd3590f2e8e1a92e772c88007ba29,,active,Active in npm registry,2024-11-14T15:54:32.587Z
530
530
  library,@mojaloop/ml-schema-transformer-lib@2.7.7|joi@17.13.3|@hapi/topo@5.1.0,BSD-3-Clause,@hapi,,topo,5.1.0,pkg:npm/%40hapi/topo@5.1.0,node_modules/@mojaloop/ml-schema-transformer-lib/node_modules/joi/node_modules/@hapi/topo,Topological sorting with grouping support,git://github.com/hapijs/topo.git,"as detected from PackageJson property ""repository.url""",https://github.com/hapijs/topo#readme,"as detected from PackageJson property ""homepage""",https://github.com/hapijs/topo/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/@hapi/topo/-/topo-5.1.0.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,7e84192898a0ece6f404c01805f70993c77bed0b4e7bb5a8e28c7b7dfd65418a0d3406fa8f0718d6771da32d9ef70419cef372ece0d90982642bc93399c02702,,active,Active in npm registry,2023-03-11T11:07:20.874Z
@@ -662,7 +662,7 @@ library,jest-util@30.0.2|@jest/schemas@30.0.1,MIT,@jest,,schemas,30.0.1,pkg:npm/
662
662
  library,jest-util@30.0.2|@sinclair/typebox@0.34.37,MIT,@sinclair,sinclairzx81,typebox,0.34.37,pkg:npm/%40sinclair/typebox@0.34.37,node_modules/jest-util/node_modules/@sinclair/typebox,Json Schema Type Builder with Static Type Resolution for TypeScript,git+https://github.com/sinclairzx81/typebox.git,"as detected from PackageJson property ""repository.url""",https://github.com/sinclairzx81/typebox#readme,"as detected from PackageJson property ""homepage""",https://github.com/sinclairzx81/typebox/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/@sinclair/typebox/-/typebox-0.34.37.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,d9346e41581061fcbe1331d14c8be486fd800c4a2e276c4d4bf56af96e44bae7b005d3abbc04ef963653c4759949362bdac4e34c7a46bee71a180b7aed2d9a93,,active,Active in npm registry,2025-08-29T19:15:48.096Z
663
663
  library,jest-util@30.0.2|ci-info@4.3.0,MIT,,Thomas Watson Steen,ci-info,4.3.0,pkg:npm/ci-info@4.3.0,node_modules/jest-util/node_modules/ci-info,Get details about the current Continuous Integration environment,git+https://github.com/watson/ci-info.git,"as detected from PackageJson property ""repository.url""",https://github.com/watson/ci-info,"as detected from PackageJson property ""homepage""",https://github.com/watson/ci-info/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/ci-info/-/ci-info-4.3.0.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,97ed9b35132242071f20b522df795a6c0658216947d64583a7e79c368e628ac44aadb9b4c5c4720b0c3bd7f614d05930d26005a73f5b25ac973e37b2eaf92669,w@tson.dk,active,Active in npm registry,2025-07-06T03:47:24.225Z
664
664
  library,jest-util@30.0.2|picomatch@4.0.2,MIT,,Jon Schlinkert,picomatch,4.0.2,pkg:npm/picomatch@4.0.2,node_modules/jest-util/node_modules/picomatch,Blazing fast and accurate glob matcher written in JavaScript~ with no dependencies and full support for standard and extended Bash glob features~ including braces~ extglobs~ POSIX brackets~ and regular expressions.,git+https://github.com/micromatch/picomatch.git,"as detected from PackageJson property ""repository.url""",https://github.com/micromatch/picomatch,"as detected from PackageJson property ""homepage""",https://github.com/micromatch/picomatch/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/picomatch/-/picomatch-4.0.2.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,33b04057a465732e6efa6ea83e100f160253cc08a85ffe81d03c72bc3968f65f3e4f79cb29badcce0d962d4cb3778e4bf11a9f50cc863f37a46ccbd7d8b764c2,,active,Active in npm registry,2025-07-15T19:39:26.657Z
665
- library,react-is@18.3.1,MIT,,,react-is,18.3.1,pkg:npm/react-is@18.3.1#packages/react-is,node_modules/react-is,Brand checking of React Elements.,git+https://github.com/facebook/react.git#packages/react-is,"as detected from PackageJson property ""repository.url"" and ""repository.directory""",https://reactjs.org/,"as detected from PackageJson property ""homepage""",https://github.com/facebook/react/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/react-is/-/react-is-18.3.1.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,fcb2cc5726acd258e302da1888fa9888bf15597cd451d4e1ae6539fa7db40d9bfe6be0a54687af533c3927153e21e879fdcf3bcada13055f46d4588a7cd25d9a,,active,Active in npm registry,2025-09-01T16:20:44.398Z
665
+ library,react-is@18.3.1,MIT,,,react-is,18.3.1,pkg:npm/react-is@18.3.1#packages/react-is,node_modules/react-is,Brand checking of React Elements.,git+https://github.com/facebook/react.git#packages/react-is,"as detected from PackageJson property ""repository.url"" and ""repository.directory""",https://reactjs.org/,"as detected from PackageJson property ""homepage""",https://github.com/facebook/react/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/react-is/-/react-is-18.3.1.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,fcb2cc5726acd258e302da1888fa9888bf15597cd451d4e1ae6539fa7db40d9bfe6be0a54687af533c3927153e21e879fdcf3bcada13055f46d4588a7cd25d9a,,active,Active in npm registry,2025-09-03T16:21:03.139Z
666
666
  library,fast-uri@3.0.6,BSD-3-Clause,,Vincent Le Goff,fast-uri,3.0.6,pkg:npm/fast-uri@3.0.6,node_modules/fast-uri,Dependency-free RFC 3986 URI toolbox,git+https://github.com/fastify/fast-uri.git,"as detected from PackageJson property ""repository.url""",https://github.com/fastify/fast-uri,"as detected from PackageJson property ""homepage""",https://github.com/fastify/fast-uri/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/fast-uri/-/fast-uri-3.0.6.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,02d7e8d783a26d2bf9c00a7855636c15813501c850453bfd701196113e296561f362c845492f4d408e88e7badd2a7f5cae859531b6056cb849fb226f9992081f,vince.legoff@gmail.com,active,Active in npm registry,2025-08-25T13:16:04.719Z
667
667
  library,audit-ci@7.1.0,Apache-2.0,,,audit-ci,7.1.0,pkg:npm/audit-ci@7.1.0,node_modules/audit-ci,Audits NPM~ Yarn~ and PNPM projects in CI environments,git+ssh://git@github.com/IBM/audit-ci.git,"as detected from PackageJson property ""repository.url""",https://github.com/IBM/audit-ci,"as detected from PackageJson property ""homepage""",https://github.com/IBM/audit-ci/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/audit-ci/-/audit-ci-7.1.0.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,3e38c47a39524f9ed2fda0db7962e273482527c08d97f7a463791f1853ccacf926b9a61a0ca70c1f417dc7dc92f55a7a51186e79f482b9b97f1b4636afaa0fd2,,active,Active in npm registry,2024-07-03T18:02:15.522Z
668
668
  library,path-key@3.1.1,MIT,,Sindre Sorhus,path-key,3.1.1,pkg:npm/path-key@3.1.1,node_modules/path-key,Get the PATH environment variable key cross-platform,git+https://github.com/sindresorhus/path-key.git,"as detected from PackageJson property ""repository.url""",https://github.com/sindresorhus/path-key#readme,"as detected from PackageJson property ""homepage""",https://github.com/sindresorhus/path-key/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,a2399e374a9dfb2d23b3312da18e3caf43deab97703049089423aee90e5fe3595f92cc17b8ab58ae18284e92e7c887079b6e1486ac7ee53aa6d889d2c0b844e9,sindresorhus@gmail.com,active,Active in npm registry,2023-06-17T00:09:27.470Z
@@ -719,6 +719,7 @@ library,@types/luxon@3.7.1,MIT,@types,,luxon,3.7.1,pkg:npm/%40types/luxon@3.7.1#
719
719
  library,luxon@3.7.1,MIT,,Isaac Cambron,luxon,3.7.1,pkg:npm/luxon@3.7.1,node_modules/luxon,Immutable date wrapper,git+https://github.com/moment/luxon.git,"as detected from PackageJson property ""repository.url""",https://github.com/moment/luxon#readme,"as detected from PackageJson property ""homepage""",https://github.com/moment/luxon/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/luxon/-/luxon-3.7.1.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,4644568c0f76e9c4efcf9ac06f506ac9690a6db8f30867210d420a30252f362d7b8fa7fa8fcb8718357cd80a9caadcddfa272862910b986de4b201a214d35c36,,active,Active in npm registry,2025-08-11T21:46:25.162Z
720
720
  library,docdash@2.0.2,Apache-2.0,,Clement Moron,docdash,2.0.2,pkg:npm/docdash@2.0.2,node_modules/docdash,A clean~ responsive documentation template theme for JSDoc 3 inspired by lodash and minami,git+https://github.com/clenemt/docdash.git,"as detected from PackageJson property ""repository.url""",https://github.com/clenemt/docdash#readme,"as detected from PackageJson property ""homepage""",https://github.com/clenemt/docdash/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/docdash/-/docdash-2.0.2.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,dd20c385e87d75daf08f37fa74f15ed5ad7a33a7edb2da933638a4dbed5fc78ea5db81fd743da8b13daaf72fa70440b5c16cf8188a80e3c26689c38b43447cc4,clement.moron@gmail.com,active,Active in npm registry,2023-08-30T13:22:56.283Z
721
721
  library,@jsdoc/salty@0.2.9,Apache-2.0,@jsdoc,Jeff Williams,salty,0.2.9,pkg:npm/%40jsdoc/salty@0.2.9,node_modules/@jsdoc/salty,A drop-in replacement for (some of) TaffyDB.,git+https://github.com/jsdoc/jsdoc.git,"as detected from PackageJson property ""repository.url""",https://jsdoc.app/,"as detected from PackageJson property ""homepage""",https://github.com/jsdoc/jsdoc/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/@jsdoc/salty/-/salty-0.2.9.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,c98c4c547ec3ab0ea73b477934857c3905a78ad53c93abd71fc36d82a01f21afc852a44cc51bff354249d3c54429b01a930c658019793c976b53474c3d2b6c9f,,active,Active in npm registry,2024-12-15T23:09:12.515Z
722
+ library,dotenv@17.2.2,BSD-2-Clause,,,dotenv,17.2.2,pkg:npm/dotenv@17.2.2,node_modules/dotenv,Loads environment variables from .env file,git://github.com/motdotla/dotenv.git,"as detected from PackageJson property ""repository.url""",https://github.com/motdotla/dotenv#readme,"as detected from PackageJson property ""homepage""",https://github.com/motdotla/dotenv/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/dotenv/-/dotenv-17.2.2.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,49fd8b4903fe6ce9612965b2845b27d14b1f74afe409646fd62b80da05c0c2ddddc8d69bafa4128f4d08d95d74a6276acfaf6ca1ab66f59c19be940c4c839de5,,active,Active in npm registry,2025-09-02T21:09:37.224Z
722
723
  library,get-port@5.1.1,MIT,,Sindre Sorhus,get-port,5.1.1,pkg:npm/get-port@5.1.1,node_modules/get-port,Get an available port,git+https://github.com/sindresorhus/get-port.git,"as detected from PackageJson property ""repository.url""",https://github.com/sindresorhus/get-port#readme,"as detected from PackageJson property ""homepage""",https://github.com/sindresorhus/get-port/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/get-port/-/get-port-5.1.1.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,83f4356934833b11697215c2e22f195afc40d659cfab1fc91ea729230d3f2d7f53f31fc605b8ba62794de6785a2881644fca05b2c7142a00c96317f07d2e90b1,sindresorhus@gmail.com,active,Active in npm registry,2024-03-20T08:09:10.735Z
723
724
  library,hapi-auth-bearer-token@8.0.0,MIT,,John Brett,hapi-auth-bearer-token,8.0.0,pkg:npm/hapi-auth-bearer-token@8.0.0,node_modules/hapi-auth-bearer-token,Simple Bearer authentication scheme plugin for hapi~ accepts token by Header~ Cookie or Query parameter.,git://github.com/johnbrett/hapi-auth-bearer-token.git,"as detected from PackageJson property ""repository.url""",https://github.com/johnbrett/hapi-auth-bearer-token,"as detected from PackageJson property ""homepage""",https://github.com/johnbrett/hapi-auth-bearer-token/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/hapi-auth-bearer-token/-/hapi-auth-bearer-token-8.0.0.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,d58794970861932f2d9cdc7d6ce40f07f4efb04c1b81c630019e8302f1e52beb4746231b5d4fb61cd13caa94626bea23db55b62bfa266b1c99201e5d3b34cfa0,johnbrett7@gmail.com,active,Active in npm registry,2022-06-18T19:00:50.318Z
724
725
  library,hapi-auth-bearer-token@8.0.0|@hapi/hoek@9.3.0,BSD-3-Clause,@hapi,,hoek,9.3.0,pkg:npm/%40hapi/hoek@9.3.0,node_modules/hapi-auth-bearer-token/node_modules/@hapi/hoek,General purpose node utilities,git://github.com/hapijs/hoek.git,"as detected from PackageJson property ""repository.url""",https://github.com/hapijs/hoek#readme,"as detected from PackageJson property ""homepage""",https://github.com/hapijs/hoek/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/@hapi/hoek/-/hoek-9.3.0.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,fdceab7f85099661e50bd6f905a36fcc0705bfb1d9d901da5740f8fc736505dbc59ef42af11238918761c8f0a5ed78fea16bd3590f2e8e1a92e772c88007ba29,,active,Active in npm registry,2024-11-14T15:54:32.587Z
@@ -1186,7 +1187,7 @@ library,@babel/compat-data@7.28.0,MIT,@babel,The Babel Team,compat-data,7.28.0,p
1186
1187
  library,@babel/helper-validator-option@7.27.1,MIT,@babel,The Babel Team,helper-validator-option,7.27.1,pkg:npm/%40babel/helper-validator-option@7.27.1#packages/babel-helper-validator-option,node_modules/@babel/helper-validator-option,Validate plugin/preset options,git+https://github.com/babel/babel.git#packages/babel-helper-validator-option,"as detected from PackageJson property ""repository.url"" and ""repository.directory""",https://github.com/babel/babel#readme,"as detected from PackageJson property ""homepage""",https://github.com/babel/babel/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.27.1.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,62f8c9a30f45c5b84514a0d2b859d509ed96c57935cd6736d9f15e3d5344696244bbc22b65595d6ba374b87c3366b50cd6297b342f4c969e0c68961b61df494a,,active,Active in npm registry,2025-07-02T09:03:55.612Z
1187
1188
  library,browserslist@4.25.1,MIT,,Andrey Sitnik,browserslist,4.25.1,pkg:npm/browserslist@4.25.1,node_modules/browserslist,Share target browsers between different front-end tools~ like Autoprefixer~ Stylelint and babel-env-preset,git+https://github.com/browserslist/browserslist.git,"as detected from PackageJson property ""repository.url""",https://github.com/browserslist/browserslist#readme,"as detected from PackageJson property ""homepage""",https://github.com/browserslist/browserslist/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/browserslist/-/browserslist-4.25.1.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,2868f42a838c5cba5236490423a67a992866432d1b73523e4fb2bd37cd64e1658cadfcfee9f43a7acf3407f60b01e4682af8d81356121c7396d6a7bdc485731f,andrey@sitnik.ru,active,Active in npm registry,2025-08-28T18:10:09.320Z
1188
1189
  library,caniuse-lite@1.0.30001727,CC-BY-4.0,,Ben Briggs,caniuse-lite,1.0.30001727,pkg:npm/caniuse-lite@1.0.30001727,node_modules/caniuse-lite,A smaller version of caniuse-db~ with only the essentials!,git+https://github.com/browserslist/caniuse-lite.git,"as detected from PackageJson property ""repository.url""",https://github.com/browserslist/caniuse-lite#readme,"as detected from PackageJson property ""homepage""",https://github.com/browserslist/caniuse-lite/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001727.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,a41ebc9c81e66cde8bff80ba307d43a24c91ddb62a1708da4acfec5831c68f8093705b5051032e25fb55c16917abb98d58ec9b0f72a152fde8587a06c603f5e1,beneb.info@gmail.com,active,Active in npm registry,2025-08-30T22:47:18.786Z
1189
- library,electron-to-chromium@1.5.182,ISC,,Kilian Valkhof,electron-to-chromium,1.5.182,pkg:npm/electron-to-chromium@1.5.182,node_modules/electron-to-chromium,Provides a list of electron-to-chromium version mappings,git+https://github.com/kilian/electron-to-chromium.git,"as detected from PackageJson property ""repository.url""",https://github.com/kilian/electron-to-chromium#readme,"as detected from PackageJson property ""homepage""",https://github.com/kilian/electron-to-chromium/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.182.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,2efeb906dc2ff56e09f69c8e0c8e845a976785fbebbdefeeb398755aca56f01d856f4dfae9110fb58de15fba2e9e4d42915fd306358212f08105b61b995d2a08,,active,Active in npm registry,2025-09-02T10:02:25.987Z
1190
+ library,electron-to-chromium@1.5.182,ISC,,Kilian Valkhof,electron-to-chromium,1.5.182,pkg:npm/electron-to-chromium@1.5.182,node_modules/electron-to-chromium,Provides a list of electron-to-chromium version mappings,git+https://github.com/kilian/electron-to-chromium.git,"as detected from PackageJson property ""repository.url""",https://github.com/kilian/electron-to-chromium#readme,"as detected from PackageJson property ""homepage""",https://github.com/kilian/electron-to-chromium/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.182.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,2efeb906dc2ff56e09f69c8e0c8e845a976785fbebbdefeeb398755aca56f01d856f4dfae9110fb58de15fba2e9e4d42915fd306358212f08105b61b995d2a08,,active,Active in npm registry,2025-09-03T02:02:23.142Z
1190
1191
  library,node-releases@2.0.19,MIT,,Sergey Rubanov,node-releases,2.0.19,pkg:npm/node-releases@2.0.19,node_modules/node-releases,Node.js releases data,git+https://github.com/chicoxyzzy/node-releases.git,"as detected from PackageJson property ""repository.url""",https://github.com/chicoxyzzy/node-releases#readme,"as detected from PackageJson property ""homepage""",https://github.com/chicoxyzzy/node-releases/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/node-releases/-/node-releases-2.0.19.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,c7139626c04ab7302aec363427e0d3ceecf9f0af1eeec25b760c246cc5907bc51807a7a49ac438e6ad0cfed243b0669999b0be97b9f9ed457c1e5e6d1f13bdbb,chi187@gmail.com,active,Active in npm registry,2024-12-10T03:28:41.711Z
1191
1192
  library,update-browserslist-db@1.1.3,MIT,,Andrey Sitnik,update-browserslist-db,1.1.3,pkg:npm/update-browserslist-db@1.1.3,node_modules/update-browserslist-db,CLI tool to update caniuse-lite to refresh target browsers from Browserslist config,git+https://github.com/browserslist/update-db.git,"as detected from PackageJson property ""repository.url""",https://github.com/browserslist/update-db#readme,"as detected from PackageJson property ""homepage""",https://github.com/browserslist/update-db/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.1.3.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,531848650f9022755dba790301a89acefbd3ffe7d72f93acaf4259949ba57a962ee8977ba89b4366396eaf47a64654fbd4437749c3e813b82fb2e20a28d6af2b,andrey@sitnik.ru,active,Active in npm registry,2025-02-26T17:32:43.209Z
1192
1193
  library,yallist@3.1.1,ISC,,Isaac Z. Schlueter,yallist,3.1.1,pkg:npm/yallist@3.1.1,node_modules/yallist,Yet Another Linked List,git+https://github.com/isaacs/yallist.git,"as detected from PackageJson property ""repository.url""",https://github.com/isaacs/yallist#readme,"as detected from PackageJson property ""homepage""",https://github.com/isaacs/yallist/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,6b850641a58f1f9f663975189c01b67b09dc412e22e05e374efdc9a0033eb365430264bd36c2bc1a90cc2eb0873e4b054fb8772ba4cea14367da96fb4685f1e2,i@izs.me,active,Active in npm registry,2024-04-09T19:21:45.008Z
@@ -1440,7 +1441,7 @@ library,estraverse@5.3.0,BSD-2-Clause,,,estraverse,5.3.0,pkg:npm/estraverse@5.3.
1440
1441
  library,jsx-ast-utils@3.3.5,MIT,,Ethan Cohen,jsx-ast-utils,3.3.5,pkg:npm/jsx-ast-utils@3.3.5,node_modules/jsx-ast-utils,AST utility module for statically analyzing JSX,git+https://github.com/jsx-eslint/jsx-ast-utils.git,"as detected from PackageJson property ""repository.url""",https://github.com/jsx-eslint/jsx-ast-utils#readme,"as detected from PackageJson property ""homepage""",https://github.com/jsx-eslint/jsx-ast-utils/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/jsx-ast-utils/-/jsx-ast-utils-3.3.5.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,659a30f47048e4ee843e04892d46fc9f634a8265564f00af1c6c05b8994c8ef2c5aa5186ea98e2acf86d76cb1e68b6634a26c3f1e7a0ce6629519c282258f671,,active,Active in npm registry,2023-07-29T01:35:03.311Z
1441
1442
  library,object.entries@1.1.9,MIT,,Jordan Harband,object.entries,1.1.9,pkg:npm/object.entries@1.1.9,node_modules/object.entries,ES2017 spec-compliant Object.entries shim.,git://github.com/es-shims/Object.entries.git,"as detected from PackageJson property ""repository.url""",https://github.com/es-shims/Object.entries#readme,"as detected from PackageJson property ""homepage""",https://github.com/es-shims/Object.entries/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/object.entries/-/object.entries-1.1.9.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,f2efe17d7151043d4ed213d48e2a0b8685851d19adead280e3fbd93f272406bd7c975284f6e1eb15a15a522f0c0d14e98b8b9a936828c8f4d23492d75f69361f,,active,Active in npm registry,2025-03-15T05:05:59.563Z
1442
1443
  library,prop-types@15.8.1,MIT,,,prop-types,15.8.1,pkg:npm/prop-types@15.8.1,node_modules/prop-types,Runtime type checking for React props and similar objects.,git+https://github.com/facebook/prop-types.git,"as detected from PackageJson property ""repository.url""",https://facebook.github.io/react/,"as detected from PackageJson property ""homepage""",https://github.com/facebook/prop-types/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/prop-types/-/prop-types-15.8.1.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,a23f3b0a064809dba5528868815011ec08e50b4df6ed4e1e9782fa780bcea827ae74c0d553435384d695f9bf437f87578123f58173139cf7617deff6a831f972,,active,Active in npm registry,2023-08-24T18:09:31.990Z
1443
- library,prop-types@15.8.1|react-is@16.13.1,MIT,,,react-is,16.13.1,pkg:npm/react-is@16.13.1#packages/react-is,node_modules/prop-types/node_modules/react-is,Brand checking of React Elements.,git+https://github.com/facebook/react.git#packages/react-is,"as detected from PackageJson property ""repository.url"" and ""repository.directory""",https://reactjs.org/,"as detected from PackageJson property ""homepage""",https://github.com/facebook/react/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/react-is/-/react-is-16.13.1.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,db87baca71361fe38ab7892ab0ebcd77c901a55eb9ce8c5b038055b04381dc0455590922fc31f3694a02e4ab8e37f06271c0da0824d906e39c7d9b3bd2447c6d,,active,Active in npm registry,2025-09-01T16:20:44.398Z
1444
+ library,prop-types@15.8.1|react-is@16.13.1,MIT,,,react-is,16.13.1,pkg:npm/react-is@16.13.1#packages/react-is,node_modules/prop-types/node_modules/react-is,Brand checking of React Elements.,git+https://github.com/facebook/react.git#packages/react-is,"as detected from PackageJson property ""repository.url"" and ""repository.directory""",https://reactjs.org/,"as detected from PackageJson property ""homepage""",https://github.com/facebook/react/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/react-is/-/react-is-16.13.1.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,db87baca71361fe38ab7892ab0ebcd77c901a55eb9ce8c5b038055b04381dc0455590922fc31f3694a02e4ab8e37f06271c0da0824d906e39c7d9b3bd2447c6d,,active,Active in npm registry,2025-09-03T16:21:03.139Z
1444
1445
  library,loose-envify@1.4.0,MIT,,Andres Suarez,loose-envify,1.4.0,pkg:npm/loose-envify@1.4.0,node_modules/loose-envify,Fast (and loose) selective `process.env` replacer using js-tokens instead of an AST,git://github.com/zertosh/loose-envify.git,"as detected from PackageJson property ""repository.url""",https://github.com/zertosh/loose-envify,"as detected from PackageJson property ""homepage""",https://github.com/zertosh/loose-envify/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/loose-envify/-/loose-envify-1.4.0.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,972bb13c6aff59f86b95e9b608bfd472751cd7372a280226043cee918ed8e45ff242235d928ebe7d12debe5c351e03324b0edfeb5d54218e34f04b71452a0add,zertosh@gmail.com,active,Active in npm registry,2023-07-23T04:49:38.578Z
1445
1446
  library,object-assign@4.1.1,MIT,,Sindre Sorhus,object-assign,4.1.1,pkg:npm/object-assign@4.1.1,node_modules/object-assign,ES2015 `Object.assign()` ponyfill,git+https://github.com/sindresorhus/object-assign.git,"as detected from PackageJson property ""repository.url""",https://github.com/sindresorhus/object-assign#readme,"as detected from PackageJson property ""homepage""",https://github.com/sindresorhus/object-assign/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,ac98134279149c7d6c170f324fa552537cc3dec5a6bbab19848b1e63c557f8646edcfe85ec5bbe24d0e85df9251256cb2529dcdc55101d57b8714e618fe05c52,sindresorhus@gmail.com,active,Active in npm registry,2025-02-16T08:13:33.616Z
1446
1447
  library,string.prototype.matchall@4.0.12,MIT,,Jordan Harband,string.prototype.matchall,4.0.12,pkg:npm/string.prototype.matchall@4.0.12,node_modules/string.prototype.matchall,Spec-compliant polyfill for String.prototype.matchAll,git+https://github.com/es-shims/String.prototype.matchAll.git,"as detected from PackageJson property ""repository.url""",https://github.com/es-shims/String.prototype.matchAll#readme,"as detected from PackageJson property ""homepage""",https://github.com/es-shims/String.prototype.matchAll/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/string.prototype.matchall/-/string.prototype.matchall-4.0.12.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,e820bdbb204bfbfe3c7588b345fec7ed501808c08d4c178cefcc7f55351ef5b1446b105ea4f2436b53b0f7d2ea23fd7217b92ecbb437710b1832b72319472c90,ljharb@gmail.com,active,Active in npm registry,2024-12-20T07:01:49.774Z
@@ -71,8 +71,8 @@ module.exports = {
71
71
  payload
72
72
  }, EventSdk.AuditEventAction.start)
73
73
 
74
- const metadata = `${request.method} ${request.path}`
75
- participants.getParticipantsByTypeAndID(request.headers, request.params, request.method, request.query, span, request.server.app.cache).catch(err => {
74
+ const metadata = `${method} ${path}`
75
+ participants.getParticipantsByTypeAndID(headers, params, method, request.query, span, request.server.app.cache).catch(err => {
76
76
  request.server.log(['error'], `ERROR - getParticipantsByTypeAndID:${metadata}: ${LibUtil.getStackOrInspect(err)}`)
77
77
  })
78
78
  histTimerEnd({ success: true })
@@ -115,7 +115,7 @@ module.exports = {
115
115
  payload
116
116
  }, EventSdk.AuditEventAction.start)
117
117
 
118
- participants.putParticipantsByTypeAndID(request.headers, request.params, request.method, request.payload, request.server.app.cache).catch(err => {
118
+ participants.putParticipantsByTypeAndID(headers, params, method, payload, request.server.app.cache).catch(err => {
119
119
  request.server.log(['error'], `ERROR - putParticipantsByTypeAndID:${metadata}: ${LibUtil.getStackOrInspect(err)}`)
120
120
  })
121
121
  histTimerEnd({ success: true })
@@ -134,7 +134,7 @@ module.exports = {
134
134
  'Ingress: Post participant by Type and Id',
135
135
  ['success']
136
136
  ).startTimer()
137
- const { method, path, params, span } = request
137
+ const { headers, payload, method, path, params, span } = request
138
138
  const spanTags = LibUtil.getSpanTags(request, Enum.Events.Event.Type.PARTICIPANT, Enum.Events.Event.Action.POST)
139
139
  span.setTags(spanTags)
140
140
  const queryTags = EventFrameworkUtil.Tags.getQueryTags(
@@ -151,11 +151,12 @@ module.exports = {
151
151
  )
152
152
  span.setTags(queryTags)
153
153
  await span.audit({
154
- headers: request.headers,
155
- payload: request.payload
154
+ headers,
155
+ payload
156
156
  }, EventSdk.AuditEventAction.start)
157
- const metadata = `${request.method} ${request.path}`
158
- participants.postParticipants(request.headers, request.method, request.params, request.payload, span, request.server.app.cache).catch(err => {
157
+
158
+ const metadata = `${method} ${path}`
159
+ participants.postParticipants(headers, method, params, payload, span, request.server.app.cache).catch(err => {
159
160
  request.server.log(['error'], `ERROR - postParticipants:${metadata}: ${LibUtil.getStackOrInspect(err)}`)
160
161
  })
161
162
  histTimerEnd({ success: true })
@@ -196,8 +197,8 @@ module.exports = {
196
197
  payload: undefined
197
198
  }, EventSdk.AuditEventAction.start)
198
199
 
199
- const metadata = `${request.method} ${request.path}`
200
- participants.deleteParticipants(request.headers, request.params, request.method, request.query, request.server.app.cache).catch(err => {
200
+ const metadata = `${method} ${path}`
201
+ participants.deleteParticipants(headers, params, method, request.query, request.server.app.cache).catch(err => {
201
202
  request.server.log(['error'], `ERROR - deleteParticipants:${metadata}: ${LibUtil.getStackOrInspect(err)}`)
202
203
  })
203
204
  histTimerEnd({ success: true })
@@ -68,7 +68,7 @@ describe('Parties Endpoints Tests -->', () => {
68
68
 
69
69
  await sleep(1000)
70
70
  history = await proxyClient.getHistory()
71
- expect(history.length).toBe(2)
71
+ expect(history.length).toBeGreaterThanOrEqual(2)
72
72
  expect(history[0].path).toBe(`/oracle/participants/${PARTY_ID_TYPE}/${partyId}`)
73
73
  expect(history[1].path).toBe(`/parties/${PARTY_ID_TYPE}/${partyId}`)
74
74