@mojaloop/sdk-scheme-adapter 24.10.5 → 24.10.6-snapshot.0

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/.yarn/cache/{@redis-bloom-npm-5.7.0-67cf00b3fc-65b7e59fd7.zip → @redis-bloom-npm-5.8.0-436cff1687-a4ab9add75.zip} +0 -0
  2. package/.yarn/cache/{@redis-client-npm-5.7.0-3c2124ad4d-d419b092b6.zip → @redis-client-npm-5.8.0-3bdc0e2d9d-7db93f3e6f.zip} +0 -0
  3. package/.yarn/cache/{@redis-json-npm-5.7.0-a3d55d5e1b-3db824b752.zip → @redis-json-npm-5.8.0-c6aea5063f-3347bfd1ec.zip} +0 -0
  4. package/.yarn/cache/{@redis-search-npm-5.7.0-50287b6a92-bfd745e5ae.zip → @redis-search-npm-5.8.0-cd8c59f8e9-055c9804f9.zip} +0 -0
  5. package/.yarn/cache/{@redis-time-series-npm-5.7.0-34a6d1bcea-0f972a32e4.zip → @redis-time-series-npm-5.8.0-a8eada922a-98a8123a5b.zip} +0 -0
  6. package/.yarn/cache/{@types-node-npm-24.1.0-b409136c60-02c3d91e14.zip → @types-node-npm-24.2.0-62c65eafa6-b81501e05f.zip} +0 -0
  7. package/.yarn/cache/{@typescript-eslint-eslint-plugin-npm-8.38.0-2ba76441bb-60a97f671d.zip → @typescript-eslint-eslint-plugin-npm-8.39.0-7cc58b0ab6-31f879990a.zip} +0 -0
  8. package/.yarn/cache/{@typescript-eslint-parser-npm-8.38.0-8f23c01a78-c39e56a281.zip → @typescript-eslint-parser-npm-8.39.0-c138f72ca9-9785994ff0.zip} +0 -0
  9. package/.yarn/cache/@typescript-eslint-project-service-npm-8.39.0-4cecf00a1b-990ae23308.zip +0 -0
  10. package/.yarn/cache/@typescript-eslint-scope-manager-npm-8.39.0-45f3f86773-c2b232a172.zip +0 -0
  11. package/.yarn/cache/@typescript-eslint-tsconfig-utils-npm-8.39.0-444fac8997-3457da49e7.zip +0 -0
  12. package/.yarn/cache/{@typescript-eslint-type-utils-npm-8.38.0-1030fb6e99-e28302119b.zip → @typescript-eslint-type-utils-npm-8.39.0-02f1fd51a1-3efe4001b6.zip} +0 -0
  13. package/.yarn/cache/@typescript-eslint-types-npm-8.39.0-c051b2516d-b08a42e8b5.zip +0 -0
  14. package/.yarn/cache/@typescript-eslint-typescript-estree-npm-8.39.0-73bf7427a0-7e9dc461fe.zip +0 -0
  15. package/.yarn/cache/@typescript-eslint-utils-npm-8.39.0-26129b3d3c-ed340f36fa.zip +0 -0
  16. package/.yarn/cache/@typescript-eslint-visitor-keys-npm-8.39.0-76eaf78702-2eb89b9e4d.zip +0 -0
  17. package/.yarn/cache/{redis-npm-5.7.0-622a7e4dff-1bf7910937.zip → redis-npm-5.8.0-e751103f9d-8a645185df.zip} +0 -0
  18. package/.yarn/cache/{ts-jest-npm-29.4.0-9f040f13a5-fe501f3d99.zip → ts-jest-npm-29.4.1-ab76d85d32-6aed48232c.zip} +0 -0
  19. package/.yarn/cache/{undici-types-npm-7.8.0-86f3e2d23e-fcff3fbab2.zip → undici-types-npm-7.10.0-cd8324b9eb-1f3fe77793.zip} +0 -0
  20. package/.yarn/install-state.gz +0 -0
  21. package/modules/api-svc/package.json +2 -2
  22. package/modules/api-svc/src/lib/cache.js +54 -0
  23. package/modules/api-svc/src/lib/model/OutboundTransfersModel.js +93 -118
  24. package/modules/api-svc/src/lib/model/common/TimeoutError.js +41 -0
  25. package/modules/api-svc/src/lib/model/common/index.js +2 -0
  26. package/modules/api-svc/test/unit/api/transfers/transfers.test.js +1 -1
  27. package/modules/outbound-command-event-handler/package.json +6 -6
  28. package/modules/outbound-domain-event-handler/package.json +6 -6
  29. package/modules/private-shared-lib/package.json +6 -6
  30. package/package.json +5 -5
  31. package/{sbom-v24.10.4.csv → sbom-v24.10.5.csv} +18 -20
Binary file
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mojaloop/sdk-scheme-adapter-api-svc",
3
- "version": "21.0.0-snapshot.49",
3
+ "version": "21.0.0-snapshot.50",
4
4
  "description": "An adapter for connecting to Mojaloop API enabled switches.",
5
5
  "main": "src/index.js",
6
6
  "types": "src/index.d.ts",
@@ -96,7 +96,7 @@
96
96
  "prom-client": "15.1.3",
97
97
  "promise-timeout": "1.3.0",
98
98
  "random-word-slugs": "0.1.7",
99
- "redis": "5.7.0",
99
+ "redis": "5.8.0",
100
100
  "uuidv4": "6.2.13",
101
101
  "ws": "8.18.3"
102
102
  },
@@ -27,6 +27,8 @@
27
27
  'use strict';
28
28
 
29
29
  const redis = require('redis');
30
+ const EventEmitter = require('events');
31
+ const { TimeoutError } = require('./model/common/TimeoutError');
30
32
 
31
33
  const CONN_ST = {
32
34
  CONNECTED: 'CONNECTED',
@@ -41,6 +43,7 @@ const CONN_ST = {
41
43
  class Cache {
42
44
  constructor(config) {
43
45
  this._config = config;
46
+ this._channelEmitter = new EventEmitter();
44
47
 
45
48
  if(!config.cacheUrl || !config.logger) {
46
49
  throw new Error('Cache config requires cacheUrl and logger properties');
@@ -196,6 +199,57 @@ class Cache {
196
199
  return id;
197
200
  }
198
201
 
202
+ /**
203
+ * Subscribes to a channel for some period and always returns resolved promise
204
+ *
205
+ * @param {string} channel - The channel name to subscribe to
206
+ * @param {boolean} [needParse=true] - specify if the message should be parsed before returning
207
+ *
208
+ * @returns {Promise} - Promise that resolves with a message or an error
209
+ */
210
+ async subscribeToOneMessageWithTimerNew(channel, requestProcessingTimeoutSeconds, needParse = true) {
211
+ let subscription;
212
+
213
+ return new Promise((resolve, reject) => {
214
+
215
+ const timer = setTimeout(async () => {
216
+ if (subscription) {
217
+ this._channelEmitter.removeListener(channel, subscription);
218
+ }
219
+ // If there are no listeners left for this channel, we can unsubscribe
220
+ if (this._channelEmitter.listenerCount(channel) === 0) {
221
+ if (this._subscriptionClient) {
222
+ await this._subscriptionClient.unsubscribe(channel);
223
+ }
224
+ }
225
+ const errMessage = 'Timeout error';
226
+ this._logger.push({ channel }).warn(errMessage);
227
+ reject(new TimeoutError(errMessage));
228
+ }, requestProcessingTimeoutSeconds * 1000);
229
+
230
+ subscription = (message) => {
231
+ this._logger.push({ channel, message, needParse }).debug('subscribeToOneMessageWithTimer is done');
232
+ clearTimeout(timer);
233
+ resolve(needParse ? JSON.parse(message) : message);
234
+ };
235
+ this._channelEmitter.once(channel, subscription);
236
+
237
+ this._subscriptionClient.subscribe(channel, async (msg) => {
238
+ this._channelEmitter.emit(channel, msg);
239
+ // If there are no listeners left for this channel, we can unsubscribe
240
+ if (this._channelEmitter.listenerCount(channel) === 0) {
241
+ if (this._subscriptionClient) {
242
+ await this._subscriptionClient.unsubscribe(channel);
243
+ }
244
+ }
245
+ })
246
+ .catch(err => {
247
+ this._logger.push({ channel, err }).warn(`error in subscribeToOneMessageWithTimer: ${err.message}`);
248
+ reject(err);
249
+ });
250
+ });
251
+ }
252
+
199
253
  /**
200
254
  * Subscribes to a channel for some period and always returns resolved promise
201
255
  *
@@ -40,6 +40,7 @@ const PartiesModel = require('./PartiesModel');
40
40
  const {
41
41
  AmountTypes,
42
42
  BackendError,
43
+ TimeoutError,
43
44
  CacheKeyPrefixes,
44
45
  Directions,
45
46
  ErrorMessages,
@@ -321,147 +322,121 @@ class OutboundTransfersModel {
321
322
 
322
323
  let latencyTimerDone;
323
324
 
324
- // hook up a subscriber to handle response messages
325
- const subId = await this._cache.subscribe(payeeKey, (cn, msg, subId) => {
326
- try {
327
- if(latencyTimerDone) {
328
- latencyTimerDone();
329
- }
330
- this.metrics.partyLookupResponses.inc();
331
-
332
- this.data.getPartiesResponse = JSON.parse(msg);
333
- if (this.data.getPartiesResponse.body?.errorInformation) {
334
- // this is an error response to our GET /parties request
335
- const err = new BackendError(`Got an error response resolving party: ${safeStringify(this.data.getPartiesResponse.body, { depth: Infinity })}`, 500);
336
- err.mojaloopError = this.data.getPartiesResponse.body;
337
- // cancel the timeout handler
338
- clearTimeout(timeout);
339
- return reject(err);
340
- }
341
- let payee = this.data.getPartiesResponse.body;
342
-
343
- if(!payee.party) {
344
- // we should never get a non-error response without a party, but just in case...
345
- // cancel the timeout handler
346
- clearTimeout(timeout);
347
- return reject(new Error(`Resolved payee has no party object: ${safeStringify(payee)}`));
348
- }
349
-
350
- payee = payee.party;
351
-
352
- // cancel the timeout handler
353
- clearTimeout(timeout);
354
-
355
- this._logger.isVerboseEnabled && this._logger.push({ payee }).verbose('Payee resolved');
325
+ // now we have a timeout handler and a cache subscriber hooked up we can fire off
326
+ // a GET /parties request to the switch
327
+ try {
328
+ const channel = payeeKey;
329
+ const subscribing = this._cache.subscribeToOneMessageWithTimerNew(channel, this._requestProcessingTimeoutSeconds);
356
330
 
357
- // stop listening for payee resolution messages
358
- // no need to await for the unsubscribe to complete.
359
- // we dont really care if the unsubscribe fails but we should log it regardless
360
- this._cache.unsubscribe(payeeKey, subId, true).catch(e => {
361
- this._logger.isErrorEnabled && this._logger.error(`Error unsubscribing (in callback) ${payeeKey} ${subId}: ${e.stack || safeStringify(e)}`);
362
- });
331
+ latencyTimerDone = this.metrics.partyLookupLatency.startTimer();
332
+ const res = await this._requests.getParties(
333
+ this.data.to.idType,
334
+ this.data.to.idValue,
335
+ this.data.to.idSubValue,
336
+ this.data.to.fspId,
337
+ this.#createOtelHeaders()
338
+ );
363
339
 
364
- // check we got the right payee and info we need
365
- if(payee.partyIdInfo.partyIdType !== this.data.to.idType) {
366
- const err = new Error(`Expecting resolved payee party IdType to be ${this.data.to.idType} but got ${payee.partyIdInfo.partyIdType}`);
367
- return reject(err);
368
- }
340
+ this.data.getPartiesRequest = res.originalRequest;
369
341
 
370
- if(payee.partyIdInfo.partyIdentifier !== this.data.to.idValue) {
371
- const err = new Error(`Expecting resolved payee party identifier to be ${this.data.to.idValue} but got ${payee.partyIdInfo.partyIdentifier}`);
372
- return reject(err);
373
- }
342
+ this.metrics.partyLookupRequests.inc();
343
+ this._logger.isDebugEnabled && this._logger.push({ peer: res }).debug('Party lookup sent to peer');
374
344
 
375
- if(payee.partyIdInfo.partySubIdOrType !== this.data.to.idSubValue) {
376
- const err = new Error(`Expecting resolved payee party subTypeId to be ${this.data.to.idSubValue} but got ${payee.partyIdInfo.partySubIdOrType}`);
377
- return reject(err);
378
- }
345
+ const message = await subscribing;
379
346
 
380
- if(!payee.partyIdInfo.fspId) {
381
- const err = new Error(`Expecting resolved payee party to have an FSPID: ${safeStringify(payee.partyIdInfo)}`);
382
- return reject(err);
383
- }
347
+ if(latencyTimerDone) {
348
+ latencyTimerDone();
349
+ }
350
+ this.metrics.partyLookupResponses.inc();
384
351
 
385
- // now we got the payee, add the details to our data so we can use it
386
- // in the quote request
387
- this.data.to.fspId = payee.partyIdInfo.fspId;
388
- if(payee.partyIdInfo.extensionList) {
389
- this.data.to.extensionList = payee.partyIdInfo.extensionList.extension;
390
- }
391
- if(payee.personalInfo) {
392
- if(payee.personalInfo.complexName) {
393
- this.data.to.firstName = payee.personalInfo.complexName.firstName || this.data.to.firstName;
394
- this.data.to.middleName = payee.personalInfo.complexName.middleName || this.data.to.middleName;
395
- this.data.to.lastName = payee.personalInfo.complexName.lastName || this.data.to.lastName;
396
- }
397
- this.data.to.dateOfBirth = payee.personalInfo.dateOfBirth;
398
- }
352
+ this.data.getPartiesResponse = message;
353
+ if (this.data.getPartiesResponse.body?.errorInformation) {
354
+ // this is an error response to our GET /parties request
355
+ const err = new BackendError(`Got an error response resolving party: ${safeStringify(this.data.getPartiesResponse.body, { depth: Infinity })}`, 500);
356
+ err.mojaloopError = this.data.getPartiesResponse.body;
357
+ return reject(err);
358
+ }
359
+ let payee = this.data.getPartiesResponse.body;
399
360
 
400
- if (Array.isArray(payee.supportedCurrencies)) {
401
- if (!payee.supportedCurrencies.length) {
402
- throw new Error(ErrorMessages.noSupportedCurrencies);
403
- }
361
+ if(!payee.party) {
362
+ // we should never get a non-error response without a party, but just in case...
363
+ return reject(new Error(`Resolved payee has no party object: ${safeStringify(payee)}`));
364
+ }
404
365
 
405
- this.data.needFx = this._isFxNeeded(this._supportedCurrencies, payee.supportedCurrencies, this.data.currency, this.data.amountType);
406
- this.data.supportedCurrencies = payee.supportedCurrencies;
407
- }
366
+ payee = payee.party;
408
367
 
409
- this._logger.isVerboseEnabled && this._logger.push({
410
- transferId: this.data.transferId,
411
- homeTransactionId: this.data.homeTransactionId,
412
- needFx: this.data.needFx,
413
- }).verbose('Payee validation passed');
368
+ this._logger.isVerboseEnabled && this._logger.push({ payee }).verbose('Payee resolved');
414
369
 
415
- return resolve(payee);
370
+ // check we got the right payee and info we need
371
+ if(payee.partyIdInfo.partyIdType !== this.data.to.idType) {
372
+ const err = new Error(`Expecting resolved payee party IdType to be ${this.data.to.idType} but got ${payee.partyIdInfo.partyIdType}`);
373
+ return reject(err);
416
374
  }
417
- catch (err) {
375
+
376
+ if(payee.partyIdInfo.partyIdentifier !== this.data.to.idValue) {
377
+ const err = new Error(`Expecting resolved payee party identifier to be ${this.data.to.idValue} but got ${payee.partyIdInfo.partyIdentifier}`);
418
378
  return reject(err);
419
379
  }
420
- });
421
380
 
422
- // set up a timeout for the resolution
423
- const timeout = setTimeout(() => {
424
- const err = new BackendError(`Timeout resolving payee for transfer ${this.data.transferId}`, 504);
381
+ if(payee.partyIdInfo.partySubIdOrType !== this.data.to.idSubValue) {
382
+ const err = new Error(`Expecting resolved payee party subTypeId to be ${this.data.to.idSubValue} but got ${payee.partyIdInfo.partySubIdOrType}`);
383
+ return reject(err);
384
+ }
425
385
 
426
- // we dont really care if the unsubscribe fails but we should log it regardless
427
- this._cache.unsubscribe(payeeKey, subId, true).catch(e => {
428
- this._logger.isErrorEnabled && this._logger.error(`Error unsubscribing (in timeout handler) ${payeeKey} ${subId}: ${e.stack || safeStringify(e)}`);
429
- });
386
+ if(!payee.partyIdInfo.fspId) {
387
+ const err = new Error(`Expecting resolved payee party to have an FSPID: ${safeStringify(payee.partyIdInfo)}`);
388
+ return reject(err);
389
+ }
430
390
 
431
- if(latencyTimerDone) {
432
- latencyTimerDone();
391
+ // now we got the payee, add the details to our data so we can use it
392
+ // in the quote request
393
+ this.data.to.fspId = payee.partyIdInfo.fspId;
394
+ if(payee.partyIdInfo.extensionList) {
395
+ this.data.to.extensionList = payee.partyIdInfo.extensionList.extension;
396
+ }
397
+ if(payee.personalInfo) {
398
+ if(payee.personalInfo.complexName) {
399
+ this.data.to.firstName = payee.personalInfo.complexName.firstName || this.data.to.firstName;
400
+ this.data.to.middleName = payee.personalInfo.complexName.middleName || this.data.to.middleName;
401
+ this.data.to.lastName = payee.personalInfo.complexName.lastName || this.data.to.lastName;
402
+ }
403
+ this.data.to.dateOfBirth = payee.personalInfo.dateOfBirth;
433
404
  }
434
405
 
435
- return reject(err);
436
- }, this._requestProcessingTimeoutSeconds * 1000);
406
+ if (Array.isArray(payee.supportedCurrencies)) {
407
+ if (!payee.supportedCurrencies.length) {
408
+ throw new Error(ErrorMessages.noSupportedCurrencies);
409
+ }
437
410
 
438
- // now we have a timeout handler and a cache subscriber hooked up we can fire off
439
- // a GET /parties request to the switch
440
- try {
441
- latencyTimerDone = this.metrics.partyLookupLatency.startTimer();
442
- const res = await this._requests.getParties(
443
- this.data.to.idType,
444
- this.data.to.idValue,
445
- this.data.to.idSubValue,
446
- this.data.to.fspId,
447
- this.#createOtelHeaders()
448
- );
411
+ this.data.needFx = this._isFxNeeded(this._supportedCurrencies, payee.supportedCurrencies, this.data.currency, this.data.amountType);
412
+ this.data.supportedCurrencies = payee.supportedCurrencies;
413
+ }
449
414
 
450
- this.data.getPartiesRequest = res.originalRequest;
415
+ this._logger.isVerboseEnabled && this._logger.push({
416
+ transferId: this.data.transferId,
417
+ homeTransactionId: this.data.homeTransactionId,
418
+ needFx: this.data.needFx,
419
+ }).verbose('Payee validation passed');
451
420
 
452
- this.metrics.partyLookupRequests.inc();
453
- this._logger.isDebugEnabled && this._logger.push({ peer: res }).debug('Party lookup sent to peer');
421
+ return resolve(payee);
454
422
  }
455
423
  catch(err) {
456
- // cancel the timeout and unsubscribe before rejecting the promise
457
- clearTimeout(timeout);
458
-
459
- // we dont really care if the unsubscribe fails but we should log it regardless
460
- this._cache.unsubscribe(payeeKey, subId, true).catch(e => {
461
- this._logger.isErrorEnabled && this._logger.error(`Error unsubscribing ${payeeKey} ${subId}: ${e.stack || safeStringify(e)}`);
462
- });
463
-
464
- return reject(err);
424
+ this._logger.isErrorEnabled && this._logger.error(`Error in resolvePayee ${payeeKey}: ${err.stack || safeStringify(err)}`);
425
+ // If type of error is BackendError, it will be handled by the state machine
426
+ if (err instanceof BackendError) {
427
+ this.data.lastError = err;
428
+ return reject(err);
429
+ }
430
+ // Check if the error is a TimeoutError, and if so, reject with a BackendError
431
+ if (err instanceof TimeoutError) {
432
+ const error = new BackendError(`Timeout resolving payee for transfer ${this.data.transferId}`, 504);
433
+ this.data.lastError = error;
434
+ return reject(error);
435
+ }
436
+ // otherwise, just throw a generic error
437
+ const error = new BackendError(`Error resolving payee for transfer ${this.data.transferId}: ${err.message}`, 500);
438
+ this.data.lastError = error;
439
+ return reject(error);
465
440
  }
466
441
  });
467
442
  }
@@ -0,0 +1,41 @@
1
+ /*****
2
+ License
3
+ --------------
4
+ Copyright © 2020-2025 Mojaloop Foundation
5
+ The Mojaloop files are made available by the Mojaloop Foundation under the Apache License, Version 2.0 (the "License") and you may not use these files except in compliance with the License. You may obtain a copy of the License at
6
+
7
+ http://www.apache.org/licenses/LICENSE-2.0
8
+
9
+ Unless required by applicable law or agreed to in writing, the Mojaloop files are distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
10
+
11
+ Contributors
12
+ --------------
13
+ This is the official list of the Mojaloop project contributors for this file.
14
+ Names of the original copyright holders (individuals or organizations)
15
+ should be listed with a '*' in the first column. People who have
16
+ contributed from an organization can be listed under the organization
17
+ that actually holds the copyright for their contributions (see the
18
+ Mojaloop Foundation for an example). Those individuals should have
19
+ their names indented and be marked with a '-'. Email address can be added
20
+ optionally within square brackets <email>.
21
+
22
+ * Mojaloop Foundation
23
+ - Name Surname <name.surname@mojaloop.io>
24
+
25
+ * Infitx
26
+ - Vijay Kumar Guthi - <vijaya.guthi@infitx.com>
27
+ --------------
28
+ ******/
29
+ 'use strict';
30
+
31
+ class TimeoutError extends Error {
32
+ constructor(msg) {
33
+ super(msg);
34
+ this.name = 'TimeoutError';
35
+ }
36
+ }
37
+
38
+
39
+ module.exports = {
40
+ TimeoutError
41
+ };
@@ -28,10 +28,12 @@
28
28
  ******/
29
29
  const Enums = require('./Enums');
30
30
  const { BackendError } = require('./BackendError');
31
+ const { TimeoutError } = require('./TimeoutError');
31
32
  const PersistentStateMachine = require('./PersistentStateMachine');
32
33
 
33
34
  module.exports = {
34
35
  ...Enums,
35
36
  BackendError,
37
+ TimeoutError,
36
38
  PersistentStateMachine
37
39
  };
@@ -147,7 +147,7 @@ describe('Outbound Transfers API', () => {
147
147
  parties: {
148
148
  put: () => new Promise(
149
149
  resolve => setTimeout(() => resolve(putPartiesBody),
150
- 2000)),
150
+ 3000)),
151
151
  },
152
152
  };
153
153
  return testPostTransfers(putBodyFn, 504, postTransfersErrorTimeoutResponse);
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mojaloop/sdk-scheme-adapter-outbound-command-event-handler",
3
- "version": "0.3.0-snapshot.46",
3
+ "version": "0.3.0-snapshot.47",
4
4
  "description": "Mojaloop sdk scheme adapter command event handler",
5
5
  "license": "Apache-2.0",
6
6
  "homepage": "https://github.com/mojaloop/sdk-scheme-adapter/",
@@ -51,7 +51,7 @@
51
51
  "convict": "6.2.4",
52
52
  "express": "4.21.2",
53
53
  "openapi-backend": "5.13.0",
54
- "redis": "5.7.0",
54
+ "redis": "5.8.0",
55
55
  "swagger-ui-express": "5.0.1",
56
56
  "yamljs": "0.3.0"
57
57
  },
@@ -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.1.0",
63
+ "@types/node": "24.2.0",
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.38.0",
69
- "@typescript-eslint/parser": "8.38.0",
68
+ "@typescript-eslint/eslint-plugin": "8.39.0",
69
+ "@typescript-eslint/parser": "8.39.0",
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.0",
77
+ "ts-jest": "29.4.1",
78
78
  "ts-node": "10.9.2",
79
79
  "typescript": "5.9.2"
80
80
  },
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mojaloop/sdk-scheme-adapter-outbound-domain-event-handler",
3
- "version": "0.3.0-snapshot.46",
3
+ "version": "0.3.0-snapshot.47",
4
4
  "description": "mojaloop sdk scheme adapter outbound domain event handler",
5
5
  "license": "Apache-2.0",
6
6
  "homepage": "https://github.com/mojaloop/sdk-scheme-adapter/",
@@ -49,7 +49,7 @@
49
49
  "convict": "6.2.4",
50
50
  "express": "4.21.2",
51
51
  "openapi-backend": "5.13.0",
52
- "redis": "5.7.0",
52
+ "redis": "5.8.0",
53
53
  "swagger-ui-express": "5.0.1",
54
54
  "yamljs": "0.3.0"
55
55
  },
@@ -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.1.0",
60
+ "@types/node": "24.2.0",
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.38.0",
66
- "@typescript-eslint/parser": "8.38.0",
65
+ "@typescript-eslint/eslint-plugin": "8.39.0",
66
+ "@typescript-eslint/parser": "8.39.0",
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.0",
74
+ "ts-jest": "29.4.1",
75
75
  "ts-node": "10.9.2",
76
76
  "typescript": "5.9.2"
77
77
  },
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mojaloop/sdk-scheme-adapter-private-shared-lib",
3
- "version": "0.4.0-snapshot.46",
3
+ "version": "0.4.0-snapshot.47",
4
4
  "description": "SDK Scheme Adapter private shared library.",
5
5
  "license": "Apache-2.0",
6
6
  "homepage": "https://github.com/mojaloop/accounts-and-balances-bc/tree/main/modules/private-types",
@@ -35,21 +35,21 @@
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",
37
37
  "ajv": "8.17.1",
38
- "redis": "5.7.0",
38
+ "redis": "5.8.0",
39
39
  "uuid": "11.1.0"
40
40
  },
41
41
  "devDependencies": {
42
42
  "@eslint/compat": "1.3.1",
43
- "@types/node": "24.1.0",
43
+ "@types/node": "24.2.0",
44
44
  "@types/uuid": "10.0.0",
45
- "@typescript-eslint/eslint-plugin": "8.38.0",
46
- "@typescript-eslint/parser": "8.38.0",
45
+ "@typescript-eslint/eslint-plugin": "8.39.0",
46
+ "@typescript-eslint/parser": "8.39.0",
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.0",
52
+ "ts-jest": "29.4.1",
53
53
  "tslib": "2.8.1",
54
54
  "typescript": "5.9.2"
55
55
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mojaloop/sdk-scheme-adapter",
3
- "version": "24.10.5",
3
+ "version": "24.10.6-snapshot.0",
4
4
  "description": "mojaloop sdk-scheme-adapter",
5
5
  "license": "Apache-2.0",
6
6
  "homepage": "https://github.com/mojaloop/sdk-scheme-adapter",
@@ -82,10 +82,10 @@
82
82
  },
83
83
  "devDependencies": {
84
84
  "@types/jest": "30.0.0",
85
- "@types/node": "24.1.0",
85
+ "@types/node": "24.2.0",
86
86
  "@types/node-cache": "4.2.5",
87
- "@typescript-eslint/eslint-plugin": "8.38.0",
88
- "@typescript-eslint/parser": "8.38.0",
87
+ "@typescript-eslint/eslint-plugin": "8.39.0",
88
+ "@typescript-eslint/parser": "8.39.0",
89
89
  "audit-ci": "7.1.0",
90
90
  "eslint": "9.15.0",
91
91
  "eslint-config-airbnb-typescript": "18.0.0",
@@ -97,7 +97,7 @@
97
97
  "npm-check-updates": "16.7.10",
98
98
  "replace": "1.2.2",
99
99
  "standard-version": "9.5.0",
100
- "ts-jest": "29.4.0",
100
+ "ts-jest": "29.4.1",
101
101
  "ts-node": "10.9.2",
102
102
  "typescript": "5.9.2",
103
103
  "yarn-audit-fix": "10.1.1"
@@ -2,7 +2,7 @@ type,bom_ref,license-id,group,author,name,version,purl,path,description,vcs-url,
2
2
  application,,,,,yarn,4.9.2,,,,,,,,,,,,,,,,,
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.10.4,pkg:npm/%40mojaloop/sdk-scheme-adapter@24.10.4,,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-06-26T02:09:11.914Z
5
+ application,@mojaloop/sdk-scheme-adapter@workspace:.,Apache-2.0,@mojaloop,,sdk-scheme-adapter,24.10.5,pkg:npm/%40mojaloop/sdk-scheme-adapter@24.10.5,,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-07-31T16:29:27.196Z
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-06-16T07:35:58.595Z
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.1.0,MIT,@types,,node,24.1.0,pkg:npm/%40types/node@24.1.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-07-29T15:04:28.019Z
@@ -17,13 +17,13 @@ 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-06-28T18:41:30.642Z
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-07-23T00:48:18.438Z
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-07-31T14:56:56.766Z
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-08-01T10:42:19.183Z
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.0,MIT,,Kulshekhar Kabra,ts-jest,29.4.0,pkg:npm/ts-jest@29.4.0?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-06-12T04:02:43.356Z
24
24
  library,ts-node@10.9.2,MIT,,Blake Embrey,ts-node,10.9.2,pkg:npm/ts-node@10.9.2?vcs_url=git%3A%2F%2Fgithub.com%2FTypeStrong%2Fts-node.git,,TypeScript execution environment and REPL for node.js~ with source map support,git://github.com/TypeStrong/ts-node.git,"as detected from PackageJson property ""repository.url""",https://typestrong.org/ts-node,"as detected from PackageJson property ""homepage""",https://github.com/TypeStrong/ts-node/issues,"as detected from PackageJson property ""bugs.url""",,,,,hello@blakeembrey.com,active,Active in npm registry,2024-08-28T19:08:13.840Z
25
25
  library,tslib@2.8.1,0BSD,,Microsoft Corp.,tslib,2.8.1,pkg:npm/tslib@2.8.1?vcs_url=git%2Bhttps%3A%2F%2Fgithub.com%2FMicrosoft%2Ftslib.git,,Runtime library for TypeScript helper functions,git+https://github.com/Microsoft/tslib.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""",,,,,,active,Active in npm registry,2025-05-22T16:57:30.422Z
26
- library,typescript@patch:typescript@npm%3A5.8.3#optional!builtin<compat/typescript>::version=5.8.3&hash=5786d5,Apache-2.0,,Microsoft Corp.,typescript,5.8.3,pkg:npm/typescript@5.8.3?vcs_url=git%2Bhttps%3A%2F%2Fgithub.com%2Fmicrosoft%2FTypeScript.git,,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""",,,,,,,,
26
+ library,typescript@patch:typescript@npm%3A5.9.2#optional!builtin<compat/typescript>::version=5.9.2&hash=5786d5,Apache-2.0,,Microsoft Corp.,typescript,5.9.2,pkg:npm/typescript@5.9.2?vcs_url=git%2Bhttps%3A%2F%2Fgithub.com%2Fmicrosoft%2FTypeScript.git,,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""",,,,,,,,
27
27
  library,yarn-audit-fix@10.1.1,MIT,,Anton Golub,yarn-audit-fix,10.1.1,pkg:npm/yarn-audit-fix@10.1.1?vcs_url=git%2Bhttps%3A%2F%2Fgithub.com%2Fantongolub%2Fyarn-audit-fix.git,,The missing `yarn audit fix`,git+https://github.com/antongolub/yarn-audit-fix.git,"as detected from PackageJson property ""repository.url""",https://github.com/antongolub/yarn-audit-fix#readme,"as detected from PackageJson property ""homepage""",https://github.com/antongolub/yarn-audit-fix/issues,"as detected from PackageJson property ""bugs.url""",,,,,golub.anton@gmail.com,active,Active in npm registry,2024-11-29T17:22:37.489Z
28
28
  library,@types/fs-extra@11.0.4,MIT,@types,,fs-extra,11.0.4,pkg:npm/%40types/fs-extra@11.0.4?vcs_url=git%2Bhttps%3A%2F%2Fgithub.com%2FDefinitelyTyped%2FDefinitelyTyped.git#types/fs-extra,,TypeScript definitions for fs-extra,git+https://github.com/DefinitelyTyped/DefinitelyTyped.git#types/fs-extra,"as detected from PackageJson property ""repository.url"" and ""repository.directory""",https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/fs-extra,"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-02-23T08:08:06.726Z
29
29
  library,@types/lodash-es@4.17.12,MIT,@types,,lodash-es,4.17.12,pkg:npm/%40types/lodash-es@4.17.12?vcs_url=git%2Bhttps%3A%2F%2Fgithub.com%2FDefinitelyTyped%2FDefinitelyTyped.git#types/lodash-es,,TypeScript definitions for lodash-es,git+https://github.com/DefinitelyTyped/DefinitelyTyped.git#types/lodash-es,"as detected from PackageJson property ""repository.url"" and ""repository.directory""",https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/lodash-es,"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-02-23T07:13:20.643Z
@@ -99,11 +99,9 @@ library,async@3.2.6,MIT,,Caolan McMahon,async,3.2.6,pkg:npm/async@3.2.6?vcs_url=
99
99
  library,chalk@4.1.2,MIT,,,chalk,4.1.2,pkg:npm/chalk@4.1.2?vcs_url=git%2Bhttps%3A%2F%2Fgithub.com%2Fchalk%2Fchalk.git,,Terminal string styling done right,git+https://github.com/chalk/chalk.git,"as detected from PackageJson property ""repository.url""",https://github.com/chalk/chalk#readme,"as detected from PackageJson property ""homepage""",https://github.com/chalk/chalk/issues,"as detected from PackageJson property ""bugs.url""",,,,,,active,Active in npm registry,2025-07-22T01:09:17.470Z
100
100
  library,filelist@1.0.4,Apache-2.0,,Matthew Eernisse,filelist,1.0.4,pkg:npm/filelist@1.0.4?vcs_url=git%3A%2F%2Fgithub.com%2Fmde%2Ffilelist.git,,Lazy-evaluating list of files~ based on globs or regex patterns,git://github.com/mde/filelist.git,"as detected from PackageJson property ""repository.url""",https://github.com/mde/filelist,"as detected from PackageJson property ""homepage""",https://github.com/mde/filelist/issues,"as detected from PackageJson property ""bugs.url""",,,,,,active,Active in npm registry,2022-06-18T00:42:47.094Z
101
101
  library,minimatch@3.1.2,ISC,,Isaac Z. Schlueter,minimatch,3.1.2,pkg:npm/minimatch@3.1.2?vcs_url=git%3A%2F%2Fgithub.com%2Fisaacs%2Fminimatch.git,,a glob matcher in javascript,git://github.com/isaacs/minimatch.git,"as detected from PackageJson property ""repository.url""",https://github.com/isaacs/minimatch#readme,"as detected from PackageJson property ""homepage""",https://github.com/isaacs/minimatch/issues,"as detected from PackageJson property ""bugs.url""",,,,,i@izs.me,active,Active in npm registry,2025-06-12T20:19:28.018Z
102
- library,brace-expansion@1.1.11,MIT,,Julian Gruber,brace-expansion,1.1.11,pkg:npm/brace-expansion@1.1.11?vcs_url=git%3A%2F%2Fgithub.com%2Fjuliangruber%2Fbrace-expansion.git,,Brace expansion as known from sh/bash,git://github.com/juliangruber/brace-expansion.git,"as detected from PackageJson property ""repository.url""",https://github.com/juliangruber/brace-expansion,"as detected from PackageJson property ""homepage""",https://github.com/juliangruber/brace-expansion/issues,"as detected from PackageJson property ""bugs.url""",,,,,mail@juliangruber.com,active,Active in npm registry,2025-06-11T08:52:58.305Z
102
+ library,brace-expansion@2.0.1,MIT,,Julian Gruber,brace-expansion,2.0.1,pkg:npm/brace-expansion@2.0.1?vcs_url=git%3A%2F%2Fgithub.com%2Fjuliangruber%2Fbrace-expansion.git,,Brace expansion as known from sh/bash,git://github.com/juliangruber/brace-expansion.git,"as detected from PackageJson property ""repository.url""",https://github.com/juliangruber/brace-expansion,"as detected from PackageJson property ""homepage""",https://github.com/juliangruber/brace-expansion/issues,"as detected from PackageJson property ""bugs.url""",,,,,mail@juliangruber.com,active,Active in npm registry,2025-06-11T08:52:58.305Z
103
103
  library,balanced-match@1.0.2,MIT,,Julian Gruber,balanced-match,1.0.2,pkg:npm/balanced-match@1.0.2?vcs_url=git%3A%2F%2Fgithub.com%2Fjuliangruber%2Fbalanced-match.git,,Match balanced character pairs~ like { and },git://github.com/juliangruber/balanced-match.git,"as detected from PackageJson property ""repository.url""",https://github.com/juliangruber/balanced-match,"as detected from PackageJson property ""homepage""",https://github.com/juliangruber/balanced-match/issues,"as detected from PackageJson property ""bugs.url""",,,,,mail@juliangruber.com,active,Active in npm registry,2023-10-07T13:34:03.844Z
104
- library,concat-map@0.0.1,MIT,,James Halliday,concat-map,0.0.1,pkg:npm/concat-map@0.0.1?vcs_url=git%3A%2F%2Fgithub.com%2Fsubstack%2Fnode-concat-map.git,,concatenative mapdashery,git://github.com/substack/node-concat-map.git,"as detected from PackageJson property ""repository.url""",https://github.com/substack/node-concat-map#readme,"as detected from PackageJson property ""homepage""",https://github.com/substack/node-concat-map/issues,"as detected from PackageJson property ""bugs.url""",,,,,mail@substack.net,active,Active in npm registry,2023-06-22T16:31:35.118Z
105
104
  library,minimatch@5.1.6,ISC,,Isaac Z. Schlueter,minimatch,5.1.6,pkg:npm/minimatch@5.1.6?vcs_url=git%3A%2F%2Fgithub.com%2Fisaacs%2Fminimatch.git,,a glob matcher in javascript,git://github.com/isaacs/minimatch.git,"as detected from PackageJson property ""repository.url""",https://github.com/isaacs/minimatch#readme,"as detected from PackageJson property ""homepage""",https://github.com/isaacs/minimatch/issues,"as detected from PackageJson property ""bugs.url""",,,,,i@izs.me,active,Active in npm registry,2025-06-12T20:19:28.018Z
106
- library,brace-expansion@2.0.1,MIT,,Julian Gruber,brace-expansion,2.0.1,pkg:npm/brace-expansion@2.0.1?vcs_url=git%3A%2F%2Fgithub.com%2Fjuliangruber%2Fbrace-expansion.git,,Brace expansion as known from sh/bash,git://github.com/juliangruber/brace-expansion.git,"as detected from PackageJson property ""repository.url""",https://github.com/juliangruber/brace-expansion,"as detected from PackageJson property ""homepage""",https://github.com/juliangruber/brace-expansion/issues,"as detected from PackageJson property ""bugs.url""",,,,,mail@juliangruber.com,active,Active in npm registry,2025-06-11T08:52:58.305Z
107
105
  library,ansi-styles@4.3.0,MIT,,Sindre Sorhus,ansi-styles,4.3.0,pkg:npm/ansi-styles@4.3.0?vcs_url=git%2Bhttps%3A%2F%2Fgithub.com%2Fchalk%2Fansi-styles.git,,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""",,,,,sindresorhus@gmail.com,active,Active in npm registry,2023-05-10T18:27:53.474Z
108
106
  library,supports-color@7.2.0,MIT,,Sindre Sorhus,supports-color,7.2.0,pkg:npm/supports-color@7.2.0?vcs_url=git%2Bhttps%3A%2F%2Fgithub.com%2Fchalk%2Fsupports-color.git,,Detect whether a terminal supports color,git+https://github.com/chalk/supports-color.git,"as detected from PackageJson property ""repository.url""",https://github.com/chalk/supports-color#readme,"as detected from PackageJson property ""homepage""",https://github.com/chalk/supports-color/issues,"as detected from PackageJson property ""bugs.url""",,,,,sindresorhus@gmail.com,active,Active in npm registry,2024-12-18T17:55:27.773Z
109
107
  library,has-flag@4.0.0,MIT,,Sindre Sorhus,has-flag,4.0.0,pkg:npm/has-flag@4.0.0?vcs_url=git%2Bhttps%3A%2F%2Fgithub.com%2Fsindresorhus%2Fhas-flag.git,,Check if argv has a specific flag,git+https://github.com/sindresorhus/has-flag.git,"as detected from PackageJson property ""repository.url""",https://github.com/sindresorhus/has-flag#readme,"as detected from PackageJson property ""homepage""",https://github.com/sindresorhus/has-flag/issues,"as detected from PackageJson property ""bugs.url""",,,,,sindresorhus@gmail.com,active,Active in npm registry,2023-04-17T23:19:31.649Z
@@ -291,16 +289,16 @@ library,which-module@2.0.1,ISC,,nexdrew,which-module,2.0.1,pkg:npm/which-module@
291
289
  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
292
290
  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,2023-10-28T17:40:34.535Z
293
291
  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-05-20T19:05:28.355Z
294
- 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-07-31T14:56:41.701Z
295
- 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-07-31T14:56:41.298Z
296
- 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-07-31T14:56:48.531Z
297
- 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-07-31T14:56:41.576Z
298
- 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-07-31T14:56:47.311Z
299
- 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-07-31T14:56:41.626Z
300
- 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-07-31T14:56:48.763Z
301
- 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-07-31T14:56:41.308Z
302
- 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-07-31T14:56:41.571Z
303
- 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-07-31T14:56:41.679Z
292
+ 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-08-01T10:42:05.446Z
293
+ 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-08-01T10:42:06.013Z
294
+ 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-08-01T10:42:11.796Z
295
+ 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-08-01T10:42:05.562Z
296
+ 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-08-01T10:42:05.453Z
297
+ 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-08-01T10:42:05.763Z
298
+ 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-08-01T10:42:11.100Z
299
+ 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-08-01T10:42:05.590Z
300
+ 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-08-01T10:42:04.842Z
301
+ 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-08-01T10:42:05.245Z
304
302
  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
305
303
  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
306
304
  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-07-31T12:37:50.534Z
@@ -325,7 +323,7 @@ library,tsconfig-paths@4.2.0,MIT,,Jonas Kello,tsconfig-paths,4.2.0,pkg:npm/tscon
325
323
  library,v8-compile-cache@2.3.0,MIT,,Andres Suarez,v8-compile-cache,2.3.0,pkg:npm/v8-compile-cache@2.3.0?vcs_url=git%2Bhttps%3A%2F%2Fgithub.com%2Fzertosh%2Fv8-compile-cache.git,,Require hook for automatic V8 compile cache persistence,git+https://github.com/zertosh/v8-compile-cache.git,"as detected from PackageJson property ""repository.url""",https://github.com/zertosh/v8-compile-cache#readme,"as detected from PackageJson property ""homepage""",https://github.com/zertosh/v8-compile-cache/issues,"as detected from PackageJson property ""bugs.url""",,,,,zertosh@gmail.com,active,Active in npm registry,2023-08-14T21:38:46.749Z
326
324
  library,yargs@17.7.2,MIT,,,yargs,17.7.2,pkg:npm/yargs@17.7.2?vcs_url=git%2Bhttps%3A%2F%2Fgithub.com%2Fyargs%2Fyargs.git,,yargs the modern~ pirate-themed~ successor to optimist.,git+https://github.com/yargs/yargs.git,"as detected from PackageJson property ""repository.url""",https://yargs.js.org/,"as detected from PackageJson property ""homepage""",https://github.com/yargs/yargs/issues,"as detected from PackageJson property ""bugs.url""",,,,,,active,Active in npm registry,2025-05-27T14:27:19.679Z
327
325
  library,cliui@8.0.1,ISC,,Ben Coe,cliui,8.0.1,pkg:npm/cliui@8.0.1?vcs_url=git%2Bhttps%3A%2F%2Fgithub.com%2Fyargs%2Fcliui.git,,easily create complex multi-column command-line-interfaces,git+https://github.com/yargs/cliui.git,"as detected from PackageJson property ""repository.url""",https://github.com/yargs/cliui#readme,"as detected from PackageJson property ""homepage""",https://github.com/yargs/cliui/issues,"as detected from PackageJson property ""bugs.url""",,,,,ben@npmjs.com,active,Active in npm registry,2025-03-17T02:36:25.675Z
328
- library,bl@4.1.0,MIT,,,bl,4.1.0,pkg:npm/bl@4.1.0?vcs_url=git%2Bhttps%3A%2F%2Fgithub.com%2Frvagg%2Fbl.git,,Buffer List: collect buffers and access with a standard readable Buffer interface~ streamable too!,git+https://github.com/rvagg/bl.git,"as detected from PackageJson property ""repository.url""",https://github.com/rvagg/bl,"as detected from PackageJson property ""homepage""",https://github.com/rvagg/bl/issues,"as detected from PackageJson property ""bugs.url""",,,,,,active,Active in npm registry,2025-03-11T18:22:30.092Z
326
+ library,bl@4.1.0,MIT,,,bl,4.1.0,pkg:npm/bl@4.1.0?vcs_url=git%2Bhttps%3A%2F%2Fgithub.com%2Frvagg%2Fbl.git,,Buffer List: collect buffers and access with a standard readable Buffer interface~ streamable too!,git+https://github.com/rvagg/bl.git,"as detected from PackageJson property ""repository.url""",https://github.com/rvagg/bl,"as detected from PackageJson property ""homepage""",https://github.com/rvagg/bl/issues,"as detected from PackageJson property ""bugs.url""",,,,,,active,Active in npm registry,2025-08-01T06:59:32.366Z
329
327
  library,end-of-stream@1.4.4,MIT,,Mathias Buus,end-of-stream,1.4.4,pkg:npm/end-of-stream@1.4.4?vcs_url=git%3A%2F%2Fgithub.com%2Fmafintosh%2Fend-of-stream.git,,Call a callback when a readable/writable/duplex stream has completed or failed.,git://github.com/mafintosh/end-of-stream.git,"as detected from PackageJson property ""repository.url""",https://github.com/mafintosh/end-of-stream,"as detected from PackageJson property ""homepage""",https://github.com/mafintosh/end-of-stream/issues,"as detected from PackageJson property ""bugs.url""",,,,,mathiasbuus@gmail.com,active,Active in npm registry,2025-06-16T13:29:00.747Z
330
328
  library,fs-constants@1.0.0,MIT,,Mathias Buus,fs-constants,1.0.0,pkg:npm/fs-constants@1.0.0?vcs_url=git%2Bhttps%3A%2F%2Fgithub.com%2Fmafintosh%2Ffs-constants.git,,Require constants across node and the browser,git+https://github.com/mafintosh/fs-constants.git,"as detected from PackageJson property ""repository.url""",https://github.com/mafintosh/fs-constants,"as detected from PackageJson property ""homepage""",https://github.com/mafintosh/fs-constants/issues,"as detected from PackageJson property ""bugs.url""",,,,,,active,Active in npm registry,2022-05-02T23:23:22.507Z
331
329
  library,once@1.4.0,ISC,,Isaac Z. Schlueter,once,1.4.0,pkg:npm/once@1.4.0?vcs_url=git%3A%2F%2Fgithub.com%2Fisaacs%2Fonce.git,,Run a function exactly one time,git://github.com/isaacs/once.git,"as detected from PackageJson property ""repository.url""",https://github.com/isaacs/once#readme,"as detected from PackageJson property ""homepage""",https://github.com/isaacs/once/issues,"as detected from PackageJson property ""bugs.url""",,,,,i@izs.me,active,Active in npm registry,2023-06-22T16:33:12.734Z
@@ -668,7 +666,7 @@ library,leven@3.1.0,MIT,,Sindre Sorhus,leven,3.1.0,pkg:npm/leven@3.1.0?vcs_url=g
668
666
  library,pretty-format@29.7.0,MIT,,James Kyle,pretty-format,29.7.0,pkg:npm/pretty-format@29.7.0?vcs_url=git%2Bhttps%3A%2F%2Fgithub.com%2Fjestjs%2Fjest.git#packages/pretty-format,,Stringify any JavaScript value.,git+https://github.com/jestjs/jest.git#packages/pretty-format,"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""",,,,,me@thejameskyle.com,active,Active in npm registry,2025-07-22T02:28:31.661Z
669
667
  library,@jest/schemas@29.6.3,MIT,@jest,,schemas,29.6.3,pkg:npm/%40jest/schemas@29.6.3?vcs_url=git%2Bhttps%3A%2F%2Fgithub.com%2Fjestjs%2Fjest.git#packages/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""",,,,,,active,Active in npm registry,2025-07-22T02:28:24.848Z
670
668
  library,ansi-styles@5.2.0,MIT,,Sindre Sorhus,ansi-styles,5.2.0,pkg:npm/ansi-styles@5.2.0?vcs_url=git%2Bhttps%3A%2F%2Fgithub.com%2Fchalk%2Fansi-styles.git,,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""",,,,,sindresorhus@gmail.com,active,Active in npm registry,2023-05-10T18:27:53.474Z
671
- library,react-is@18.3.1,MIT,,,react-is,18.3.1,pkg:npm/react-is@18.3.1?vcs_url=git%2Bhttps%3A%2F%2Fgithub.com%2Ffacebook%2Freact.git#packages/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""",,,,,,active,Active in npm registry,2025-07-30T16:21:13.519Z
669
+ library,react-is@18.3.1,MIT,,,react-is,18.3.1,pkg:npm/react-is@18.3.1?vcs_url=git%2Bhttps%3A%2F%2Fgithub.com%2Ffacebook%2Freact.git#packages/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""",,,,,,active,Active in npm registry,2025-07-31T16:21:22.280Z
672
670
  library,@sinclair/typebox@0.27.8,MIT,@sinclair,sinclairzx81,typebox,0.27.8,pkg:npm/%40sinclair/typebox@0.27.8?vcs_url=git%2Bhttps%3A%2F%2Fgithub.com%2Fsinclairzx81%2Ftypebox.git,,JSONSchema 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""",,,,,,active,Active in npm registry,2025-07-16T02:48:03.435Z
673
671
  library,@babel/core@7.26.9,MIT,@babel,The Babel Team,core,7.26.9,pkg:npm/%40babel/core@7.26.9?vcs_url=git%2Bhttps%3A%2F%2Fgithub.com%2Fbabel%2Fbabel.git#packages/babel-core,,Babel compiler core.,git+https://github.com/babel/babel.git#packages/babel-core,"as detected from PackageJson property ""repository.url"" and ""repository.directory""",https://babel.dev/docs/en/next/babel-core,"as detected from PackageJson property ""homepage""",https://github.com/babel/babel/issues?utf8=%E2%9C%93&q=is%3Aissue+label%3A%22pkg%3A%20core%22+is%3Aopen,"as detected from PackageJson property ""bugs.url""",,,,,,active,Active in npm registry,2025-07-02T09:04:46.146Z
674
672
  library,@jest/test-sequencer@29.7.0,MIT,@jest,,test-sequencer,29.7.0,pkg:npm/%40jest/test-sequencer@29.7.0?vcs_url=git%2Bhttps%3A%2F%2Fgithub.com%2Fjestjs%2Fjest.git#packages/jest-test-sequencer,,,git+https://github.com/jestjs/jest.git#packages/jest-test-sequencer,"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""",,,,,,active,Active in npm registry,2025-07-22T02:28:43.804Z
@@ -790,7 +788,7 @@ library,@babel/plugin-syntax-optional-chaining@7.8.3,MIT,@babel,,plugin-syntax-o
790
788
  library,@babel/plugin-syntax-private-property-in-object@7.14.5,MIT,@babel,The Babel Team,plugin-syntax-private-property-in-object,7.14.5,pkg:npm/%40babel/plugin-syntax-private-property-in-object@7.14.5?vcs_url=git%2Bhttps%3A%2F%2Fgithub.com%2Fbabel%2Fbabel.git#packages/babel-plugin-syntax-private-property-in-object,,Allow parsing of '#foo in obj' brand checks,git+https://github.com/babel/babel.git#packages/babel-plugin-syntax-private-property-in-object,"as detected from PackageJson property ""repository.url"" and ""repository.directory""",https://babel.dev/docs/en/next/babel-plugin-syntax-private-property-in-object,"as detected from PackageJson property ""homepage""",https://github.com/babel/babel/issues,"as detected from PackageJson property ""bugs.url""",,,,,,active,Active in npm registry,2022-04-04T17:25:31.614Z
791
789
  library,@babel/plugin-syntax-top-level-await@7.14.5,MIT,@babel,The Babel Team,plugin-syntax-top-level-await,7.14.5,pkg:npm/%40babel/plugin-syntax-top-level-await@7.14.5?vcs_url=git%2Bhttps%3A%2F%2Fgithub.com%2Fbabel%2Fbabel.git#packages/babel-plugin-syntax-top-level-await,,Allow parsing of top-level await in modules,git+https://github.com/babel/babel.git#packages/babel-plugin-syntax-top-level-await,"as detected from PackageJson property ""repository.url"" and ""repository.directory""",https://babel.dev/docs/en/next/babel-plugin-syntax-top-level-await,"as detected from PackageJson property ""homepage""",https://github.com/babel/babel/issues,"as detected from PackageJson property ""bugs.url""",,,,,,active,Active in npm registry,2022-04-04T17:25:32.341Z
792
790
  library,@babel/template@7.26.9,MIT,@babel,The Babel Team,template,7.26.9,pkg:npm/%40babel/template@7.26.9?vcs_url=git%2Bhttps%3A%2F%2Fgithub.com%2Fbabel%2Fbabel.git#packages/babel-template,,Generate an AST from a string template.,git+https://github.com/babel/babel.git#packages/babel-template,"as detected from PackageJson property ""repository.url"" and ""repository.directory""",https://babel.dev/docs/en/next/babel-template,"as detected from PackageJson property ""homepage""",https://github.com/babel/babel/issues?utf8=%E2%9C%93&q=is%3Aissue+label%3A%22pkg%3A%20template%22+is%3Aopen,"as detected from PackageJson property ""bugs.url""",,,,,,active,Active in npm registry,2025-07-02T09:04:29.510Z
793
- library,@types/babel__traverse@7.20.6,MIT,@types,,babel__traverse,7.20.6,pkg:npm/%40types/babel__traverse@7.20.6?vcs_url=git%2Bhttps%3A%2F%2Fgithub.com%2FDefinitelyTyped%2FDefinitelyTyped.git#types/babel__traverse,,TypeScript definitions for @babel/traverse,git+https://github.com/DefinitelyTyped/DefinitelyTyped.git#types/babel__traverse,"as detected from PackageJson property ""repository.url"" and ""repository.directory""",https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/babel__traverse,"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-03-26T08:02:44.652Z
791
+ library,@types/babel__traverse@7.20.6,MIT,@types,,babel__traverse,7.20.6,pkg:npm/%40types/babel__traverse@7.20.6?vcs_url=git%2Bhttps%3A%2F%2Fgithub.com%2FDefinitelyTyped%2FDefinitelyTyped.git#types/babel__traverse,,TypeScript definitions for @babel/traverse,git+https://github.com/DefinitelyTyped/DefinitelyTyped.git#types/babel__traverse,"as detected from PackageJson property ""repository.url"" and ""repository.directory""",https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/babel__traverse,"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-07-31T21:02:36.708Z
794
792
  library,@types/babel__generator@7.6.8,MIT,@types,,babel__generator,7.6.8,pkg:npm/%40types/babel__generator@7.6.8?vcs_url=git%2Bhttps%3A%2F%2Fgithub.com%2FDefinitelyTyped%2FDefinitelyTyped.git#types/babel__generator,,TypeScript definitions for @babel/generator,git+https://github.com/DefinitelyTyped/DefinitelyTyped.git#types/babel__generator,"as detected from PackageJson property ""repository.url"" and ""repository.directory""",https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/babel__generator,"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-04-03T16:02:49.292Z
795
793
  library,@types/babel__template@7.4.4,MIT,@types,,babel__template,7.4.4,pkg:npm/%40types/babel__template@7.4.4?vcs_url=git%2Bhttps%3A%2F%2Fgithub.com%2FDefinitelyTyped%2FDefinitelyTyped.git#types/babel__template,,TypeScript definitions for @babel/template,git+https://github.com/DefinitelyTyped/DefinitelyTyped.git#types/babel__template,"as detected from PackageJson property ""repository.url"" and ""repository.directory""",https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/babel__template,"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-02-23T06:25:51.549Z
796
794
  library,@ampproject/remapping@2.3.0,Apache-2.0,@ampproject,Justin Ridgewell,remapping,2.3.0,pkg:npm/%40ampproject/remapping@2.3.0?vcs_url=git%2Bhttps%3A%2F%2Fgithub.com%2Fampproject%2Fremapping.git,,Remap sequential sourcemaps through transformations to point at the original source code,git+https://github.com/ampproject/remapping.git,"as detected from PackageJson property ""repository.url""",https://github.com/ampproject/remapping#readme,"as detected from PackageJson property ""homepage""",https://github.com/ampproject/remapping/issues,"as detected from PackageJson property ""bugs.url""",,,,,jridgewell@google.com,active,Active in npm registry,2024-03-01T09:10:39.951Z
@@ -810,7 +808,7 @@ library,browserslist@4.24.4,MIT,,Andrey Sitnik,browserslist,4.24.4,pkg:npm/brows
810
808
  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-03-24T15:14:18.754Z
811
809
  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
812
810
  library,caniuse-lite@1.0.30001700,CC-BY-4.0,,Ben Briggs,caniuse-lite,1.0.30001700,pkg:npm/caniuse-lite@1.0.30001700?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-07-29T05:15:35.742Z
813
- library,electron-to-chromium@1.5.104,ISC,,Kilian Valkhof,electron-to-chromium,1.5.104,pkg:npm/electron-to-chromium@1.5.104?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-07-31T06:02:25.014Z
811
+ library,electron-to-chromium@1.5.104,ISC,,Kilian Valkhof,electron-to-chromium,1.5.104,pkg:npm/electron-to-chromium@1.5.104?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-07-31T18:02:23.973Z
814
812
  library,node-releases@2.0.19,MIT,,Sergey Rubanov,node-releases,2.0.19,pkg:npm/node-releases@2.0.19?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,2024-12-10T03:28:41.711Z
815
813
  library,update-browserslist-db@1.1.2,MIT,,Andrey Sitnik,update-browserslist-db,1.1.2,pkg:npm/update-browserslist-db@1.1.2?vcs_url=git%2Bhttps%3A%2F%2Fgithub.com%2Fbrowserslist%2Fupdate-db.git,,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""",,,,,andrey@sitnik.ru,active,Active in npm registry,2025-02-26T17:32:43.209Z
816
814
  library,prompts@2.4.2,MIT,,Terkel Gjervig,prompts,2.4.2,pkg:npm/prompts@2.4.2?vcs_url=git%2Bhttps%3A%2F%2Fgithub.com%2Fterkelg%2Fprompts.git,,Lightweight~ beautiful and user-friendly prompts,git+https://github.com/terkelg/prompts.git,"as detected from PackageJson property ""repository.url""",https://github.com/terkelg/prompts#readme,"as detected from PackageJson property ""homepage""",https://github.com/terkelg/prompts/issues,"as detected from PackageJson property ""bugs.url""",,,,,terkel@terkel.com,active,Active in npm registry,2023-10-21T01:41:35.063Z