@mojaloop/ml-testing-toolkit-client-lib 1.12.2 → 1.12.3
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/.circleci/config.yml +1 -1
- package/.grype.yaml +68 -11
- package/.nvmrc +1 -1
- package/CHANGELOG.md +8 -0
- package/Dockerfile +1 -2
- package/audit-ci.jsonc +10 -2
- package/package.json +22 -14
- package/{sbom-v1.12.1.csv → sbom-v1.12.2.csv} +9 -9
package/.circleci/config.yml
CHANGED
package/.grype.yaml
CHANGED
|
@@ -1,19 +1,76 @@
|
|
|
1
|
+
scan-type: source
|
|
2
|
+
|
|
1
3
|
ignore:
|
|
2
|
-
# Ignore cross-spawn vulnerabilities by CVE ID due to false positive
|
|
3
|
-
# as grype looks at package-lock.json where it shows versions with
|
|
4
|
-
# vulnerabilities, npm ls shows only 7.0.6 verion is used
|
|
5
4
|
- vulnerability: CVE-2025-9230
|
|
6
5
|
- vulnerability: CVE-2025-9231
|
|
7
6
|
- vulnerability: CVE-2025-9232
|
|
8
|
-
- vulnerability: GHSA-9965-vmph-33xx
|
|
9
|
-
|
|
10
|
-
|
|
7
|
+
- vulnerability: GHSA-9965-vmph-33xx
|
|
8
|
+
- vulnerability: GHSA-3ppc-4f35-3m26
|
|
9
|
+
include-aliases: true
|
|
10
|
+
reason: >-
|
|
11
|
+
Base image npm package: minimatch - bundled in Node.js base image, not fixable via application dependencies as of
|
|
12
|
+
2026-02-23 (high severity)
|
|
13
|
+
- vulnerability: CVE-2025-60876
|
|
14
|
+
include-aliases: true
|
|
15
|
+
reason: "Alpine base image package (apk): busybox - no npm fix available as of 2026-02-23 (moderate severity)"
|
|
16
|
+
- vulnerability: GHSA-5j98-mcp5-4vw2
|
|
17
|
+
include-aliases: true
|
|
18
|
+
reason: >-
|
|
19
|
+
Base image npm package: glob - bundled in Node.js base image, not fixable via application dependencies as of
|
|
20
|
+
2026-02-23 (high severity)
|
|
21
|
+
- vulnerability: GHSA-83g3-92jg-28cx
|
|
22
|
+
include-aliases: true
|
|
23
|
+
reason: >-
|
|
24
|
+
Base image npm package: tar - bundled in Node.js base image, not fixable via application dependencies as of
|
|
25
|
+
2026-02-23 (high severity)
|
|
26
|
+
- vulnerability: GHSA-34x7-hfp2-rc4v
|
|
27
|
+
include-aliases: true
|
|
28
|
+
reason: >-
|
|
29
|
+
Base image npm package: tar - bundled in Node.js base image, not fixable via application dependencies as of
|
|
30
|
+
2026-02-23 (high severity)
|
|
31
|
+
- vulnerability: GHSA-73rr-hh4g-fpgx
|
|
32
|
+
include-aliases: true
|
|
33
|
+
reason: >-
|
|
34
|
+
Base image npm package: diff - bundled in Node.js base image, not fixable via application dependencies as of
|
|
35
|
+
2026-02-23 (low severity)
|
|
36
|
+
- vulnerability: GHSA-r6q2-hw4h-h46w
|
|
37
|
+
include-aliases: true
|
|
38
|
+
reason: >-
|
|
39
|
+
Base image npm package: tar - bundled in Node.js base image, not fixable via application dependencies as of
|
|
40
|
+
2026-02-23 (high severity)
|
|
41
|
+
- vulnerability: GHSA-8qq5-rm4j-mr97
|
|
42
|
+
include-aliases: true
|
|
43
|
+
reason: >-
|
|
44
|
+
Base image npm package: tar - bundled in Node.js base image, not fixable via application dependencies as of
|
|
45
|
+
2026-02-23 (high severity)
|
|
46
|
+
- vulnerability: CVE-2026-27171
|
|
47
|
+
include-aliases: true
|
|
48
|
+
reason: "Alpine base image package (apk): zlib - no npm fix available as of 2026-02-23 (moderate severity)"
|
|
49
|
+
- vulnerability: GHSA-2g4f-4pwh-qvx6
|
|
50
|
+
include-aliases: true
|
|
51
|
+
reason: "Unfixable npm transitive vulnerability: unknown (unknown severity) as of 2026-02-23"
|
|
52
|
+
- vulnerability: GHSA-43fc-jf86-j433
|
|
53
|
+
include-aliases: true
|
|
54
|
+
reason: "Unfixable npm transitive vulnerability: unknown (unknown severity) as of 2026-02-23"
|
|
55
|
+
- vulnerability: GHSA-mh29-5h37-fv8m
|
|
56
|
+
include-aliases: true
|
|
57
|
+
reason: "Unfixable npm transitive vulnerability: unknown (unknown severity) as of 2026-02-23"
|
|
58
|
+
- vulnerability: GHSA-xxjr-mmjv-4gpg
|
|
59
|
+
include-aliases: true
|
|
60
|
+
reason: "Unfixable npm transitive vulnerability: unknown (unknown severity) as of 2026-02-23"
|
|
61
|
+
- vulnerability: GHSA-6rw7-vpxm-498p
|
|
62
|
+
include-aliases: true
|
|
63
|
+
reason: "Unfixable npm transitive vulnerability: unknown (unknown severity) as of 2026-02-23"
|
|
64
|
+
- vulnerability: GHSA-w7fw-mjwx-w883
|
|
65
|
+
include-aliases: true
|
|
66
|
+
reason: "Unfixable npm transitive vulnerability: unknown (unknown severity) as of 2026-02-23"
|
|
67
|
+
- vulnerability: GHSA-vghf-hv5q-vc2g
|
|
68
|
+
include-aliases: true
|
|
69
|
+
reason: "Unfixable npm transitive vulnerability: unknown (unknown severity) as of 2026-02-23"
|
|
11
70
|
output:
|
|
12
|
-
-
|
|
13
|
-
-
|
|
14
|
-
|
|
15
|
-
# Modify your CircleCI job to check critical count
|
|
71
|
+
- table
|
|
72
|
+
- json
|
|
16
73
|
search:
|
|
17
|
-
scope:
|
|
74
|
+
scope: squashed
|
|
18
75
|
quiet: false
|
|
19
76
|
check-for-app-update: false
|
package/.nvmrc
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
22.
|
|
1
|
+
22.22.0
|
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,14 @@
|
|
|
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
|
+
### [1.12.3](https://github.com/mojaloop/ml-testing-toolkit-client-lib/compare/v1.12.2...v1.12.3) (2026-02-26)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### Chore
|
|
9
|
+
|
|
10
|
+
* **sbom:** update sbom [skip ci] ([685d8a6](https://github.com/mojaloop/ml-testing-toolkit-client-lib/commit/685d8a65302827d438ea459a8bc3b834433fb327))
|
|
11
|
+
* **security:** update CircleCI orb to 1.1.16 and resolve minimatch CVE ([#54](https://github.com/mojaloop/ml-testing-toolkit-client-lib/issues/54)) ([27f8920](https://github.com/mojaloop/ml-testing-toolkit-client-lib/commit/27f892044dc9b4a444dd40581397f40dc6869458))
|
|
12
|
+
|
|
5
13
|
### [1.12.2](https://github.com/mojaloop/ml-testing-toolkit-client-lib/compare/v1.12.1...v1.12.2) (2025-11-07)
|
|
6
14
|
|
|
7
15
|
|
package/Dockerfile
CHANGED
package/audit-ci.jsonc
CHANGED
|
@@ -3,7 +3,15 @@
|
|
|
3
3
|
// audit-ci supports reading JSON, JSONC, and JSON5 config files.
|
|
4
4
|
// Only use one of ["low": true, "moderate": true, "high": true, "critical": true]
|
|
5
5
|
"moderate": true,
|
|
6
|
-
"allowlist": [
|
|
7
|
-
"GHSA-9965-vmph-33xx"
|
|
6
|
+
"allowlist": [ // NOTE: Please add as much information as possible to any items added to the allowList
|
|
7
|
+
"GHSA-9965-vmph-33xx",
|
|
8
|
+
"GHSA-2g4f-4pwh-qvx6",
|
|
9
|
+
"GHSA-43fc-jf86-j433",
|
|
10
|
+
"GHSA-5j98-mcp5-4vw2",
|
|
11
|
+
"GHSA-mh29-5h37-fv8m",
|
|
12
|
+
"GHSA-xxjr-mmjv-4gpg",
|
|
13
|
+
"GHSA-6rw7-vpxm-498p",
|
|
14
|
+
"GHSA-w7fw-mjwx-w883",
|
|
15
|
+
"GHSA-vghf-hv5q-vc2g"
|
|
8
16
|
]
|
|
9
17
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mojaloop/ml-testing-toolkit-client-lib",
|
|
3
3
|
"description": "Testing Toolkit Client Library",
|
|
4
|
-
"version": "1.12.
|
|
4
|
+
"version": "1.12.3",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"author": "Vijaya Kumar Guthi, ModusBox Inc. ",
|
|
7
7
|
"contributors": [
|
|
@@ -69,36 +69,36 @@
|
|
|
69
69
|
"snapshot": "npx standard-version --no-verify --skip.changelog --prerelease snapshot --releaseCommitMessageFormat 'chore(snapshot): {{currentTag}}'"
|
|
70
70
|
},
|
|
71
71
|
"dependencies": {
|
|
72
|
-
"@mojaloop/central-services-logger": "11.10.
|
|
72
|
+
"@mojaloop/central-services-logger": "11.10.4",
|
|
73
73
|
"@mojaloop/ml-testing-toolkit-shared-lib": "14.2.0",
|
|
74
|
-
"@mojaloop/sdk-standard-components": "19.18.
|
|
75
|
-
"@slack/webhook": "7.0.
|
|
74
|
+
"@mojaloop/sdk-standard-components": "19.18.8",
|
|
75
|
+
"@slack/webhook": "7.0.7",
|
|
76
76
|
"atob": "2.1.2",
|
|
77
|
-
"aws-sdk": "2.
|
|
78
|
-
"axios": "1.13.
|
|
77
|
+
"aws-sdk": "2.1693.0",
|
|
78
|
+
"axios": "1.13.5",
|
|
79
79
|
"cli-table3": "0.6.5",
|
|
80
|
-
"commander": "14.0.
|
|
81
|
-
"dotenv": "17.
|
|
80
|
+
"commander": "14.0.3",
|
|
81
|
+
"dotenv": "17.3.1",
|
|
82
82
|
"fs": "0.0.1-security",
|
|
83
|
-
"lodash": "4.17.
|
|
83
|
+
"lodash": "4.17.23",
|
|
84
84
|
"mv": "2.1.1",
|
|
85
85
|
"node-dir": "0.1.17",
|
|
86
86
|
"node-strings": "1.0.2",
|
|
87
87
|
"parse-strings-in-object": "1.6.0",
|
|
88
88
|
"path": "0.12.7",
|
|
89
89
|
"rc": "1.2.8",
|
|
90
|
-
"socket.io-client": "4.8.
|
|
90
|
+
"socket.io-client": "4.8.3"
|
|
91
91
|
},
|
|
92
92
|
"devDependencies": {
|
|
93
93
|
"audit-ci": "7.1.0",
|
|
94
94
|
"jest": "30.2.0",
|
|
95
95
|
"jest-junit": "16.0.0",
|
|
96
|
-
"npm-check-updates": "19.
|
|
97
|
-
"nyc": "
|
|
96
|
+
"npm-check-updates": "19.5.0",
|
|
97
|
+
"nyc": "18.0.0",
|
|
98
98
|
"parse-strings-in-object": "1.6.0",
|
|
99
99
|
"pre-commit": "1.2.2",
|
|
100
100
|
"replace": "1.2.2",
|
|
101
|
-
"sinon": "21.0.
|
|
101
|
+
"sinon": "21.0.1",
|
|
102
102
|
"standard": "17.1.2",
|
|
103
103
|
"standard-version": "9.5.0"
|
|
104
104
|
},
|
|
@@ -121,7 +121,15 @@
|
|
|
121
121
|
"cross-spawn": "7.0.6",
|
|
122
122
|
"tough-cookie": "4.1.3",
|
|
123
123
|
"trim": "0.0.3",
|
|
124
|
-
"yargs-parser": "21.1.1"
|
|
124
|
+
"yargs-parser": "21.1.1",
|
|
125
|
+
"validator": "13.15.20",
|
|
126
|
+
"minimatch@3.0.5": "3.1.5",
|
|
127
|
+
"minimatch@3.1.2": "3.1.5",
|
|
128
|
+
"minimatch@5.1.6": "5.1.7",
|
|
129
|
+
"minimatch@9.0.5": "9.0.8",
|
|
130
|
+
"replace": {
|
|
131
|
+
"minimatch": "3.1.5"
|
|
132
|
+
}
|
|
125
133
|
},
|
|
126
134
|
"generator-swaggerize": {
|
|
127
135
|
"version": "4.1.0"
|
|
@@ -2,7 +2,7 @@ type,bom_ref,license-id,group,author,name,version,purl,path,description,vcs-url,
|
|
|
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
4
|
library,,Apache-2.0,@cyclonedx,Jan Kowalleck,cyclonedx-library,8.6.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,@mojaloop/ml-testing-toolkit-client-lib@1.12.
|
|
5
|
+
application,@mojaloop/ml-testing-toolkit-client-lib@1.12.2,Apache-2.0,@mojaloop,Vijaya Kumar Guthi~ ModusBox Inc.,ml-testing-toolkit-client-lib,1.12.2,pkg:npm/%40mojaloop/ml-testing-toolkit-client-lib@1.12.2?vcs_url=git%2Bhttps%3A%2F%2Fgithub.com%2Fmojaloop%2Fml-testing-toolkit-client-lib.git,,Testing Toolkit Client Library,git+https://github.com/mojaloop/ml-testing-toolkit-client-lib.git,"as detected from PackageJson property ""repository.url""",https://github.com/mojaloop/ml-testing-toolkit-client-lib#readme,"as detected from PackageJson property ""homepage""",https://github.com/mojaloop/ml-testing-toolkit-client-lib/issues,"as detected from PackageJson property ""bugs.url""",,,,,,active,Active in npm registry,2025-11-06T20:40:06.435Z
|
|
6
6
|
library,@mojaloop/central-services-logger@11.10.1,Apache-2.0,@mojaloop,ModusBox,central-services-logger,11.10.1,pkg:npm/%40mojaloop/central-services-logger@11.10.1,node_modules/@mojaloop/central-services-logger,Mojaloop common logging library,git+https://github.com/mojaloop/central-services-logger.git,"as detected from PackageJson property ""repository.url""",https://github.com/mojaloop/central-services-logger#readme,"as detected from PackageJson property ""homepage""",https://github.com/mojaloop/central-services-logger/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/@mojaloop/central-services-logger/-/central-services-logger-11.10.1.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,afab324caa2f80fc71b48b3920e0eaf1b3bf42b231ec4e2980b5c3529e36997be09e02090e25b4250d7a18227ba3e47056a8482a43ac608ff4aadb7be4d2a00b,,active,Active in npm registry,2025-09-22T13:04:34.411Z
|
|
7
7
|
library,@mojaloop/central-services-logger@11.10.1|parse-strings-in-object@2.0.0,ISC,,Stephen Buchanan,parse-strings-in-object,2.0.0,pkg:npm/parse-strings-in-object@2.0.0,node_modules/@mojaloop/central-services-logger/node_modules/parse-strings-in-object,Convert string values in object to boolean and numbers,git+https://github.com/anselanza/parse-strings-in-object.git,"as detected from PackageJson property ""repository.url""",https://github.com/anselanza/parse-strings-in-object#readme,"as detected from PackageJson property ""homepage""",https://github.com/anselanza/parse-strings-in-object/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/parse-strings-in-object/-/parse-strings-in-object-2.0.0.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,85be74c43c84a3c6e832dcb307521d544e0a7133556c88ab93f66a0bc9dad62ace7ffef40f2652df4cb514820051ef63c87264f6cd90a19e1a04d1d1f4d5c7b2,,active,Active in npm registry,2022-07-07T08:56:38.552Z
|
|
8
8
|
library,@opentelemetry/api@1.9.0,Apache-2.0,@opentelemetry,OpenTelemetry Authors,api,1.9.0,pkg:npm/%40opentelemetry/api@1.9.0,node_modules/@opentelemetry/api,Public API for OpenTelemetry,git+https://github.com/open-telemetry/opentelemetry-js.git,"as detected from PackageJson property ""repository.url""",https://github.com/open-telemetry/opentelemetry-js/tree/main/api,"as detected from PackageJson property ""homepage""",https://github.com/open-telemetry/opentelemetry-js/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/@opentelemetry/api/-/api-1.9.0.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,de0880390bd9887e45f5b325322bfcf8648f31eaa0d1d6da7a8e7cff44a503db314aa6619d4b71cd7f7fd85cf2852f6c5907f94b418913400a06b16a8e979872,,active,Active in npm registry,2025-07-22T15:16:26.226Z
|
|
@@ -62,7 +62,7 @@ library,jsonpath-plus@10.3.0,MIT,,Stefan Goessner,jsonpath-plus,10.3.0,pkg:npm/j
|
|
|
62
62
|
library,@jsep-plugin/assignment@1.3.0,MIT,@jsep-plugin,Shelly,assignment,1.3.0,pkg:npm/%40jsep-plugin/assignment@1.3.0#packages/assignment,node_modules/@jsep-plugin/assignment,Adds assignment expression support,git+https://github.com/EricSmekens/jsep.git#packages/assignment,"as detected from PackageJson property ""repository.url"" and ""repository.directory""",https://ericsmekens.github.io/jsep/tree/master/packages/assignment#readme,"as detected from PackageJson property ""homepage""",https://github.com/EricSmekens/jsep/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/@jsep-plugin/assignment/-/assignment-1.3.0.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,555815f825eb85b308dda4aeb10c9c94791e9d64809bde566a22ab3314456a6dc94948886908e8308c36b04b3f397e1789f9ea79050de0361b263940f047e4b5,,active,Active in npm registry,2024-11-05T14:51:19.101Z
|
|
63
63
|
library,jsep@1.4.0,MIT,,Stephen Oney,jsep,1.4.0,pkg:npm/jsep@1.4.0,node_modules/jsep,a tiny JavaScript expression parser,git+https://github.com/EricSmekens/jsep.git,"as detected from PackageJson property ""repository.url""",https://ericsmekens.github.io/jsep/,"as detected from PackageJson property ""homepage""",https://github.com/EricSmekens/jsep/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/jsep/-/jsep-1.4.0.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,07ba8f704544dcd56499225b698c6fbf87079155bb0d0b19cf5de950cadf4bccfc43f06e4a137e81c4d7ad494f886a8cdbfb7f104688d37d1ba7132a63c80c97,swloney@gmail.com,active,Active in npm registry,2024-11-05T14:49:55.789Z
|
|
64
64
|
library,@jsep-plugin/regex@1.0.4,MIT,@jsep-plugin,Shelly,regex,1.0.4,pkg:npm/%40jsep-plugin/regex@1.0.4#packages/regex,node_modules/@jsep-plugin/regex,Adds regex expression support,git+https://github.com/EricSmekens/jsep.git#packages/regex,"as detected from PackageJson property ""repository.url"" and ""repository.directory""",https://ericsmekens.github.io/jsep/tree/master/packages/regex#readme,"as detected from PackageJson property ""homepage""",https://github.com/EricSmekens/jsep/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/@jsep-plugin/regex/-/regex-1.0.4.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,abba8be0c823b35bc1c826939c315c06757d1d2ec654f257e6fc95a028191cd482f6b8f022599b5c6e6c52ea2b4799dd7c7008949f29552b71be35c76cdbed52,,active,Active in npm registry,2024-11-05T14:55:29.249Z
|
|
65
|
-
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-11-
|
|
65
|
+
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-11-06T20:52:58.950Z
|
|
66
66
|
library,node-dir@0.1.17,MIT,,Nathan Cartwright,node-dir,0.1.17,pkg:npm/node-dir@0.1.17,node_modules/node-dir,asynchronous file and directory operations for Node.js,git+https://github.com/fshost/node-dir.git,"as detected from PackageJson property ""repository.url""",https://github.com/fshost,"as detected from PackageJson property ""homepage""",https://github.com/fshost/node-dir/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/node-dir/-/node-dir-0.1.17.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,b663d7e36dab620a1f7787a9ceb368397884f1715960e702ab5bc3ecc0170833be3bece7765036ced74a28c6be11eb811b9b47113a6be26978446829a8308202,fshost@yahoo.com,active,Active in npm registry,2022-06-21T13:43:32.436Z
|
|
67
67
|
library,@mojaloop/sdk-standard-components@19.18.0,Apache-2.0,@mojaloop,James Bush~ ModusBox Inc.,sdk-standard-components,19.18.0,pkg:npm/%40mojaloop/sdk-standard-components@19.18.0,node_modules/@mojaloop/sdk-standard-components,A set of standard components for connecting to Mojaloop API enabled Switches,,,,,,,https://registry.npmjs.org/@mojaloop/sdk-standard-components/-/sdk-standard-components-19.18.0.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,2b5ee44e1fc777473af14634e9db3eb3981dd81bfe623be6d5253db0ec338fedd67c7877b45c6314b603aed117c047042162e001fa4b52712170c73e487892c8,,active,Active in npm registry,2025-10-06T10:21:59.444Z
|
|
68
68
|
library,@mojaloop/sdk-standard-components@19.18.0|axios@1.12.2,MIT,,Matt Zabriskie,axios,1.12.2,pkg:npm/axios@1.12.2,node_modules/@mojaloop/sdk-standard-components/node_modules/axios,Promise based HTTP client for the browser and node.js,git+https://github.com/axios/axios.git,"as detected from PackageJson property ""repository.url""",https://axios-http.com,"as detected from PackageJson property ""homepage""",https://github.com/axios/axios/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/axios/-/axios-1.12.2.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,bcc2733dec00951c8e831576754d02bb3d8ef33cf3c7d558b5b24e68181715e2dce0857f120e749f82e8c267a138e47ad52f193297362b949aee0e80e237e453,,active,Active in npm registry,2025-11-04T20:01:20.484Z
|
|
@@ -138,7 +138,7 @@ library,ansi-colors@4.1.3,MIT,,Brian Woodward,ansi-colors,4.1.3,pkg:npm/ansi-col
|
|
|
138
138
|
library,change-case@5.4.4,MIT,,Blake Embrey,change-case,5.4.4,pkg:npm/change-case@5.4.4,node_modules/change-case,Transform a string between `camelCase`~ `PascalCase`~ `Capital Case`~ `snake_case`~ `kebab-case`~ `CONSTANT_CASE` and others,git://github.com/blakeembrey/change-case.git,"as detected from PackageJson property ""repository.url""",https://github.com/blakeembrey/change-case/tree/master/packages/change-case#readme,"as detected from PackageJson property ""homepage""",https://github.com/blakeembrey/change-case/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/change-case/-/change-case-5.4.4.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,1d14324e4dbf60f124b7d4e750f6cea6beb8530dca3a270558f5416fec621ef77a781c7fa8fafdc6a7c11434fc3f6bd6b2fbf3e236c491f0deef55b757236edb,hello@blakeembrey.com,active,Active in npm registry,2024-10-22T17:26:36.273Z
|
|
139
139
|
library,@babel/code-frame@7.27.1,MIT,@babel,The Babel Team,code-frame,7.27.1,pkg:npm/%40babel/code-frame@7.27.1#packages/babel-code-frame,node_modules/@babel/code-frame,Generate errors that contain a code frame that point to source locations.,git+https://github.com/babel/babel.git#packages/babel-code-frame,"as detected from PackageJson property ""repository.url"" and ""repository.directory""",https://babel.dev/docs/en/next/babel-code-frame,"as detected from PackageJson property ""homepage""",https://github.com/babel/babel/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.27.1.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,72343b66543432fddbe3b84006e4debf24ee60de22fa5a09286795f5f95c0a020adfb7025d187e2f56ddde20479729deae143b0610a49f604f6d050bfab1aa16,,active,Active in npm registry,2025-10-23T14:44:24.999Z
|
|
140
140
|
library,index-to-position@1.2.0,MIT,,Sindre Sorhus,index-to-position,1.2.0,pkg:npm/index-to-position@1.2.0,node_modules/index-to-position,Convert a string index to its line and column position,git+https://github.com/sindresorhus/index-to-position.git,"as detected from PackageJson property ""repository.url""",https://github.com/sindresorhus/index-to-position#readme,"as detected from PackageJson property ""homepage""",https://github.com/sindresorhus/index-to-position/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/index-to-position/-/index-to-position-1.2.0.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,620efeced464aac94c012da215a53e39ae0a4d289dafadceb051a53ab2685bdf3590860edc21824b7c00f793f59948bf215489927d03e3bf4a4c9a55a6f14dbb,sindresorhus@gmail.com,active,Active in npm registry,2025-09-25T04:03:35.705Z
|
|
141
|
-
library,typescript@5.9.3,Apache-2.0,,Microsoft Corp.,typescript,5.9.3,pkg:npm/typescript@5.9.3,node_modules/typescript,TypeScript is a language for application scale JavaScript development,git+https://github.com/microsoft/TypeScript.git,"as detected from PackageJson property ""repository.url""",https://www.typescriptlang.org/,"as detected from PackageJson property ""homepage""",https://github.com/microsoft/TypeScript/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/typescript/-/typescript-5.9.3.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,8e5d6f6733c38a72ebf5e52ddc9feded5e8580d130f508ef04f772b33f4a7d00c3e357d0ac2d98e2f290762694a454f86d795bd511e12e9a7cc2d9ba3394e04b,,active,Active in npm registry,2025-11-
|
|
141
|
+
library,typescript@5.9.3,Apache-2.0,,Microsoft Corp.,typescript,5.9.3,pkg:npm/typescript@5.9.3,node_modules/typescript,TypeScript is a language for application scale JavaScript development,git+https://github.com/microsoft/TypeScript.git,"as detected from PackageJson property ""repository.url""",https://www.typescriptlang.org/,"as detected from PackageJson property ""homepage""",https://github.com/microsoft/TypeScript/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/typescript/-/typescript-5.9.3.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,8e5d6f6733c38a72ebf5e52ddc9feded5e8580d130f508ef04f772b33f4a7d00c3e357d0ac2d98e2f290762694a454f86d795bd511e12e9a7cc2d9ba3394e04b,,active,Active in npm registry,2025-11-07T07:12:27.160Z
|
|
142
142
|
library,yargs-parser@21.1.1,ISC,,Ben Coe,yargs-parser,21.1.1,pkg:npm/yargs-parser@21.1.1,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-21.1.1.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,b55a6c256ec376379c0221696c80757b7ab1210b04e8da0f739fde4ddadb6c80b88742d5b16867a1ade0fa6d87725048ba31f3b31678549540f8652e736fcb07,ben@npmjs.com,active,Active in npm registry,2025-05-26T20:12:01.075Z
|
|
143
143
|
library,lodash-es@4.17.21,MIT,,John-David Dalton,lodash-es,4.17.21,pkg:npm/lodash-es@4.17.21,node_modules/lodash-es,Lodash exported as ES modules.,git+https://github.com/lodash/lodash.git,"as detected from PackageJson property ""repository.url""",https://lodash.com/custom-builds,"as detected from PackageJson property ""homepage""",https://github.com/lodash/lodash-cli/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/lodash-es/-/lodash-es-4.17.21.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,98a9c2f9027da56573bfe0b8fd4deb46c1daa457c7bd0168141f767b9db17b218c717ebf3a5225efc8ded6ef2f78fcd8652924a2030f276ca3c71b1bf3d731cb,john.david.dalton@gmail.com,active,Active in npm registry,2025-07-07T05:38:02.445Z
|
|
144
144
|
library,micromatch@4.0.8,MIT,,Jon Schlinkert,micromatch,4.0.8,pkg:npm/micromatch@4.0.8,node_modules/micromatch,Glob matching for javascript/node.js. A replacement and faster alternative to minimatch and multimatch.,git+https://github.com/micromatch/micromatch.git,"as detected from PackageJson property ""repository.url""",https://github.com/micromatch/micromatch,"as detected from PackageJson property ""homepage""",https://github.com/micromatch/micromatch/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/micromatch/-/micromatch-4.0.8.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,3d7c1f06162ed210423f0f039f413e58361beda7f77522d558a8b71c6bfce08745e13c85a02d32b3115dd06a31c3b9d2bf84ff3f3109431b18b0488508aa3604,,active,Active in npm registry,2024-09-18T05:25:40.049Z
|
|
@@ -738,10 +738,10 @@ library,@isaacs/cliui@8.0.2|strip-ansi@7.1.2,MIT,,Sindre Sorhus,strip-ansi,7.1.2
|
|
|
738
738
|
library,@isaacs/cliui@8.0.2|ansi-regex@6.2.2,MIT,,Sindre Sorhus,ansi-regex,6.2.2,pkg:npm/ansi-regex@6.2.2,node_modules/@isaacs/cliui/node_modules/ansi-regex,Regular expression for matching ANSI escape codes,git+https://github.com/chalk/ansi-regex.git,"as detected from PackageJson property ""repository.url""",https://github.com/chalk/ansi-regex#readme,"as detected from PackageJson property ""homepage""",https://github.com/chalk/ansi-regex/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.2.2.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,06add2992a721476968cf93c21ff7273ab2f33c739e9d079040b56e106f0e631d3c305d77132e844c9290c9a7a54bd17ce559a0874d7ae415444c6260f4b0baa,sindresorhus@gmail.com,active,Active in npm registry,2025-09-08T17:18:12.337Z
|
|
739
739
|
library,@isaacs/cliui@8.0.2|wrap-ansi@8.1.0,MIT,,Sindre Sorhus,wrap-ansi,8.1.0,pkg:npm/wrap-ansi@8.1.0,node_modules/@isaacs/cliui/node_modules/wrap-ansi,Wordwrap a string with ANSI escape codes,git+https://github.com/chalk/wrap-ansi.git,"as detected from PackageJson property ""repository.url""",https://github.com/chalk/wrap-ansi#readme,"as detected from PackageJson property ""homepage""",https://github.com/chalk/wrap-ansi/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-8.1.0.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,b22ed0588eb350cab9e9b11216f6a0b66ccc7463ada317d1f927b3d753286df73bb66f9591472493d6d6d9479f7d319551b3a4b31992c34000da0b3c83bd4d09,sindresorhus@gmail.com,active,Active in npm registry,2025-09-08T17:19:29.139Z
|
|
740
740
|
library,@isaacs/cliui@8.0.2|ansi-styles@6.2.3,MIT,,Sindre Sorhus,ansi-styles,6.2.3,pkg:npm/ansi-styles@6.2.3,node_modules/@isaacs/cliui/node_modules/ansi-styles,ANSI escape codes for styling strings in the terminal,git+https://github.com/chalk/ansi-styles.git,"as detected from PackageJson property ""repository.url""",https://github.com/chalk/ansi-styles#readme,"as detected from PackageJson property ""homepage""",https://github.com/chalk/ansi-styles/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.3.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,e038fa336f0907ea001fc9059132d4a3e6b68f038592ea9bdf2b9c53408035c45151bc52d1c3f49d96021a371cdc1357c1122c5159831a0cdac267bbcef247be,sindresorhus@gmail.com,active,Active in npm registry,2025-09-08T17:07:32.285Z
|
|
741
|
-
library,BomRef.
|
|
741
|
+
library,BomRef.bj8mmim3e0o.pks5dt068a8,MIT,,Sindre Sorhus,string-width,4.2.3,pkg:npm/string-width@4.2.3,node_modules/string-width-cjs,Get the visual width of a string - the number of columns required to display it,git+https://github.com/sindresorhus/string-width.git,"as detected from PackageJson property ""repository.url""",https://github.com/sindresorhus/string-width#readme,"as detected from PackageJson property ""homepage""",https://github.com/sindresorhus/string-width/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,c0ac90450a63274b08a7ad84ad265d1ac8cc256b1aa79a1136284786ee86ec954effd8c807a5327af2feb57b8eaab9e0f23fdcc4a4d6c96530bd24eb8a2673fe,,,,
|
|
742
742
|
library,eastasianwidth@0.2.0,MIT,,Masaki Komagata,eastasianwidth,0.2.0,pkg:npm/eastasianwidth@0.2.0,node_modules/eastasianwidth,Get East Asian Width from a character.,git://github.com/komagata/eastasianwidth.git,"as detected from PackageJson property ""repository.url""",https://github.com/komagata/eastasianwidth#readme,"as detected from PackageJson property ""homepage""",https://github.com/komagata/eastasianwidth/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/eastasianwidth/-/eastasianwidth-0.2.0.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,23cf1361959cf578981d1438ff7739ae38df8248e12f25b696e18885e18445b350e8e63bc93c9b6a74a90d765af32ed550ff589837186be7b2ab871aee22ea58,,active,Active in npm registry,2024-04-21T05:25:57.921Z
|
|
743
|
-
library,BomRef.
|
|
744
|
-
library,BomRef.
|
|
743
|
+
library,BomRef.pgsfhet33e.5m2a4m8835,MIT,,Sindre Sorhus,strip-ansi,6.0.1,pkg:npm/strip-ansi@6.0.1,node_modules/strip-ansi-cjs,Strip ANSI escape codes from a string,git+https://github.com/chalk/strip-ansi.git,"as detected from PackageJson property ""repository.url""",https://github.com/chalk/strip-ansi#readme,"as detected from PackageJson property ""homepage""",https://github.com/chalk/strip-ansi/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,637f153d21dcaa416b0a916743dbee4979aabaebf9a1738aa46793e9a1abaf7a3719cf409556ba2417d448e0a76f1186645fbfd28a08ecaacfb944b3b54754e4,,,,
|
|
744
|
+
library,BomRef.iub75r2km6o.b3kf3hfkv2o,MIT,,Sindre Sorhus,wrap-ansi,7.0.0,pkg:npm/wrap-ansi@7.0.0,node_modules/wrap-ansi-cjs,Wordwrap a string with ANSI escape codes,git+https://github.com/chalk/wrap-ansi.git,"as detected from PackageJson property ""repository.url""",https://github.com/chalk/wrap-ansi#readme,"as detected from PackageJson property ""homepage""",https://github.com/chalk/wrap-ansi/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,6151888f691a98b493c70e8db198e80717d2c2c9f4c9c75eb26738a7e436d5ce733ee675a65f8d7f155dc4fb5d1ef98d54e43a5d2606e0052dcadfc58bb0f5e9,,,,
|
|
745
745
|
library,@pkgjs/parseargs@0.11.0,MIT,@pkgjs,,parseargs,0.11.0,pkg:npm/%40pkgjs/parseargs@0.11.0,node_modules/@pkgjs/parseargs,Polyfill of future proposal for `util.parseArgs()`,git+ssh://git@github.com/pkgjs/parseargs.git,"as detected from PackageJson property ""repository.url""",https://github.com/pkgjs/parseargs#readme,"as detected from PackageJson property ""homepage""",https://github.com/pkgjs/parseargs/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/@pkgjs/parseargs/-/parseargs-0.11.0.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,fb55648dd0f44012cfa1d1ab2547aa6ab1fc54022f40e0c86f087d5e93f94b28ac7fb628420b0928f345a2aa8b425bbe550fed552b21311ea5a0f327f14f9d3e,,active,Active in npm registry,2023-07-12T19:06:07.630Z
|
|
746
746
|
library,minipass@7.1.2,ISC,,Isaac Z. Schlueter,minipass,7.1.2,pkg:npm/minipass@7.1.2,node_modules/minipass,minimal implementation of a PassThrough stream,git+https://github.com/isaacs/minipass.git,"as detected from PackageJson property ""repository.url""",https://github.com/isaacs/minipass#readme,"as detected from PackageJson property ""homepage""",https://github.com/isaacs/minipass/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/minipass/-/minipass-7.1.2.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,a8e3b34b57014d6605e011fc7d578f0c138ef62a6d327194119c0d73f70c5a74d5da754b67b56835610f1e461ccd9034a5da00edd97a7bb14beb9f675fd4b66b,i@izs.me,active,Active in npm registry,2024-05-24T00:42:21.343Z
|
|
747
747
|
library,package-json-from-dist@1.0.1,BlueOak-1.0.0,,Isaac Z. Schlueter,package-json-from-dist,1.0.1,pkg:npm/package-json-from-dist@1.0.1,node_modules/package-json-from-dist,Load the local package.json from either src or dist folder,git+https://github.com/isaacs/package-json-from-dist.git,"as detected from PackageJson property ""repository.url""",https://github.com/isaacs/package-json-from-dist#readme,"as detected from PackageJson property ""homepage""",https://github.com/isaacs/package-json-from-dist/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/package-json-from-dist/-/package-json-from-dist-1.0.1.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,5046484b7fdbcb8382f2f2f73f67535d1113a5e6cb236362239bc8ae3683ff952dae4157fed35bc234d2440182ffeec2028da921c05a4605a670104772c68223,i@izs.me,active,Active in npm registry,2024-09-26T18:59:09.137Z
|
|
@@ -894,7 +894,7 @@ library,fill-range@7.1.1,MIT,,Jon Schlinkert,fill-range,7.1.1,pkg:npm/fill-range
|
|
|
894
894
|
library,to-regex-range@5.0.1,MIT,,Jon Schlinkert,to-regex-range,5.0.1,pkg:npm/to-regex-range@5.0.1,node_modules/to-regex-range,Pass two numbers~ get a regex-compatible source string for matching ranges. Validated against more than 2.78 million test assertions.,git+https://github.com/micromatch/to-regex-range.git,"as detected from PackageJson property ""repository.url""",https://github.com/micromatch/to-regex-range,"as detected from PackageJson property ""homepage""",https://github.com/micromatch/to-regex-range/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,eb93fb8b3e97e7212bd5cc1c82f4316db230ed493780ecb974876d678ac3bde2ea86b7493fe2e2fc7c7ab722b43446fed860b29de08c2621aaac00c248d93cb1,,active,Active in npm registry,2022-06-27T07:24:37.330Z
|
|
895
895
|
library,is-number@7.0.0,MIT,,Jon Schlinkert,is-number,7.0.0,pkg:npm/is-number@7.0.0,node_modules/is-number,Returns true if a number or string value is a finite number. Useful for regex matches~ parsing~ user input~ etc.,git+https://github.com/jonschlinkert/is-number.git,"as detected from PackageJson property ""repository.url""",https://github.com/jonschlinkert/is-number,"as detected from PackageJson property ""homepage""",https://github.com/jonschlinkert/is-number/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,e350a27e483a7bc4f2952a5db53a5e2d532abd20445734edb47bc4443ef8d7ea6767c00dbf4d34e0c44be3740a3c394af5c1af369e8d6566540656c65d8c719e,,active,Active in npm registry,2023-05-26T16:12:33.057Z
|
|
896
896
|
library,@jest/schemas@30.0.5,MIT,@jest,,schemas,30.0.5,pkg:npm/%40jest/schemas@30.0.5#packages/jest-schemas,node_modules/@jest/schemas,,git+https://github.com/jestjs/jest.git#packages/jest-schemas,"as detected from PackageJson property ""repository.url"" and ""repository.directory""",https://github.com/jestjs/jest#readme,"as detected from PackageJson property ""homepage""",https://github.com/jestjs/jest/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/@jest/schemas/-/schemas-30.0.5.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,0e675882d7b332487772953cff5bb25da92fded251726717c4139c3b4b5b6a8ccfc299a1e1832c9d6ad09bd66664c7dae6871bc736c593a3b86c33c473f8809c,,active,Active in npm registry,2025-07-22T02:28:24.848Z
|
|
897
|
-
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-11-
|
|
897
|
+
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-11-06T16:21:31.761Z
|
|
898
898
|
library,@sinclair/typebox@0.34.41,MIT,@sinclair,sinclairzx81,typebox,0.34.41,pkg:npm/%40sinclair/typebox@0.34.41,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.41.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,ea04bca59cd25ddc911d322aa2a495927c6896bd64cdfcb8fc27839ebcec573f134c85946ce06bea09f33a64d827779740d8782181c81a2e5a20beec399d86fe,,active,Active in npm registry,2025-08-29T19:15:48.096Z
|
|
899
899
|
library,@types/istanbul-reports@3.0.4,MIT,@types,,istanbul-reports,3.0.4,pkg:npm/%40types/istanbul-reports@3.0.4#types/istanbul-reports,node_modules/@types/istanbul-reports,TypeScript definitions for istanbul-reports,git+https://github.com/DefinitelyTyped/DefinitelyTyped.git#types/istanbul-reports,"as detected from PackageJson property ""repository.url"" and ""repository.directory""",https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/istanbul-reports,"as detected from PackageJson property ""homepage""",https://github.com/DefinitelyTyped/DefinitelyTyped/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/@types/istanbul-reports/-/istanbul-reports-3.0.4.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,a64d81d4d59a945f6da0246eea08c1cd1ebdb321633f839df164405fed2699ff6502309189c2ce59cf99af1647c7fd17463a2d82417db7a89a309f9a5dc39d65,,active,Active in npm registry,2025-08-03T07:02:07.321Z
|
|
900
900
|
library,@types/istanbul-lib-report@3.0.3,MIT,@types,,istanbul-lib-report,3.0.3,pkg:npm/%40types/istanbul-lib-report@3.0.3#types/istanbul-lib-report,node_modules/@types/istanbul-lib-report,TypeScript definitions for istanbul-lib-report,git+https://github.com/DefinitelyTyped/DefinitelyTyped.git#types/istanbul-lib-report,"as detected from PackageJson property ""repository.url"" and ""repository.directory""",https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/istanbul-lib-report,"as detected from PackageJson property ""homepage""",https://github.com/DefinitelyTyped/DefinitelyTyped/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/@types/istanbul-lib-report/-/istanbul-lib-report-3.0.3.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,3509fb00742793f4522cec6b05b1b224cfda550fa98e3e470a06ac1717342bf2a1a004df43fe3b032525d79236c815298a18e66acf9af952413aa79cac51feb8,,active,Active in npm registry,2025-08-03T07:02:04.655Z
|
|
@@ -962,7 +962,7 @@ library,@babel/compat-data@7.28.0,MIT,@babel,The Babel Team,compat-data,7.28.0,p
|
|
|
962
962
|
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-10-23T14:44:19.555Z
|
|
963
963
|
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-10-22T13:44:51.506Z
|
|
964
964
|
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-11-06T06:55:35.941Z
|
|
965
|
-
library,electron-to-chromium@1.5.186,ISC,,Kilian Valkhof,electron-to-chromium,1.5.186,pkg:npm/electron-to-chromium@1.5.186,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.186.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,96eafb2f804592581ea5a2718f80ea3e4eef29b4c4974a5a8cd960d908c4e6c85e7e696604b9b61ef43b3cc7f547f1af95ebd3ff9f35728a77dffaae41c7d7dc,,active,Active in npm registry,2025-11-
|
|
965
|
+
library,electron-to-chromium@1.5.186,ISC,,Kilian Valkhof,electron-to-chromium,1.5.186,pkg:npm/electron-to-chromium@1.5.186,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.186.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,96eafb2f804592581ea5a2718f80ea3e4eef29b4c4974a5a8cd960d908c4e6c85e7e696604b9b61ef43b3cc7f547f1af95ebd3ff9f35728a77dffaae41c7d7dc,,active,Active in npm registry,2025-11-07T03:02:21.356Z
|
|
966
966
|
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,2025-10-29T16:02:58.526Z
|
|
967
967
|
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-10-22T13:38:39.733Z
|
|
968
968
|
library,lru-cache@5.1.1,ISC,,Isaac Z. Schlueter,lru-cache,5.1.1,pkg:npm/lru-cache@5.1.1,node_modules/lru-cache,A cache object that deletes the least-recently-used items.,git://github.com/isaacs/node-lru-cache.git,"as detected from PackageJson property ""repository.url""",https://github.com/isaacs/node-lru-cache#readme,"as detected from PackageJson property ""homepage""",https://github.com/isaacs/node-lru-cache/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,2a9340450037230bfe8d3034bad51555bae1f8996baf516fd1ee7a186cc014e5cdedd93f16f89a0d6f0b1e62b9d8395c1f858fda7ea023cbcdd5a7ac045828f7,i@izs.me,active,Active in npm registry,2025-09-23T17:02:13.772Z
|
|
@@ -1281,7 +1281,7 @@ library,estraverse@5.3.0,BSD-2-Clause,,,estraverse,5.3.0,pkg:npm/estraverse@5.3.
|
|
|
1281
1281
|
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
|
|
1282
1282
|
library,object.entries@1.1.8,MIT,,Jordan Harband,object.entries,1.1.8,pkg:npm/object.entries@1.1.8,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.8.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,726a29c62f15c11200c3f7e48a32688527e979fe4f74dd2931024de950bf64abe7d0b2249d60fc2ad818e8a950744738b488dc4371f148c9a7bedcc8b1c75a61,,active,Active in npm registry,2025-03-15T05:05:59.563Z
|
|
1283
1283
|
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
|
|
1284
|
-
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-11-
|
|
1284
|
+
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-11-06T16:21:31.761Z
|
|
1285
1285
|
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
|
|
1286
1286
|
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
|
|
1287
1287
|
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
|