@mojaloop/sdk-scheme-adapter 24.15.1 → 24.15.2

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.
Files changed (31) hide show
  1. package/.grype.yaml +1 -0
  2. package/.yarn/cache/{@mojaloop-central-services-shared-npm-18.34.1-fc3be8e73c-f7ad2f9394.zip → @mojaloop-central-services-shared-npm-18.34.2-df841bbba3-3daa9af31e.zip} +0 -0
  3. package/.yarn/cache/{@mojaloop-event-sdk-npm-14.8.0-c3e8d5a581-bc2be19e16.zip → @mojaloop-event-sdk-npm-14.8.1-f2a5de549c-49fe01b89c.zip} +0 -0
  4. package/.yarn/cache/@types-node-npm-24.8.1-bc0371b5f2-4f94446676.zip +0 -0
  5. package/.yarn/cache/{@typescript-eslint-eslint-plugin-npm-8.46.0-e6114965b4-415afd894a.zip → @typescript-eslint-eslint-plugin-npm-8.46.1-a9079cb527-9fd8c27958.zip} +0 -0
  6. package/.yarn/cache/{@typescript-eslint-parser-npm-8.46.0-c44629050a-6838fde776.zip → @typescript-eslint-parser-npm-8.46.1-cfdf46e1e9-4edcb49bb0.zip} +0 -0
  7. package/.yarn/cache/{@typescript-eslint-project-service-npm-8.46.0-85a4b9bb9c-de11af23ae.zip → @typescript-eslint-project-service-npm-8.46.1-ebb88f07ff-d63cbb8852.zip} +0 -0
  8. package/.yarn/cache/{@typescript-eslint-scope-manager-npm-8.46.0-fd8edaba78-ed85abd08c.zip → @typescript-eslint-scope-manager-npm-8.46.1-ad4c0a55e0-3d73812087.zip} +0 -0
  9. package/.yarn/cache/{@typescript-eslint-tsconfig-utils-npm-8.46.0-8919c1f746-e78a66a854.zip → @typescript-eslint-tsconfig-utils-npm-8.46.1-4c9ab3591b-f033d68a53.zip} +0 -0
  10. package/.yarn/cache/{@typescript-eslint-type-utils-npm-8.46.0-dbfff922bb-5405b71b91.zip → @typescript-eslint-type-utils-npm-8.46.1-2441cbea81-db989c1f55.zip} +0 -0
  11. package/.yarn/cache/@typescript-eslint-types-npm-8.46.1-79fefa883d-d162ddf6d7.zip +0 -0
  12. package/.yarn/cache/{@typescript-eslint-typescript-estree-npm-8.46.0-0b10d4388a-61053bd0c3.zip → @typescript-eslint-typescript-estree-npm-8.46.1-7899272fc5-af068a14d6.zip} +0 -0
  13. package/.yarn/cache/{@typescript-eslint-utils-npm-8.46.0-a7d3832f43-4e0da60de3.zip → @typescript-eslint-utils-npm-8.46.1-c04d3c3a0c-a8fed8aebd.zip} +0 -0
  14. package/.yarn/cache/{@typescript-eslint-visitor-keys-npm-8.46.0-7d793afea5-37e6145b6a.zip → @typescript-eslint-visitor-keys-npm-8.46.1-6179cc42f8-eed1c5ce08.zip} +0 -0
  15. package/.yarn/cache/openapi-typescript-npm-7.10.1-0695e3203a-531627b682.zip +0 -0
  16. package/.yarn/cache/semver-npm-7.7.3-9cf7b3b46c-8dbc3168e0.zip +0 -0
  17. package/.yarn/cache/{ts-jest-npm-29.4.4-fd3c97fbf0-759913fdb9.zip → ts-jest-npm-29.4.5-5dad11fc5b-48d867e070.zip} +0 -0
  18. package/.yarn/cache/winston-npm-3.18.3-60bcb643a0-0d94690e05.zip +0 -0
  19. package/.yarn/install-state.gz +0 -0
  20. package/CHANGELOG.md +8 -0
  21. package/modules/api-svc/package.json +3 -3
  22. package/modules/api-svc/src/lib/model/InboundTransfersModel.js +15 -0
  23. package/modules/api-svc/src/lib/utils.js +20 -1
  24. package/modules/api-svc/test/unit/lib/model/InboundTransfersModel.test.js +215 -0
  25. package/modules/outbound-command-event-handler/package.json +5 -5
  26. package/modules/outbound-domain-event-handler/package.json +4 -4
  27. package/modules/private-shared-lib/package.json +5 -5
  28. package/package.json +5 -5
  29. package/{sbom-v24.15.0.csv → sbom-v24.15.1.csv} +23 -23
  30. package/.yarn/cache/@types-node-npm-24.7.0-fa253cad8d-db0b77e9b1.zip +0 -0
  31. package/.yarn/cache/@typescript-eslint-types-npm-8.46.0-b013400d3e-0118b0dd59.zip +0 -0
package/.grype.yaml CHANGED
@@ -5,6 +5,7 @@ ignore:
5
5
  - vulnerability: CVE-2025-9230
6
6
  - vulnerability: CVE-2025-9231
7
7
  - vulnerability: CVE-2025-9232
8
+ - vulnerability: GHSA-9965-vmph-33xx # validator 13.15.15
8
9
 
9
10
 
10
11
  # Set output format defaults
Binary file
package/CHANGELOG.md CHANGED
@@ -1,4 +1,12 @@
1
1
  # Changelog: [mojaloop/sdk-scheme-adapter](https://github.com/mojaloop/sdk-scheme-adapter)
2
+ ### [24.15.2](https://github.com/mojaloop/sdk-scheme-adapter/compare/v24.15.1...v24.15.2) (2025-10-17)
3
+
4
+
5
+ ### Chore
6
+
7
+ * adjust retry logic ([#621](https://github.com/mojaloop/sdk-scheme-adapter/issues/621)) ([ce2b72d](https://github.com/mojaloop/sdk-scheme-adapter/commit/ce2b72d33fff72e3b3566390c150fdfbe3b8d24b))
8
+ * **sbom:** update sbom [skip ci] ([e50b0d1](https://github.com/mojaloop/sdk-scheme-adapter/commit/e50b0d1c16a7e84e36691ad2fe3949e555fb2f14))
9
+
2
10
  ### [24.15.1](https://github.com/mojaloop/sdk-scheme-adapter/compare/v24.15.0...v24.15.1) (2025-10-08)
3
11
 
4
12
 
@@ -68,8 +68,8 @@
68
68
  "@mojaloop/central-services-error-handling": "13.1.3",
69
69
  "@mojaloop/central-services-logger": "11.10.1",
70
70
  "@mojaloop/central-services-metrics": "12.8.0",
71
- "@mojaloop/central-services-shared": "18.34.1",
72
- "@mojaloop/event-sdk": "14.8.0",
71
+ "@mojaloop/central-services-shared": "18.34.2",
72
+ "@mojaloop/event-sdk": "14.8.1",
73
73
  "@mojaloop/logging-bc-client-lib": "0.5.8",
74
74
  "@mojaloop/ml-schema-transformer-lib": "2.7.8",
75
75
  "@mojaloop/sdk-scheme-adapter-private-shared-lib": "workspace:^",
@@ -117,7 +117,7 @@
117
117
  "jest-junit": "16.0.0",
118
118
  "npm-check-updates": "16.7.10",
119
119
  "openapi-response-validator": "12.1.3",
120
- "openapi-typescript": "7.9.1",
120
+ "openapi-typescript": "7.10.1",
121
121
  "redis-mock": "0.56.3",
122
122
  "replace": "1.2.2",
123
123
  "standard-version": "9.5.0",
@@ -36,6 +36,7 @@ const dto = require('../dto');
36
36
  const shared = require('./lib/shared');
37
37
  const { BackendRequests, HTTPResponseError } = require('./lib/requests');
38
38
  const { SDKStateEnum, CacheKeyPrefixes } = require('./common');
39
+ const { extractStatusCodeFromError } = require('../utils');
39
40
 
40
41
  const TRACESTATE_KEY_CALLBACK_START_TS = 'tx_callback_start_ts';
41
42
 
@@ -1075,6 +1076,13 @@ class InboundTransfersModel {
1075
1076
  log.verbose(`putFxTransfersNotification attempt ${currentAttempt} succeeded for conversionId ${conversionId}`);
1076
1077
  resolve();
1077
1078
  } catch (err) {
1079
+ // Don't retry on 4xx errors
1080
+ let status = extractStatusCodeFromError(err);
1081
+ if (status && Number(status) >= 400 && Number(status) < 500) {
1082
+ log.warn(`putFxTransfersNotification attempt ${currentAttempt} got 4xx error (${status}), not retrying`, err);
1083
+ resolve();
1084
+ return;
1085
+ }
1078
1086
  log.warn(`putFxTransfersNotification attempt ${currentAttempt} threw error, retrying...`, err);
1079
1087
  if (!operation.retry(err)) {
1080
1088
  log.verbose(`putFxTransfersNotification giving up after ${currentAttempt} attempts`);
@@ -1159,6 +1167,13 @@ class InboundTransfersModel {
1159
1167
  log.verbose(`putTransfersNotification attempt ${currentAttempt} succeeded for transferId ${transferId}`);
1160
1168
  resolve();
1161
1169
  } catch (err) {
1170
+ // Don't retry on 4xx errors
1171
+ let status = extractStatusCodeFromError(err);
1172
+ if (status && Number(status) >= 400 && Number(status) < 500) {
1173
+ log.warn(`putTransfersNotification attempt ${currentAttempt} got 4xx error (${status}), not retrying`, err);
1174
+ resolve();
1175
+ return;
1176
+ }
1162
1177
  this._logger.warn(`putTransfersNotification attempt ${currentAttempt} threw error, retrying...`, err);
1163
1178
  if (!operation.retry(err)) {
1164
1179
  log.verbose(`putTransfersNotification giving up after ${currentAttempt} attempts`);
@@ -92,9 +92,28 @@ const generateTraceparent = (traceId = randomBytes(16).toString('hex'), traceFla
92
92
  return `00-${traceId}-${spanId}-${traceFlags.toLowerCase()}`;
93
93
  };
94
94
 
95
+ /** Extracts the HTTP status code from various error object structures
96
+ * @param {object} err - The error object to extract the status code from
97
+ * @returns {number|undefined} - The extracted status code, or undefined if not found
98
+ */
99
+ const extractStatusCodeFromError = (err) => {
100
+ let status = err?.response?.status || err?.statusCode;
101
+ if (!status && err?.response?.statusCode) {
102
+ status = err.response.statusCode;
103
+ }
104
+ if (!status && err?.status) {
105
+ status = err.status;
106
+ }
107
+ if (!status && err?.output?.statusCode) {
108
+ status = err.output.statusCode;
109
+ }
110
+ return status;
111
+ };
112
+
95
113
  module.exports = {
96
114
  createAuthClient,
97
115
  generateTraceparent,
98
116
  isValidTraceFlags,
99
- transformHeadersIsoToFspiop
117
+ transformHeadersIsoToFspiop,
118
+ extractStatusCodeFromError
100
119
  };
@@ -41,6 +41,7 @@ jest.mock('~/lib/model/lib/requests',() => require('./mockedLibRequests'));
41
41
 
42
42
  const randomUUID = require('@mojaloop/central-services-shared').Util.id({type: 'ulid'});
43
43
  const { MojaloopRequests, Ilp } = require('@mojaloop/sdk-standard-components');
44
+ const axios = require('axios');
44
45
  const { logger } = require('~/lib/logger');
45
46
  const { BackendRequests, HTTPResponseError } = require('~/lib/model/lib/requests');
46
47
  const Cache = require('~/lib/cache');
@@ -1426,4 +1427,218 @@ describe('inboundModel', () => {
1426
1427
  });
1427
1428
  // todo: add error case tests
1428
1429
  });
1430
+ describe('sendNotificationToPayee: retry logic for 4xx errors', () => {
1431
+ const transferId = '1234';
1432
+ let cache;
1433
+
1434
+ beforeEach(async () => {
1435
+ cache = new Cache({
1436
+ cacheUrl: 'redis://dummy:1234',
1437
+ logger,
1438
+ unsubscribeTimeoutMs: 5000
1439
+ });
1440
+ await cache.connect();
1441
+ });
1442
+
1443
+ afterEach(async () => {
1444
+ await cache.disconnect();
1445
+ });
1446
+
1447
+ test('does not retry notification to fsp backend on 4xx error', async () => {
1448
+ const error = new axios.AxiosError(
1449
+ 'Bad Request',
1450
+ 'ERR_BAD_REQUEST',
1451
+ {
1452
+ method: 'put',
1453
+ url: '/transfersNotification',
1454
+ headers: {},
1455
+ data: {},
1456
+ },
1457
+ {},
1458
+ {
1459
+ status: 400,
1460
+ statusText: 'Bad Request',
1461
+ headers: {},
1462
+ config: {},
1463
+ data: {
1464
+ statusCode: '400',
1465
+ message: 'Bad Request'
1466
+ }
1467
+ }
1468
+ );
1469
+ const mockFn = jest.fn().mockRejectedValue(error);
1470
+ BackendRequests.__putTransfersNotification = mockFn;
1471
+
1472
+ const notif = JSON.parse(JSON.stringify(notificationToPayee));
1473
+ const model = new Model({
1474
+ ...config,
1475
+ cache,
1476
+ logger,
1477
+ backendRequestRetry: {
1478
+ enabled: true,
1479
+ maxRetries: 3,
1480
+ retryDelayMs: 10,
1481
+ maxRetryDelayMs: 20,
1482
+ backoffFactor: 1
1483
+ }
1484
+ });
1485
+
1486
+ await model.sendNotificationToPayee(notif.data, transferId);
1487
+ // Should only be called once, no retry
1488
+ expect(BackendRequests.__putTransfersNotification).toHaveBeenCalledTimes(1);
1489
+ });
1490
+
1491
+ test('does not retry notification to fsp backend on 404 error', async () => {
1492
+
1493
+ const error = new axios.AxiosError(
1494
+ 'Not Found',
1495
+ 'ERR_BAD_REQUEST',
1496
+ {
1497
+ method: 'put',
1498
+ url: '/transfersNotification',
1499
+ headers: {},
1500
+ data: {},
1501
+ },
1502
+ {},
1503
+ {
1504
+ status: 404,
1505
+ statusText: 'Not Found',
1506
+ headers: {},
1507
+ config: {},
1508
+ data: {
1509
+ statusCode: '404',
1510
+ message: 'Not Found'
1511
+ }
1512
+ }
1513
+ );
1514
+ const mockFn = jest.fn().mockRejectedValue(error);
1515
+ BackendRequests.__putTransfersNotification = mockFn;
1516
+
1517
+ const notif = JSON.parse(JSON.stringify(notificationToPayee));
1518
+ const model = new Model({
1519
+ ...config,
1520
+ cache,
1521
+ logger,
1522
+ backendRequestRetry: {
1523
+ enabled: true,
1524
+ maxRetries: 3,
1525
+ retryDelayMs: 10,
1526
+ maxRetryDelayMs: 20,
1527
+ backoffFactor: 1
1528
+ }
1529
+ });
1530
+
1531
+ await model.sendNotificationToPayee(notif.data, transferId);
1532
+ // Should only be called once, no retry
1533
+ expect(BackendRequests.__putTransfersNotification).toHaveBeenCalledTimes(1);
1534
+ });
1535
+ });
1536
+
1537
+ describe('sendFxPutNotificationToBackend: retry logic for 4xx errors', () => {
1538
+ const conversionId = '1234';
1539
+ let cache;
1540
+
1541
+ beforeEach(async () => {
1542
+ cache = new Cache({
1543
+ cacheUrl: 'redis://dummy:1234',
1544
+ logger,
1545
+ unsubscribeTimeoutMs: 5000
1546
+ });
1547
+ await cache.connect();
1548
+ });
1549
+
1550
+ afterEach(async () => {
1551
+ await cache.disconnect();
1552
+ });
1553
+
1554
+ test('does not retry notification to backend on 4xx error', async () => {
1555
+ const error = new axios.AxiosError(
1556
+ 'Bad Request',
1557
+ 'ERR_BAD_REQUEST',
1558
+ {
1559
+ method: 'put',
1560
+ url: '/fxTransfersNotification',
1561
+ headers: {},
1562
+ data: {},
1563
+ },
1564
+ {},
1565
+ {
1566
+ status: 400,
1567
+ statusText: 'Bad Request',
1568
+ headers: {},
1569
+ config: {},
1570
+ data: {
1571
+ statusCode: '400',
1572
+ message: 'Bad Request'
1573
+ }
1574
+ }
1575
+ );
1576
+ const mockFn = jest.fn().mockRejectedValue(error);
1577
+ BackendRequests.__putFxTransfersNotification = mockFn;
1578
+
1579
+ const notif = JSON.parse(JSON.stringify(fxNotificationToBackend));
1580
+ const model = new Model({
1581
+ ...config,
1582
+ cache,
1583
+ logger,
1584
+ backendRequestRetry: {
1585
+ enabled: true,
1586
+ maxRetries: 3,
1587
+ retryDelayMs: 10,
1588
+ maxRetryDelayMs: 20,
1589
+ backoffFactor: 1
1590
+ }
1591
+ });
1592
+ model.saveFxState = jest.fn().mockReturnValue(Promise.resolve({}));
1593
+
1594
+ await model.sendFxPutNotificationToBackend(notif.data, conversionId);
1595
+ // Should only be called once, no retry
1596
+ expect(BackendRequests.__putFxTransfersNotification).toHaveBeenCalledTimes(1);
1597
+ });
1598
+
1599
+ test('does not retry notification to backend on 404 error', async () => {
1600
+ const error = new axios.AxiosError(
1601
+ 'Not Found',
1602
+ 'ERR_BAD_REQUEST',
1603
+ {
1604
+ method: 'put',
1605
+ url: '/fxTransfersNotification',
1606
+ headers: {},
1607
+ data: {},
1608
+ },
1609
+ {},
1610
+ {
1611
+ status: 404,
1612
+ statusText: 'Not Found',
1613
+ headers: {},
1614
+ config: {},
1615
+ data: {
1616
+ statusCode: '404',
1617
+ message: 'Not Found'
1618
+ }
1619
+ }
1620
+ );
1621
+ const mockFn = jest.fn().mockRejectedValue(error);
1622
+ BackendRequests.__putFxTransfersNotification = mockFn;
1623
+
1624
+ const notif = JSON.parse(JSON.stringify(fxNotificationToBackend));
1625
+ const model = new Model({
1626
+ ...config,
1627
+ cache,
1628
+ logger,
1629
+ backendRequestRetry: {
1630
+ enabled: true,
1631
+ maxRetries: 3,
1632
+ retryDelayMs: 10,
1633
+ maxRetryDelayMs: 20,
1634
+ backoffFactor: 1
1635
+ }
1636
+ });
1637
+ model.saveFxState = jest.fn().mockReturnValue(Promise.resolve({}));
1638
+
1639
+ await model.sendFxPutNotificationToBackend(notif.data, conversionId);
1640
+ // Should only be called once, no retry
1641
+ expect(BackendRequests.__putFxTransfersNotification).toHaveBeenCalledTimes(1);
1642
+ });
1643
+ });
1429
1644
  });
@@ -42,7 +42,7 @@
42
42
  },
43
43
  "dependencies": {
44
44
  "@mojaloop/api-snippets": "18.2.0",
45
- "@mojaloop/central-services-shared": "18.34.1",
45
+ "@mojaloop/central-services-shared": "18.34.2",
46
46
  "@mojaloop/logging-bc-client-lib": "0.5.8",
47
47
  "@mojaloop/logging-bc-public-types-lib": "0.5.6",
48
48
  "@mojaloop/sdk-scheme-adapter-private-shared-lib": "workspace:^",
@@ -60,13 +60,13 @@
60
60
  "@types/convict": "6.1.6",
61
61
  "@types/express": "5.0.3",
62
62
  "@types/jest": "30.0.0",
63
- "@types/node": "24.7.0",
63
+ "@types/node": "24.8.1",
64
64
  "@types/node-cache": "4.2.5",
65
65
  "@types/supertest": "6.0.3",
66
66
  "@types/swagger-ui-express": "4.1.8",
67
67
  "@types/yamljs": "0.2.34",
68
- "@typescript-eslint/eslint-plugin": "8.46.0",
69
- "@typescript-eslint/parser": "8.46.0",
68
+ "@typescript-eslint/eslint-plugin": "8.46.1",
69
+ "@typescript-eslint/parser": "8.46.1",
70
70
  "copyfiles": "2.4.1",
71
71
  "eslint": "9.15.0",
72
72
  "jest": "29.7.0",
@@ -74,7 +74,7 @@
74
74
  "npm-check-updates": "16.7.10",
75
75
  "replace": "1.2.2",
76
76
  "standard-version": "9.5.0",
77
- "ts-jest": "29.4.4",
77
+ "ts-jest": "29.4.5",
78
78
  "ts-node": "10.9.2",
79
79
  "typescript": "5.9.3"
80
80
  },
@@ -57,13 +57,13 @@
57
57
  "@types/convict": "6.1.6",
58
58
  "@types/express": "5.0.3",
59
59
  "@types/jest": "30.0.0",
60
- "@types/node": "24.7.0",
60
+ "@types/node": "24.8.1",
61
61
  "@types/node-cache": "4.2.5",
62
62
  "@types/supertest": "6.0.3",
63
63
  "@types/swagger-ui-express": "4.1.8",
64
64
  "@types/yamljs": "0.2.34",
65
- "@typescript-eslint/eslint-plugin": "8.46.0",
66
- "@typescript-eslint/parser": "8.46.0",
65
+ "@typescript-eslint/eslint-plugin": "8.46.1",
66
+ "@typescript-eslint/parser": "8.46.1",
67
67
  "copyfiles": "2.4.1",
68
68
  "eslint": "9.15.0",
69
69
  "jest": "29.7.0",
@@ -71,7 +71,7 @@
71
71
  "npm-check-updates": "16.7.10",
72
72
  "replace": "1.2.2",
73
73
  "standard-version": "9.5.0",
74
- "ts-jest": "29.4.4",
74
+ "ts-jest": "29.4.5",
75
75
  "ts-node": "10.9.2",
76
76
  "typescript": "5.9.3"
77
77
  },
@@ -30,7 +30,7 @@
30
30
  },
31
31
  "dependencies": {
32
32
  "@mojaloop/api-snippets": "18.2.0",
33
- "@mojaloop/central-services-shared": "18.34.1",
33
+ "@mojaloop/central-services-shared": "18.34.2",
34
34
  "@mojaloop/logging-bc-public-types-lib": "0.5.6",
35
35
  "@mojaloop/platform-shared-lib-messaging-types-lib": "0.7.3",
36
36
  "@mojaloop/platform-shared-lib-nodejs-kafka-client-lib": "0.5.18",
@@ -40,16 +40,16 @@
40
40
  },
41
41
  "devDependencies": {
42
42
  "@eslint/compat": "1.4.0",
43
- "@types/node": "24.7.0",
43
+ "@types/node": "24.8.1",
44
44
  "@types/uuid": "10.0.0",
45
- "@typescript-eslint/eslint-plugin": "8.46.0",
46
- "@typescript-eslint/parser": "8.46.0",
45
+ "@typescript-eslint/eslint-plugin": "8.46.1",
46
+ "@typescript-eslint/parser": "8.46.1",
47
47
  "eslint": "9.15.0",
48
48
  "jest": "29.7.0",
49
49
  "npm-check-updates": "16.7.10",
50
50
  "replace": "1.2.2",
51
51
  "standard-version": "9.5.0",
52
- "ts-jest": "29.4.4",
52
+ "ts-jest": "29.4.5",
53
53
  "tslib": "2.8.1",
54
54
  "typescript": "5.9.3"
55
55
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mojaloop/sdk-scheme-adapter",
3
- "version": "24.15.1",
3
+ "version": "24.15.2",
4
4
  "description": "mojaloop sdk-scheme-adapter",
5
5
  "license": "Apache-2.0",
6
6
  "homepage": "https://github.com/mojaloop/sdk-scheme-adapter",
@@ -83,10 +83,10 @@
83
83
  },
84
84
  "devDependencies": {
85
85
  "@types/jest": "30.0.0",
86
- "@types/node": "24.7.0",
86
+ "@types/node": "24.8.1",
87
87
  "@types/node-cache": "4.2.5",
88
- "@typescript-eslint/eslint-plugin": "8.46.0",
89
- "@typescript-eslint/parser": "8.46.0",
88
+ "@typescript-eslint/eslint-plugin": "8.46.1",
89
+ "@typescript-eslint/parser": "8.46.1",
90
90
  "audit-ci": "7.1.0",
91
91
  "eslint": "9.15.0",
92
92
  "eslint-config-airbnb-typescript": "18.0.0",
@@ -98,7 +98,7 @@
98
98
  "npm-check-updates": "16.7.10",
99
99
  "replace": "1.2.2",
100
100
  "standard-version": "9.5.0",
101
- "ts-jest": "29.4.4",
101
+ "ts-jest": "29.4.5",
102
102
  "ts-node": "10.9.2",
103
103
  "typescript": "5.9.3",
104
104
  "yarn-audit-fix": "10.1.1"
@@ -2,12 +2,12 @@ type,bom_ref,license-id,group,author,name,version,purl,path,description,vcs-url,
2
2
  application,,,,,yarn,4.10.3,,,,,,,,,,,,,,,,,
3
3
  library,,Apache-2.0,@cyclonedx,Jan Kowalleck,yarn-plugin-cyclonedx,3.0.3,,,Create CycloneDX Software Bill of Materials (SBOM) from yarn projects.,git+https://github.com/CycloneDX/cyclonedx-node-yarn.git,"as detected from PackageJson property ""repository.url""",https://github.com/CycloneDX/cyclonedx-node-yarn#readme,"as detected from PackageJson property ""homepage""",https://github.com/CycloneDX/cyclonedx-node-yarn/issues,"as detected from PackageJson property ""bugs.url""",,,,,,,,
4
4
  library,,Apache-2.0,@cyclonedx,,cyclonedx-library,8.3.0,,,,,,https://github.com/CycloneDX/cyclonedx-javascript-library#readme,"as detected from PackageJson property ""homepage""",,,,,,,,,,
5
- application,@mojaloop/sdk-scheme-adapter@workspace:.,Apache-2.0,@mojaloop,,sdk-scheme-adapter,24.15.0,pkg:npm/%40mojaloop/sdk-scheme-adapter@24.15.0,,mojaloop sdk-scheme-adapter,,,https://github.com/mojaloop/sdk-scheme-adapter,"as detected from PackageJson property ""homepage""",https://github.com/mojaloop/sdk-scheme-adapter/issues#readme,"as detected from PackageJson property ""bugs.url""",,,,,,active,Active in npm registry,2025-10-08T10:31:13.766Z
5
+ application,@mojaloop/sdk-scheme-adapter@workspace:.,Apache-2.0,@mojaloop,,sdk-scheme-adapter,24.15.1,pkg:npm/%40mojaloop/sdk-scheme-adapter@24.15.1,,mojaloop sdk-scheme-adapter,,,https://github.com/mojaloop/sdk-scheme-adapter,"as detected from PackageJson property ""homepage""",https://github.com/mojaloop/sdk-scheme-adapter/issues#readme,"as detected from PackageJson property ""bugs.url""",,,,,,active,Active in npm registry,2025-10-08T13:06:12.625Z
6
6
  library,@types/jest@30.0.0,MIT,@types,,jest,30.0.0,pkg:npm/%40types/jest@30.0.0?vcs_url=git%2Bhttps%3A%2F%2Fgithub.com%2FDefinitelyTyped%2FDefinitelyTyped.git#types/jest,,TypeScript definitions for jest,git+https://github.com/DefinitelyTyped/DefinitelyTyped.git#types/jest,"as detected from PackageJson property ""repository.url"" and ""repository.directory""",https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/jest,"as detected from PackageJson property ""homepage""",https://github.com/DefinitelyTyped/DefinitelyTyped/issues,"as detected from PackageJson property ""bugs.url""",,,,,,active,Active in npm registry,2025-08-03T07:02:46.002Z
7
7
  library,@types/node-cache@4.2.5,MIT,@types,,node-cache,4.2.5,pkg:npm/%40types/node-cache@4.2.5?vcs_url=git%2Bhttps%3A%2F%2Fgithub.com%2Fmpneuried%2Fnodecache.git,,Stub TypeScript definitions entry for node-cache~ which provides its own types definitions,git+https://github.com/mpneuried/nodecache.git,"as detected from PackageJson property ""repository.url""",https://github.com/mpneuried/nodecache#readme,"as detected from PackageJson property ""homepage""",https://github.com/mpneuried/nodecache/issues,"as detected from PackageJson property ""bugs.url""",,,,,,deprecated,"This is a stub types definition. node-cache provides its own type definitions, so you do not need this installed.",2022-06-13T01:13:56.807Z
8
8
  library,@types/node@24.7.0,MIT,@types,,node,24.7.0,pkg:npm/%40types/node@24.7.0?vcs_url=git%2Bhttps%3A%2F%2Fgithub.com%2FDefinitelyTyped%2FDefinitelyTyped.git#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""",,,,,,active,Active in npm registry,2025-10-06T07:33:46.739Z
9
- library,@typescript-eslint/eslint-plugin@8.46.0,MIT,@typescript-eslint,,eslint-plugin,8.46.0,pkg:npm/%40typescript-eslint/eslint-plugin@8.46.0?vcs_url=git%2Bhttps%3A%2F%2Fgithub.com%2Ftypescript-eslint%2Ftypescript-eslint.git#packages/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""",,,,,,active,Active in npm registry,2025-10-07T03:17:24.201Z
10
- library,@typescript-eslint/parser@8.46.0,MIT,@typescript-eslint,,parser,8.46.0,pkg:npm/%40typescript-eslint/parser@8.46.0?vcs_url=git%2Bhttps%3A%2F%2Fgithub.com%2Ftypescript-eslint%2Ftypescript-eslint.git#packages/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""",,,,,,active,Active in npm registry,2025-10-07T03:17:07.958Z
9
+ library,@typescript-eslint/eslint-plugin@8.46.0,MIT,@typescript-eslint,,eslint-plugin,8.46.0,pkg:npm/%40typescript-eslint/eslint-plugin@8.46.0?vcs_url=git%2Bhttps%3A%2F%2Fgithub.com%2Ftypescript-eslint%2Ftypescript-eslint.git#packages/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""",,,,,,active,Active in npm registry,2025-10-08T13:04:34.289Z
10
+ library,@typescript-eslint/parser@8.46.0,MIT,@typescript-eslint,,parser,8.46.0,pkg:npm/%40typescript-eslint/parser@8.46.0?vcs_url=git%2Bhttps%3A%2F%2Fgithub.com%2Ftypescript-eslint%2Ftypescript-eslint.git#packages/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""",,,,,,active,Active in npm registry,2025-10-08T13:04:17.856Z
11
11
  library,audit-ci@7.1.0,Apache-2.0,,,audit-ci,7.1.0,pkg:npm/audit-ci@7.1.0?vcs_url=git%2Bssh%3A%2F%2Fgit%40github.com%2FIBM%2Faudit-ci.git,,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""",,,,,,active,Active in npm registry,2024-07-03T18:02:15.522Z
12
12
  library,eslint-config-airbnb-typescript@18.0.0,MIT,,Matt Turnbull,eslint-config-airbnb-typescript,18.0.0,pkg:npm/eslint-config-airbnb-typescript@18.0.0?vcs_url=git%2Bhttps%3A%2F%2Fgithub.com%2Fiamturns%2Feslint-config-airbnb-typescript.git,,Airbnb's ESLint config with TypeScript support,git+https://github.com/iamturns/eslint-config-airbnb-typescript.git,"as detected from PackageJson property ""repository.url""",https://github.com/iamturns/eslint-config-airbnb-typescript,"as detected from PackageJson property ""homepage""",https://github.com/iamturns/eslint-config-airbnb-typescript/issues,"as detected from PackageJson property ""bugs.url""",,,,,matt@iamturns.com,active,Active in npm registry,2024-03-02T01:16:55.212Z
13
13
  library,eslint-plugin-import@2.32.0,MIT,,Ben Mosher,eslint-plugin-import,2.32.0,pkg:npm/eslint-plugin-import@2.32.0?vcs_url=git%2Bhttps%3A%2F%2Fgithub.com%2Fimport-js%2Feslint-plugin-import.git,,Import with sanity.,git+https://github.com/import-js/eslint-plugin-import.git,"as detected from PackageJson property ""repository.url""",https://github.com/import-js/eslint-plugin-import,"as detected from PackageJson property ""homepage""",https://github.com/import-js/eslint-plugin-import/issues,"as detected from PackageJson property ""bugs.url""",,,,,me@benmosher.com,active,Active in npm registry,2025-06-20T21:59:10.022Z
@@ -17,7 +17,7 @@ library,jest@29.7.0,MIT,,,jest,29.7.0,pkg:npm/jest@29.7.0?vcs_url=git%2Bhttps%3A
17
17
  library,knex@3.1.0,MIT,,Tim Griesser,knex,3.1.0,pkg:npm/knex@3.1.0?vcs_url=git%3A%2F%2Fgithub.com%2Fknex%2Fknex.git,,A batteries-included SQL query & schema builder for PostgresSQL~ MySQL~ CockroachDB~ MSSQL and SQLite3,git://github.com/knex/knex.git,"as detected from PackageJson property ""repository.url""",https://knex.github.io/documentation/,"as detected from PackageJson property ""homepage""",https://github.com/knex/knex/issues,"as detected from PackageJson property ""bugs.url""",,,,,,active,Active in npm registry,2024-12-13T19:06:07.256Z
18
18
  library,nodemon@3.1.10,MIT,,Remy Sharp,nodemon,3.1.10,pkg:npm/nodemon@3.1.10?vcs_url=git%2Bhttps%3A%2F%2Fgithub.com%2Fremy%2Fnodemon.git,,Simple monitor script for use during development of a Node.js app.,git+https://github.com/remy/nodemon.git,"as detected from PackageJson property ""repository.url""",https://nodemon.io,"as detected from PackageJson property ""homepage""",https://github.com/remy/nodemon/issues,"as detected from PackageJson property ""bugs.url""",,,,,,active,Active in npm registry,2025-09-30T00:55:41.075Z
19
19
  library,npm-check-updates@16.7.10,Apache-2.0,,Tomas Junnonen,npm-check-updates,16.7.10,pkg:npm/npm-check-updates@16.7.10?vcs_url=git%2Bhttps%3A%2F%2Fgithub.com%2Fraineorshine%2Fnpm-check-updates.git,,Find newer versions of dependencies than what your package.json allows,git+https://github.com/raineorshine/npm-check-updates.git,"as detected from PackageJson property ""repository.url""",https://github.com/raineorshine/npm-check-updates,"as detected from PackageJson property ""homepage""",https://github.com/raineorshine/npm-check-updates/issues,"as detected from PackageJson property ""bugs.url""",,,,,tomas1@gmail.com,active,Active in npm registry,2025-09-29T00:58:18.214Z
20
- library,nx@16.5.0,MIT,,Victor Savkin,nx,16.5.0,pkg:npm/nx@16.5.0?vcs_url=git%2Bhttps%3A%2F%2Fgithub.com%2Fnrwl%2Fnx.git#packages/nx,,The core Nx plugin contains the core functionality of Nx like the project graph~ nx commands and task orchestration.,git+https://github.com/nrwl/nx.git#packages/nx,"as detected from PackageJson property ""repository.url"" and ""repository.directory""",https://nx.dev,"as detected from PackageJson property ""homepage""",https://github.com/nrwl/nx/issues,"as detected from PackageJson property ""bugs.url""",,,,,,active,Active in npm registry,2025-10-07T21:08:24.530Z
20
+ library,nx@16.5.0,MIT,,Victor Savkin,nx,16.5.0,pkg:npm/nx@16.5.0?vcs_url=git%2Bhttps%3A%2F%2Fgithub.com%2Fnrwl%2Fnx.git#packages/nx,,The core Nx plugin contains the core functionality of Nx like the project graph~ nx commands and task orchestration.,git+https://github.com/nrwl/nx.git#packages/nx,"as detected from PackageJson property ""repository.url"" and ""repository.directory""",https://nx.dev,"as detected from PackageJson property ""homepage""",https://github.com/nrwl/nx/issues,"as detected from PackageJson property ""bugs.url""",,,,,,active,Active in npm registry,2025-10-08T13:22:54.669Z
21
21
  library,replace@1.2.2,MIT,,Alessandro Maclaine,replace,1.2.2,pkg:npm/replace@1.2.2?vcs_url=git%2Bhttps%3A%2F%2Fgithub.com%2FALMaclaine%2Freplace.git,,Command line search and replace utility,git+https://github.com/ALMaclaine/replace.git,"as detected from PackageJson property ""repository.url""",https://github.com/ALMaclaine/replace#readme,"as detected from PackageJson property ""homepage""",https://github.com/ALMaclaine/replace/issues,"as detected from PackageJson property ""bugs.url""",,,,,almaclaine@gmail.com,active,Active in npm registry,2023-02-10T19:41:18.075Z
22
22
  library,standard-version@9.5.0,ISC,,Ben Coe,standard-version,9.5.0,pkg:npm/standard-version@9.5.0?vcs_url=git%2Bhttps%3A%2F%2Fgithub.com%2Fconventional-changelog%2Fstandard-version.git,,replacement for `npm version` with automatic CHANGELOG generation,git+https://github.com/conventional-changelog/standard-version.git,"as detected from PackageJson property ""repository.url""",https://github.com/conventional-changelog/standard-version#readme,"as detected from PackageJson property ""homepage""",https://github.com/conventional-changelog/standard-version/issues,"as detected from PackageJson property ""bugs.url""",,,,,ben@npmjs.com,active,Active in npm registry,2023-04-01T00:02:16.994Z
23
23
  library,ts-jest@29.4.4,MIT,,Kulshekhar Kabra,ts-jest,29.4.4,pkg:npm/ts-jest@29.4.4?vcs_url=git%2Bhttps%3A%2F%2Fgithub.com%2Fkulshekhar%2Fts-jest.git,,A Jest transformer with source map support that lets you use Jest to test projects written in TypeScript,git+https://github.com/kulshekhar/ts-jest.git,"as detected from PackageJson property ""repository.url""",https://kulshekhar.github.io/ts-jest,"as detected from PackageJson property ""homepage""",https://github.com/kulshekhar/ts-jest/issues,"as detected from PackageJson property ""bugs.url""",,,,,kulshekhar@users.noreply.github.com,active,Active in npm registry,2025-09-19T14:11:09.032Z
@@ -280,16 +280,16 @@ library,which-module@2.0.1,ISC,,nexdrew,which-module,2.0.1,pkg:npm/which-module@
280
280
  library,y18n@4.0.3,ISC,,Ben Coe,y18n,4.0.3,pkg:npm/y18n@4.0.3?vcs_url=git%2Bssh%3A%2F%2Fgit%40github.com%2Fyargs%2Fy18n.git,,the bare-bones internationalization library used by yargs,git+ssh://git@github.com/yargs/y18n.git,"as detected from PackageJson property ""repository.url""",https://github.com/yargs/y18n,"as detected from PackageJson property ""homepage""",https://github.com/yargs/y18n/issues,"as detected from PackageJson property ""bugs.url""",,,,,ben@npmjs.com,active,Active in npm registry,2023-07-10T23:16:26.635Z
281
281
  library,wrap-ansi@6.2.0,MIT,,Sindre Sorhus,wrap-ansi,6.2.0,pkg:npm/wrap-ansi@6.2.0?vcs_url=git%2Bhttps%3A%2F%2Fgithub.com%2Fchalk%2Fwrap-ansi.git,,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""",,,,,sindresorhus@gmail.com,active,Active in npm registry,2025-09-08T17:19:29.139Z
282
282
  library,@nrwl/tao@16.5.0,MIT,@nrwl,Victor Savkin,tao,16.5.0,pkg:npm/%40nrwl/tao@16.5.0?vcs_url=git%2Bhttps%3A%2F%2Fgithub.com%2Fnrwl%2Fnx.git#packages/tao,,CLI for generating code and running commands,git+https://github.com/nrwl/nx.git#packages/tao,"as detected from PackageJson property ""repository.url"" and ""repository.directory""",https://nx.dev,"as detected from PackageJson property ""homepage""",https://github.com/nrwl/nx/issues,"as detected from PackageJson property ""bugs.url""",,,,,,active,Active in npm registry,2025-08-27T15:04:26.129Z
283
- library,@nx/nx-darwin-arm64@16.5.0,,@nx,,nx-darwin-arm64,16.5.0,pkg:npm/%40nx/nx-darwin-arm64@16.5.0?vcs_url=git%2Bhttps%3A%2F%2Fgithub.com%2Fnrwl%2Fnx.git#packages/nx/native-packages/darwin-arm64,,,git+https://github.com/nrwl/nx.git#packages/nx/native-packages/darwin-arm64,"as detected from PackageJson property ""repository.url"" and ""repository.directory""",https://github.com/nrwl/nx#readme,"as detected from PackageJson property ""homepage""",https://github.com/nrwl/nx/issues,"as detected from PackageJson property ""bugs.url""",,,,,,active,Active in npm registry,2025-10-07T21:08:08.405Z
284
- library,@nx/nx-darwin-x64@16.5.0,,@nx,,nx-darwin-x64,16.5.0,pkg:npm/%40nx/nx-darwin-x64@16.5.0?vcs_url=git%2Bhttps%3A%2F%2Fgithub.com%2Fnrwl%2Fnx.git#packages/nx/native-packages/darwin-x64,,,git+https://github.com/nrwl/nx.git#packages/nx/native-packages/darwin-x64,"as detected from PackageJson property ""repository.url"" and ""repository.directory""",https://github.com/nrwl/nx#readme,"as detected from PackageJson property ""homepage""",https://github.com/nrwl/nx/issues,"as detected from PackageJson property ""bugs.url""",,,,,,active,Active in npm registry,2025-10-07T21:08:09.084Z
285
- library,@nx/nx-freebsd-x64@16.5.0,,@nx,,nx-freebsd-x64,16.5.0,pkg:npm/%40nx/nx-freebsd-x64@16.5.0?vcs_url=git%2Bhttps%3A%2F%2Fgithub.com%2Fnrwl%2Fnx.git#packages/nx/native-packages/freebsd-x64,,,git+https://github.com/nrwl/nx.git#packages/nx/native-packages/freebsd-x64,"as detected from PackageJson property ""repository.url"" and ""repository.directory""",https://github.com/nrwl/nx#readme,"as detected from PackageJson property ""homepage""",https://github.com/nrwl/nx/issues,"as detected from PackageJson property ""bugs.url""",,,,,,active,Active in npm registry,2025-10-07T21:08:16.267Z
286
- library,@nx/nx-linux-arm-gnueabihf@16.5.0,,@nx,,nx-linux-arm-gnueabihf,16.5.0,pkg:npm/%40nx/nx-linux-arm-gnueabihf@16.5.0?vcs_url=git%2Bhttps%3A%2F%2Fgithub.com%2Fnrwl%2Fnx.git#packages/nx/native-packages/linux-arm-gnueabihf,,,git+https://github.com/nrwl/nx.git#packages/nx/native-packages/linux-arm-gnueabihf,"as detected from PackageJson property ""repository.url"" and ""repository.directory""",https://github.com/nrwl/nx#readme,"as detected from PackageJson property ""homepage""",https://github.com/nrwl/nx/issues,"as detected from PackageJson property ""bugs.url""",,,,,,active,Active in npm registry,2025-10-07T21:08:09.398Z
287
- library,@nx/nx-linux-arm64-gnu@16.5.0,,@nx,,nx-linux-arm64-gnu,16.5.0,pkg:npm/%40nx/nx-linux-arm64-gnu@16.5.0?vcs_url=git%2Bhttps%3A%2F%2Fgithub.com%2Fnrwl%2Fnx.git#packages/nx/native-packages/linux-arm64-gnu,,,git+https://github.com/nrwl/nx.git#packages/nx/native-packages/linux-arm64-gnu,"as detected from PackageJson property ""repository.url"" and ""repository.directory""",https://github.com/nrwl/nx#readme,"as detected from PackageJson property ""homepage""",https://github.com/nrwl/nx/issues,"as detected from PackageJson property ""bugs.url""",,,,,,active,Active in npm registry,2025-10-07T21:08:08.973Z
288
- library,@nx/nx-linux-arm64-musl@16.5.0,,@nx,,nx-linux-arm64-musl,16.5.0,pkg:npm/%40nx/nx-linux-arm64-musl@16.5.0?vcs_url=git%2Bhttps%3A%2F%2Fgithub.com%2Fnrwl%2Fnx.git#packages/nx/native-packages/linux-arm64-musl,,,git+https://github.com/nrwl/nx.git#packages/nx/native-packages/linux-arm64-musl,"as detected from PackageJson property ""repository.url"" and ""repository.directory""",https://github.com/nrwl/nx#readme,"as detected from PackageJson property ""homepage""",https://github.com/nrwl/nx/issues,"as detected from PackageJson property ""bugs.url""",,,,,,active,Active in npm registry,2025-10-07T21:08:09.357Z
289
- library,@nx/nx-linux-x64-gnu@16.5.0,,@nx,,nx-linux-x64-gnu,16.5.0,pkg:npm/%40nx/nx-linux-x64-gnu@16.5.0?vcs_url=git%2Bhttps%3A%2F%2Fgithub.com%2Fnrwl%2Fnx.git#packages/nx/native-packages/linux-x64-gnu,,,git+https://github.com/nrwl/nx.git#packages/nx/native-packages/linux-x64-gnu,"as detected from PackageJson property ""repository.url"" and ""repository.directory""",https://github.com/nrwl/nx#readme,"as detected from PackageJson property ""homepage""",https://github.com/nrwl/nx/issues,"as detected from PackageJson property ""bugs.url""",,,,,,active,Active in npm registry,2025-10-07T21:08:15.583Z
290
- library,@nx/nx-linux-x64-musl@16.5.0,,@nx,,nx-linux-x64-musl,16.5.0,pkg:npm/%40nx/nx-linux-x64-musl@16.5.0?vcs_url=git%2Bhttps%3A%2F%2Fgithub.com%2Fnrwl%2Fnx.git#packages/nx/native-packages/linux-x64-musl,,,git+https://github.com/nrwl/nx.git#packages/nx/native-packages/linux-x64-musl,"as detected from PackageJson property ""repository.url"" and ""repository.directory""",https://github.com/nrwl/nx#readme,"as detected from PackageJson property ""homepage""",https://github.com/nrwl/nx/issues,"as detected from PackageJson property ""bugs.url""",,,,,,active,Active in npm registry,2025-10-07T21:08:08.911Z
291
- library,@nx/nx-win32-arm64-msvc@16.5.0,,@nx,,nx-win32-arm64-msvc,16.5.0,pkg:npm/%40nx/nx-win32-arm64-msvc@16.5.0?vcs_url=git%2Bhttps%3A%2F%2Fgithub.com%2Fnrwl%2Fnx.git#packages/nx/native-packages/win32-arm64-msvc,,,git+https://github.com/nrwl/nx.git#packages/nx/native-packages/win32-arm64-msvc,"as detected from PackageJson property ""repository.url"" and ""repository.directory""",https://github.com/nrwl/nx#readme,"as detected from PackageJson property ""homepage""",https://github.com/nrwl/nx/issues,"as detected from PackageJson property ""bugs.url""",,,,,,active,Active in npm registry,2025-10-07T21:08:08.948Z
292
- library,@nx/nx-win32-x64-msvc@16.5.0,,@nx,,nx-win32-x64-msvc,16.5.0,pkg:npm/%40nx/nx-win32-x64-msvc@16.5.0?vcs_url=git%2Bhttps%3A%2F%2Fgithub.com%2Fnrwl%2Fnx.git#packages/nx/native-packages/win32-x64-msvc,,,git+https://github.com/nrwl/nx.git#packages/nx/native-packages/win32-x64-msvc,"as detected from PackageJson property ""repository.url"" and ""repository.directory""",https://github.com/nrwl/nx#readme,"as detected from PackageJson property ""homepage""",https://github.com/nrwl/nx/issues,"as detected from PackageJson property ""bugs.url""",,,,,,active,Active in npm registry,2025-10-07T21:08:09.221Z
283
+ library,@nx/nx-darwin-arm64@16.5.0,,@nx,,nx-darwin-arm64,16.5.0,pkg:npm/%40nx/nx-darwin-arm64@16.5.0?vcs_url=git%2Bhttps%3A%2F%2Fgithub.com%2Fnrwl%2Fnx.git#packages/nx/native-packages/darwin-arm64,,,git+https://github.com/nrwl/nx.git#packages/nx/native-packages/darwin-arm64,"as detected from PackageJson property ""repository.url"" and ""repository.directory""",https://github.com/nrwl/nx#readme,"as detected from PackageJson property ""homepage""",https://github.com/nrwl/nx/issues,"as detected from PackageJson property ""bugs.url""",,,,,,active,Active in npm registry,2025-10-08T13:22:38.838Z
284
+ library,@nx/nx-darwin-x64@16.5.0,,@nx,,nx-darwin-x64,16.5.0,pkg:npm/%40nx/nx-darwin-x64@16.5.0?vcs_url=git%2Bhttps%3A%2F%2Fgithub.com%2Fnrwl%2Fnx.git#packages/nx/native-packages/darwin-x64,,,git+https://github.com/nrwl/nx.git#packages/nx/native-packages/darwin-x64,"as detected from PackageJson property ""repository.url"" and ""repository.directory""",https://github.com/nrwl/nx#readme,"as detected from PackageJson property ""homepage""",https://github.com/nrwl/nx/issues,"as detected from PackageJson property ""bugs.url""",,,,,,active,Active in npm registry,2025-10-08T13:22:38.708Z
285
+ library,@nx/nx-freebsd-x64@16.5.0,,@nx,,nx-freebsd-x64,16.5.0,pkg:npm/%40nx/nx-freebsd-x64@16.5.0?vcs_url=git%2Bhttps%3A%2F%2Fgithub.com%2Fnrwl%2Fnx.git#packages/nx/native-packages/freebsd-x64,,,git+https://github.com/nrwl/nx.git#packages/nx/native-packages/freebsd-x64,"as detected from PackageJson property ""repository.url"" and ""repository.directory""",https://github.com/nrwl/nx#readme,"as detected from PackageJson property ""homepage""",https://github.com/nrwl/nx/issues,"as detected from PackageJson property ""bugs.url""",,,,,,active,Active in npm registry,2025-10-08T13:22:46.576Z
286
+ library,@nx/nx-linux-arm-gnueabihf@16.5.0,,@nx,,nx-linux-arm-gnueabihf,16.5.0,pkg:npm/%40nx/nx-linux-arm-gnueabihf@16.5.0?vcs_url=git%2Bhttps%3A%2F%2Fgithub.com%2Fnrwl%2Fnx.git#packages/nx/native-packages/linux-arm-gnueabihf,,,git+https://github.com/nrwl/nx.git#packages/nx/native-packages/linux-arm-gnueabihf,"as detected from PackageJson property ""repository.url"" and ""repository.directory""",https://github.com/nrwl/nx#readme,"as detected from PackageJson property ""homepage""",https://github.com/nrwl/nx/issues,"as detected from PackageJson property ""bugs.url""",,,,,,active,Active in npm registry,2025-10-08T13:22:39.410Z
287
+ library,@nx/nx-linux-arm64-gnu@16.5.0,,@nx,,nx-linux-arm64-gnu,16.5.0,pkg:npm/%40nx/nx-linux-arm64-gnu@16.5.0?vcs_url=git%2Bhttps%3A%2F%2Fgithub.com%2Fnrwl%2Fnx.git#packages/nx/native-packages/linux-arm64-gnu,,,git+https://github.com/nrwl/nx.git#packages/nx/native-packages/linux-arm64-gnu,"as detected from PackageJson property ""repository.url"" and ""repository.directory""",https://github.com/nrwl/nx#readme,"as detected from PackageJson property ""homepage""",https://github.com/nrwl/nx/issues,"as detected from PackageJson property ""bugs.url""",,,,,,active,Active in npm registry,2025-10-08T13:22:39.252Z
288
+ library,@nx/nx-linux-arm64-musl@16.5.0,,@nx,,nx-linux-arm64-musl,16.5.0,pkg:npm/%40nx/nx-linux-arm64-musl@16.5.0?vcs_url=git%2Bhttps%3A%2F%2Fgithub.com%2Fnrwl%2Fnx.git#packages/nx/native-packages/linux-arm64-musl,,,git+https://github.com/nrwl/nx.git#packages/nx/native-packages/linux-arm64-musl,"as detected from PackageJson property ""repository.url"" and ""repository.directory""",https://github.com/nrwl/nx#readme,"as detected from PackageJson property ""homepage""",https://github.com/nrwl/nx/issues,"as detected from PackageJson property ""bugs.url""",,,,,,active,Active in npm registry,2025-10-08T13:22:43.053Z
289
+ library,@nx/nx-linux-x64-gnu@16.5.0,,@nx,,nx-linux-x64-gnu,16.5.0,pkg:npm/%40nx/nx-linux-x64-gnu@16.5.0?vcs_url=git%2Bhttps%3A%2F%2Fgithub.com%2Fnrwl%2Fnx.git#packages/nx/native-packages/linux-x64-gnu,,,git+https://github.com/nrwl/nx.git#packages/nx/native-packages/linux-x64-gnu,"as detected from PackageJson property ""repository.url"" and ""repository.directory""",https://github.com/nrwl/nx#readme,"as detected from PackageJson property ""homepage""",https://github.com/nrwl/nx/issues,"as detected from PackageJson property ""bugs.url""",,,,,,active,Active in npm registry,2025-10-08T13:22:46.099Z
290
+ library,@nx/nx-linux-x64-musl@16.5.0,,@nx,,nx-linux-x64-musl,16.5.0,pkg:npm/%40nx/nx-linux-x64-musl@16.5.0?vcs_url=git%2Bhttps%3A%2F%2Fgithub.com%2Fnrwl%2Fnx.git#packages/nx/native-packages/linux-x64-musl,,,git+https://github.com/nrwl/nx.git#packages/nx/native-packages/linux-x64-musl,"as detected from PackageJson property ""repository.url"" and ""repository.directory""",https://github.com/nrwl/nx#readme,"as detected from PackageJson property ""homepage""",https://github.com/nrwl/nx/issues,"as detected from PackageJson property ""bugs.url""",,,,,,active,Active in npm registry,2025-10-08T13:22:39.626Z
291
+ library,@nx/nx-win32-arm64-msvc@16.5.0,,@nx,,nx-win32-arm64-msvc,16.5.0,pkg:npm/%40nx/nx-win32-arm64-msvc@16.5.0?vcs_url=git%2Bhttps%3A%2F%2Fgithub.com%2Fnrwl%2Fnx.git#packages/nx/native-packages/win32-arm64-msvc,,,git+https://github.com/nrwl/nx.git#packages/nx/native-packages/win32-arm64-msvc,"as detected from PackageJson property ""repository.url"" and ""repository.directory""",https://github.com/nrwl/nx#readme,"as detected from PackageJson property ""homepage""",https://github.com/nrwl/nx/issues,"as detected from PackageJson property ""bugs.url""",,,,,,active,Active in npm registry,2025-10-08T13:22:38.670Z
292
+ library,@nx/nx-win32-x64-msvc@16.5.0,,@nx,,nx-win32-x64-msvc,16.5.0,pkg:npm/%40nx/nx-win32-x64-msvc@16.5.0?vcs_url=git%2Bhttps%3A%2F%2Fgithub.com%2Fnrwl%2Fnx.git#packages/nx/native-packages/win32-x64-msvc,,,git+https://github.com/nrwl/nx.git#packages/nx/native-packages/win32-x64-msvc,"as detected from PackageJson property ""repository.url"" and ""repository.directory""",https://github.com/nrwl/nx#readme,"as detected from PackageJson property ""homepage""",https://github.com/nrwl/nx/issues,"as detected from PackageJson property ""bugs.url""",,,,,,active,Active in npm registry,2025-10-08T13:22:39.619Z
293
293
  library,@parcel/watcher@2.0.4,MIT,@parcel,,watcher,2.0.4,pkg:npm/%40parcel/watcher@2.0.4?vcs_url=git%2Bhttps%3A%2F%2Fgithub.com%2Fparcel-bundler%2Fwatcher.git,,A native C++ Node module for querying and subscribing to filesystem events. Used by Parcel 2.,git+https://github.com/parcel-bundler/watcher.git,"as detected from PackageJson property ""repository.url""",https://github.com/parcel-bundler/watcher#readme,"as detected from PackageJson property ""homepage""",https://github.com/parcel-bundler/watcher/issues,"as detected from PackageJson property ""bugs.url""",,,,,,active,Active in npm registry,2025-01-26T03:11:57.712Z
294
294
  library,@yarnpkg/parsers@3.0.0-rc.46,BSD-2-Clause,@yarnpkg,,parsers,3.0.0-rc.46,pkg:npm/%40yarnpkg/parsers@3.0.0-rc.46?vcs_url=git%2Bssh%3A%2F%2Fgit%40github.com%2Fyarnpkg%2Fberry.git#packages/yarnpkg-parsers,,,git+ssh://git@github.com/yarnpkg/berry.git#packages/yarnpkg-parsers,"as detected from PackageJson property ""repository.url"" and ""repository.directory""",https://github.com/yarnpkg/berry#readme,"as detected from PackageJson property ""homepage""",https://github.com/yarnpkg/berry/issues,"as detected from PackageJson property ""bugs.url""",,,,,,active,Active in npm registry,2025-03-01T15:26:51.526Z
295
295
  library,@zkochan/js-yaml@0.0.6,MIT,@zkochan,Vladimir Zapparov,js-yaml,0.0.6,pkg:npm/%40zkochan/js-yaml@0.0.6?vcs_url=git%2Bhttps%3A%2F%2Fgithub.com%2Fnodeca%2Fjs-yaml.git,,YAML 1.2 parser and serializer,git+https://github.com/nodeca/js-yaml.git,"as detected from PackageJson property ""repository.url""",https://github.com/nodeca/js-yaml#readme,"as detected from PackageJson property ""homepage""",https://github.com/nodeca/js-yaml/issues,"as detected from PackageJson property ""bugs.url""",,,,,dervus.grim@gmail.com,active,Active in npm registry,2025-08-19T20:05:02.502Z
@@ -800,7 +800,7 @@ library,@babel/helper-validator-option@7.27.1,MIT,@babel,The Babel Team,helper-v
800
800
  library,browserslist@4.26.3,MIT,,Andrey Sitnik,browserslist,4.26.3,pkg:npm/browserslist@4.26.3?vcs_url=git%2Bhttps%3A%2F%2Fgithub.com%2Fbrowserslist%2Fbrowserslist.git,,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""",,,,,andrey@sitnik.ru,active,Active in npm registry,2025-10-01T15:43:39.623Z
801
801
  library,lru-cache@5.1.1,ISC,,Isaac Z. Schlueter,lru-cache,5.1.1,pkg:npm/lru-cache@5.1.1?vcs_url=git%3A%2F%2Fgithub.com%2Fisaacs%2Fnode-lru-cache.git,,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""",,,,,i@izs.me,active,Active in npm registry,2025-09-23T17:02:13.772Z
802
802
  library,yallist@3.1.1,ISC,,Isaac Z. Schlueter,yallist,3.1.1,pkg:npm/yallist@3.1.1?vcs_url=git%2Bhttps%3A%2F%2Fgithub.com%2Fisaacs%2Fyallist.git,,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""",,,,,i@izs.me,active,Active in npm registry,2024-04-09T19:21:45.008Z
803
- library,baseline-browser-mapping@2.8.11,Apache-2.0,,,baseline-browser-mapping,2.8.11,pkg:npm/baseline-browser-mapping@2.8.11?vcs_url=git%2Bhttps%3A%2F%2Fgithub.com%2Fweb-platform-dx%2Fbaseline-browser-mapping.git,,A library for obtaining browser versions with their maximum supported Baseline feature set and Widely Available status.,git+https://github.com/web-platform-dx/baseline-browser-mapping.git,"as detected from PackageJson property ""repository.url""",https://github.com/web-platform-dx/baseline-browser-mapping#readme,"as detected from PackageJson property ""homepage""",https://github.com/web-platform-dx/baseline-browser-mapping/issues,"as detected from PackageJson property ""bugs.url""",,,,,,active,Active in npm registry,2025-10-07T14:11:00.972Z
803
+ library,baseline-browser-mapping@2.8.11,Apache-2.0,,,baseline-browser-mapping,2.8.11,pkg:npm/baseline-browser-mapping@2.8.11?vcs_url=git%2Bhttps%3A%2F%2Fgithub.com%2Fweb-platform-dx%2Fbaseline-browser-mapping.git,,A library for obtaining browser versions with their maximum supported Baseline feature set and Widely Available status.,git+https://github.com/web-platform-dx/baseline-browser-mapping.git,"as detected from PackageJson property ""repository.url""",https://github.com/web-platform-dx/baseline-browser-mapping#readme,"as detected from PackageJson property ""homepage""",https://github.com/web-platform-dx/baseline-browser-mapping/issues,"as detected from PackageJson property ""bugs.url""",,,,,,active,Active in npm registry,2025-10-08T14:10:51.391Z
804
804
  library,caniuse-lite@1.0.30001747,CC-BY-4.0,,Ben Briggs,caniuse-lite,1.0.30001747,pkg:npm/caniuse-lite@1.0.30001747?vcs_url=git%2Bhttps%3A%2F%2Fgithub.com%2Fbrowserslist%2Fcaniuse-lite.git,,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""",,,,,beneb.info@gmail.com,active,Active in npm registry,2025-10-08T06:52:26.915Z
805
805
  library,electron-to-chromium@1.5.230,ISC,,Kilian Valkhof,electron-to-chromium,1.5.230,pkg:npm/electron-to-chromium@1.5.230?vcs_url=git%2Bhttps%3A%2F%2Fgithub.com%2Fkilian%2Felectron-to-chromium.git,,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""",,,,,,active,Active in npm registry,2025-10-08T02:02:34.336Z
806
806
  library,node-releases@2.0.21,MIT,,Sergey Rubanov,node-releases,2.0.21,pkg:npm/node-releases@2.0.21?vcs_url=git%2Bhttps%3A%2F%2Fgithub.com%2Fchicoxyzzy%2Fnode-releases.git,,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""",,,,,chi187@gmail.com,active,Active in npm registry,2025-10-03T22:52:07.777Z
@@ -976,15 +976,15 @@ library,from@0.1.7,MIT,,Dominic Tarr,from,0.1.7,pkg:npm/from@0.1.7?vcs_url=git%3
976
976
  library,map-stream@0.0.7,MIT,,Dominic Tarr,map-stream,0.0.7,pkg:npm/map-stream@0.0.7?vcs_url=git%3A%2F%2Fgithub.com%2Fdominictarr%2Fmap-stream.git,,construct pipes of streams of events,git://github.com/dominictarr/map-stream.git,"as detected from PackageJson property ""repository.url""",http://github.com/dominictarr/map-stream,"as detected from PackageJson property ""homepage""",https://github.com/dominictarr/map-stream/issues,"as detected from PackageJson property ""bugs.url""",,,,,dominic.tarr@gmail.com,active,Active in npm registry,2022-06-19T15:52:46.194Z
977
977
  library,pause-stream@0.0.11,,,Dominic Tarr,pause-stream,0.0.11,pkg:npm/pause-stream@0.0.11?vcs_url=git%3A%2F%2Fgithub.com%2Fdominictarr%2Fpause-stream.git,,a ThroughStream that strictly buffers all readable events when paused.,git://github.com/dominictarr/pause-stream.git,"as detected from PackageJson property ""repository.url""",https://github.com/dominictarr/pause-stream#readme,"as detected from PackageJson property ""homepage""",https://github.com/dominictarr/pause-stream/issues,"as detected from PackageJson property ""bugs.url""",,,,,dominic.tarr@gmail.com,active,Active in npm registry,2022-11-08T10:38:57.078Z
978
978
  library,stream-combiner@0.2.2,MIT,,'Dominic Tarr',stream-combiner,0.2.2,pkg:npm/stream-combiner@0.2.2?vcs_url=git%3A%2F%2Fgithub.com%2Fdominictarr%2Fstream-combiner.git,,,git://github.com/dominictarr/stream-combiner.git,"as detected from PackageJson property ""repository.url""",https://github.com/dominictarr/stream-combiner,"as detected from PackageJson property ""homepage""",https://github.com/dominictarr/stream-combiner/issues,"as detected from PackageJson property ""bugs.url""",,,,,dominic.tarr@gmail.com,active,Active in npm registry,2022-11-08T10:38:50.859Z
979
- library,@typescript-eslint/scope-manager@8.46.0,MIT,@typescript-eslint,,scope-manager,8.46.0,pkg:npm/%40typescript-eslint/scope-manager@8.46.0?vcs_url=git%2Bhttps%3A%2F%2Fgithub.com%2Ftypescript-eslint%2Ftypescript-eslint.git#packages/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""",,,,,,active,Active in npm registry,2025-10-07T03:17:02.100Z
980
- library,@typescript-eslint/types@8.46.0,MIT,@typescript-eslint,,types,8.46.0,pkg:npm/%40typescript-eslint/types@8.46.0?vcs_url=git%2Bhttps%3A%2F%2Fgithub.com%2Ftypescript-eslint%2Ftypescript-eslint.git#packages/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""",,,,,,active,Active in npm registry,2025-10-07T03:16:42.973Z
981
- library,@typescript-eslint/typescript-estree@8.46.0,MIT,@typescript-eslint,,typescript-estree,8.46.0,pkg:npm/%40typescript-eslint/typescript-estree@8.46.0?vcs_url=git%2Bhttps%3A%2F%2Fgithub.com%2Ftypescript-eslint%2Ftypescript-eslint.git#packages/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""",,,,,,active,Active in npm registry,2025-10-07T03:16:55.279Z
982
- library,@typescript-eslint/visitor-keys@8.46.0,MIT,@typescript-eslint,,visitor-keys,8.46.0,pkg:npm/%40typescript-eslint/visitor-keys@8.46.0?vcs_url=git%2Bhttps%3A%2F%2Fgithub.com%2Ftypescript-eslint%2Ftypescript-eslint.git#packages/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""",,,,,,active,Active in npm registry,2025-10-07T03:16:48.730Z
983
- library,@typescript-eslint/project-service@8.46.0,MIT,@typescript-eslint,,project-service,8.46.0,pkg:npm/%40typescript-eslint/project-service@8.46.0?vcs_url=git%2Bhttps%3A%2F%2Fgithub.com%2Ftypescript-eslint%2Ftypescript-eslint.git#packages/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""",,,,,,active,Active in npm registry,2025-10-07T03:16:48.048Z
984
- library,@typescript-eslint/tsconfig-utils@8.46.0,MIT,@typescript-eslint,,tsconfig-utils,8.46.0,pkg:npm/%40typescript-eslint/tsconfig-utils@8.46.0?vcs_url=git%2Bhttps%3A%2F%2Fgithub.com%2Ftypescript-eslint%2Ftypescript-eslint.git#packages/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""",,,,,,active,Active in npm registry,2025-10-07T03:16:42.684Z
979
+ library,@typescript-eslint/scope-manager@8.46.0,MIT,@typescript-eslint,,scope-manager,8.46.0,pkg:npm/%40typescript-eslint/scope-manager@8.46.0?vcs_url=git%2Bhttps%3A%2F%2Fgithub.com%2Ftypescript-eslint%2Ftypescript-eslint.git#packages/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""",,,,,,active,Active in npm registry,2025-10-08T13:04:11.600Z
980
+ library,@typescript-eslint/types@8.46.0,MIT,@typescript-eslint,,types,8.46.0,pkg:npm/%40typescript-eslint/types@8.46.0?vcs_url=git%2Bhttps%3A%2F%2Fgithub.com%2Ftypescript-eslint%2Ftypescript-eslint.git#packages/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""",,,,,,active,Active in npm registry,2025-10-08T13:03:53.414Z
981
+ library,@typescript-eslint/typescript-estree@8.46.0,MIT,@typescript-eslint,,typescript-estree,8.46.0,pkg:npm/%40typescript-eslint/typescript-estree@8.46.0?vcs_url=git%2Bhttps%3A%2F%2Fgithub.com%2Ftypescript-eslint%2Ftypescript-eslint.git#packages/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""",,,,,,active,Active in npm registry,2025-10-08T13:04:05.751Z
982
+ library,@typescript-eslint/visitor-keys@8.46.0,MIT,@typescript-eslint,,visitor-keys,8.46.0,pkg:npm/%40typescript-eslint/visitor-keys@8.46.0?vcs_url=git%2Bhttps%3A%2F%2Fgithub.com%2Ftypescript-eslint%2Ftypescript-eslint.git#packages/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""",,,,,,active,Active in npm registry,2025-10-08T13:03:59.295Z
983
+ library,@typescript-eslint/project-service@8.46.0,MIT,@typescript-eslint,,project-service,8.46.0,pkg:npm/%40typescript-eslint/project-service@8.46.0?vcs_url=git%2Bhttps%3A%2F%2Fgithub.com%2Ftypescript-eslint%2Ftypescript-eslint.git#packages/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""",,,,,,active,Active in npm registry,2025-10-08T13:03:58.290Z
984
+ library,@typescript-eslint/tsconfig-utils@8.46.0,MIT,@typescript-eslint,,tsconfig-utils,8.46.0,pkg:npm/%40typescript-eslint/tsconfig-utils@8.46.0?vcs_url=git%2Bhttps%3A%2F%2Fgithub.com%2Ftypescript-eslint%2Ftypescript-eslint.git#packages/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""",,,,,,active,Active in npm registry,2025-10-08T13:03:53.102Z
985
985
  library,ts-api-utils@2.1.0,MIT,,JoshuaKGoldberg,ts-api-utils,2.1.0,pkg:npm/ts-api-utils@2.1.0?vcs_url=git%2Bhttps%3A%2F%2Fgithub.com%2FJoshuaKGoldberg%2Fts-api-utils.git,,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""",,,,,npm@joshuakgoldberg.com,active,Active in npm registry,2025-03-20T12:24:50.789Z
986
- library,@typescript-eslint/type-utils@8.46.0,MIT,@typescript-eslint,,type-utils,8.46.0,pkg:npm/%40typescript-eslint/type-utils@8.46.0?vcs_url=git%2Bhttps%3A%2F%2Fgithub.com%2Ftypescript-eslint%2Ftypescript-eslint.git#packages/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""",,,,,,active,Active in npm registry,2025-10-07T03:17:13.404Z
987
- library,@typescript-eslint/utils@8.46.0,MIT,@typescript-eslint,,utils,8.46.0,pkg:npm/%40typescript-eslint/utils@8.46.0?vcs_url=git%2Bhttps%3A%2F%2Fgithub.com%2Ftypescript-eslint%2Ftypescript-eslint.git#packages/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""",,,,,,active,Active in npm registry,2025-10-07T03:17:08.154Z
986
+ library,@typescript-eslint/type-utils@8.46.0,MIT,@typescript-eslint,,type-utils,8.46.0,pkg:npm/%40typescript-eslint/type-utils@8.46.0?vcs_url=git%2Bhttps%3A%2F%2Fgithub.com%2Ftypescript-eslint%2Ftypescript-eslint.git#packages/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""",,,,,,active,Active in npm registry,2025-10-08T13:04:23.835Z
987
+ library,@typescript-eslint/utils@8.46.0,MIT,@typescript-eslint,,utils,8.46.0,pkg:npm/%40typescript-eslint/utils@8.46.0?vcs_url=git%2Bhttps%3A%2F%2Fgithub.com%2Ftypescript-eslint%2Ftypescript-eslint.git#packages/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""",,,,,,active,Active in npm registry,2025-10-08T13:04:17.563Z
988
988
  library,graphemer@1.4.0,MIT,,Matt Davies,graphemer,1.4.0,pkg:npm/graphemer@1.4.0?vcs_url=git%2Bhttps%3A%2F%2Fgithub.com%2Fflmnt%2Fgraphemer.git,,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""",,,,,matt@filament.so,active,Active in npm registry,2023-06-22T16:32:15.232Z
989
989
  library,ignore@7.0.5,MIT,,kael,ignore,7.0.5,pkg:npm/ignore@7.0.5?vcs_url=git%2Bssh%3A%2F%2Fgit%40github.com%2Fkaelzhang%2Fnode-ignore.git,,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""",,,,,,active,Active in npm registry,2025-05-31T02:18:53.593Z
990
990
  library,undici-types@7.14.0,MIT,,,undici-types,7.14.0,pkg:npm/undici-types@7.14.0?vcs_url=git%2Bhttps%3A%2F%2Fgithub.com%2Fnodejs%2Fundici.git,,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""",,,,,,active,Active in npm registry,2025-09-09T17:07:28.064Z