account-lookup-service 17.12.0 → 17.12.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md
CHANGED
@@ -2,6 +2,15 @@
|
|
2
2
|
|
3
3
|
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
|
4
4
|
|
5
|
+
### [17.12.1](https://github.com/mojaloop/account-lookup-service/compare/v17.12.0...v17.12.1) (2025-07-30)
|
6
|
+
|
7
|
+
|
8
|
+
### Chore
|
9
|
+
|
10
|
+
* **deps:** bump form-data from 4.0.1 to 4.0.4 in /docker/mock-proxy ([#561](https://github.com/mojaloop/account-lookup-service/issues/561)) ([033b1e4](https://github.com/mojaloop/account-lookup-service/commit/033b1e417925e2e9ca4f0573c14811f5dd2a8570))
|
11
|
+
* fix vuls and update deps ([#563](https://github.com/mojaloop/account-lookup-service/issues/563)) ([aa10309](https://github.com/mojaloop/account-lookup-service/commit/aa103094a9c3cf474cdc4d1654f9b279b7f06a04))
|
12
|
+
* **sbom:** update sbom [skip ci] ([22b269e](https://github.com/mojaloop/account-lookup-service/commit/22b269ee7747ea812ba5091cc126980ad686a986))
|
13
|
+
|
5
14
|
## [17.12.0](https://github.com/mojaloop/account-lookup-service/compare/v17.11.2...v17.12.0) (2025-07-17)
|
6
15
|
|
7
16
|
|
@@ -1890,6 +1890,21 @@
|
|
1890
1890
|
"node": ">= 0.4"
|
1891
1891
|
}
|
1892
1892
|
},
|
1893
|
+
"node_modules/es-set-tostringtag": {
|
1894
|
+
"version": "2.1.0",
|
1895
|
+
"resolved": "https://registry.npmjs.org/es-set-tostringtag/-/es-set-tostringtag-2.1.0.tgz",
|
1896
|
+
"integrity": "sha512-j6vWzfrGVfyXxge+O0x5sh6cvxAog0a/4Rdd2K36zCMV5eJ+/+tOAngRO8cODMNWbVRdVlmGZQL2YS3yR8bIUA==",
|
1897
|
+
"license": "MIT",
|
1898
|
+
"dependencies": {
|
1899
|
+
"es-errors": "^1.3.0",
|
1900
|
+
"get-intrinsic": "^1.2.6",
|
1901
|
+
"has-tostringtag": "^1.0.2",
|
1902
|
+
"hasown": "^2.0.2"
|
1903
|
+
},
|
1904
|
+
"engines": {
|
1905
|
+
"node": ">= 0.4"
|
1906
|
+
}
|
1907
|
+
},
|
1893
1908
|
"node_modules/es6-promise": {
|
1894
1909
|
"version": "3.3.1",
|
1895
1910
|
"resolved": "https://registry.npmjs.org/es6-promise/-/es6-promise-3.3.1.tgz",
|
@@ -2168,12 +2183,15 @@
|
|
2168
2183
|
"integrity": "sha512-k6GAGDyqLe9JaebCsFCoudPPWfihKu8pylYXRlqP1J7ms39iPoTtk2fviNglIeQEwdh0bQeKJ01ZPyuyQvKzwg=="
|
2169
2184
|
},
|
2170
2185
|
"node_modules/form-data": {
|
2171
|
-
"version": "4.0.
|
2172
|
-
"resolved": "https://registry.npmjs.org/form-data/-/form-data-4.0.
|
2173
|
-
"integrity": "sha512-
|
2186
|
+
"version": "4.0.4",
|
2187
|
+
"resolved": "https://registry.npmjs.org/form-data/-/form-data-4.0.4.tgz",
|
2188
|
+
"integrity": "sha512-KrGhL9Q4zjj0kiUt5OO4Mr/A/jlI2jDYs5eHBpYHPcBEVSiipAvn2Ko2HnPe20rmcuuvMHNdZFp+4IlGTMF0Ow==",
|
2189
|
+
"license": "MIT",
|
2174
2190
|
"dependencies": {
|
2175
2191
|
"asynckit": "^0.4.0",
|
2176
2192
|
"combined-stream": "^1.0.8",
|
2193
|
+
"es-set-tostringtag": "^2.1.0",
|
2194
|
+
"hasown": "^2.0.2",
|
2177
2195
|
"mime-types": "^2.1.12"
|
2178
2196
|
},
|
2179
2197
|
"engines": {
|
@@ -2426,6 +2444,21 @@
|
|
2426
2444
|
"url": "https://github.com/sponsors/ljharb"
|
2427
2445
|
}
|
2428
2446
|
},
|
2447
|
+
"node_modules/has-tostringtag": {
|
2448
|
+
"version": "1.0.2",
|
2449
|
+
"resolved": "https://registry.npmjs.org/has-tostringtag/-/has-tostringtag-1.0.2.tgz",
|
2450
|
+
"integrity": "sha512-NqADB8VjPFLM2V0VvHUewwwsw0ZWBaIdgo+ieHtK3hasLz4qeCRjYcqfB6AQrBggRKppKF8L52/VqdVsO47Dlw==",
|
2451
|
+
"license": "MIT",
|
2452
|
+
"dependencies": {
|
2453
|
+
"has-symbols": "^1.0.3"
|
2454
|
+
},
|
2455
|
+
"engines": {
|
2456
|
+
"node": ">= 0.4"
|
2457
|
+
},
|
2458
|
+
"funding": {
|
2459
|
+
"url": "https://github.com/sponsors/ljharb"
|
2460
|
+
}
|
2461
|
+
},
|
2429
2462
|
"node_modules/hasown": {
|
2430
2463
|
"version": "2.0.2",
|
2431
2464
|
"resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.2.tgz",
|
package/package.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "account-lookup-service",
|
3
3
|
"description": "Account Lookup Service is used to validate Party and Participant lookups.",
|
4
|
-
"version": "17.12.
|
4
|
+
"version": "17.12.1",
|
5
5
|
"license": "Apache-2.0",
|
6
6
|
"author": "ModusBox",
|
7
7
|
"contributors": [
|
@@ -95,13 +95,13 @@
|
|
95
95
|
"@mojaloop/central-services-health": "15.1.0",
|
96
96
|
"@mojaloop/central-services-logger": "11.9.0",
|
97
97
|
"@mojaloop/central-services-metrics": "12.6.0",
|
98
|
-
"@mojaloop/central-services-shared": "18.30.
|
98
|
+
"@mojaloop/central-services-shared": "18.30.6",
|
99
99
|
"@mojaloop/central-services-stream": "11.8.2",
|
100
|
-
"@mojaloop/database-lib": "^11.3.
|
100
|
+
"@mojaloop/database-lib": "^11.3.2",
|
101
101
|
"@mojaloop/event-sdk": "14.6.1",
|
102
102
|
"@mojaloop/inter-scheme-proxy-cache-lib": "2.6.0",
|
103
|
-
"@mojaloop/ml-schema-transformer-lib": "2.7.
|
104
|
-
"@mojaloop/sdk-standard-components": "19.16.
|
103
|
+
"@mojaloop/ml-schema-transformer-lib": "2.7.7",
|
104
|
+
"@mojaloop/sdk-standard-components": "19.16.4",
|
105
105
|
"@now-ims/hapi-now-auth": "2.1.0",
|
106
106
|
"ajv": "8.17.1",
|
107
107
|
"ajv-keywords": "5.1.0",
|
@@ -120,6 +120,8 @@
|
|
120
120
|
"rc": "1.2.8"
|
121
121
|
},
|
122
122
|
"overrides": {
|
123
|
+
"form-data": "4.0.4",
|
124
|
+
"on-headers": "1.1.0",
|
123
125
|
"postcss": {
|
124
126
|
"nanoid": "^3.3.8"
|
125
127
|
},
|
@@ -164,17 +166,17 @@
|
|
164
166
|
"devDependencies": {
|
165
167
|
"@types/jest": "30.0.0",
|
166
168
|
"audit-ci": "^7.1.0",
|
167
|
-
"axios": "1.
|
169
|
+
"axios": "1.11.0",
|
168
170
|
"axios-retry": "^4.5.0",
|
169
171
|
"docdash": "2.0.2",
|
170
|
-
"dotenv": "^17.2.
|
172
|
+
"dotenv": "^17.2.1",
|
171
173
|
"get-port": "5.1.1",
|
172
174
|
"ioredis-mock": "^8.9.0",
|
173
175
|
"jest": "29.7.0",
|
174
176
|
"jest-junit": "16.0.0",
|
175
177
|
"jsdoc": "4.0.4",
|
176
178
|
"nodemon": "3.1.10",
|
177
|
-
"npm-check-updates": "18.0.
|
179
|
+
"npm-check-updates": "18.0.2",
|
178
180
|
"nyc": "17.1.0",
|
179
181
|
"pre-commit": "1.2.2",
|
180
182
|
"proxyquire": "2.1.3",
|
@@ -2,7 +2,7 @@ type,bom_ref,license-id,group,author,name,version,purl,path,description,vcs-url,
|
|
2
2
|
application,,,,,npm,10.9.0,,,,,,,,,,,,,,,,,
|
3
3
|
application,,Apache-2.0,@cyclonedx,Jan Kowalleck,cyclonedx-npm,3.0.0,,,Create CycloneDX Software Bill of Materials (SBOM) from NPM projects.,git+https://github.com/CycloneDX/cyclonedx-node-npm.git,"as detected from PackageJson property ""repository.url""",https://github.com/CycloneDX/cyclonedx-node-npm#readme,"as detected from PackageJson property ""homepage""",https://github.com/CycloneDX/cyclonedx-node-npm/issues,"as detected from PackageJson property ""bugs.url""",,,,,,,,
|
4
4
|
library,,Apache-2.0,@cyclonedx,Jan Kowalleck,cyclonedx-library,8.5.0,,,Core functionality of CycloneDX for JavaScript (Node.js or WebBrowser).,git+https://github.com/CycloneDX/cyclonedx-javascript-library.git,"as detected from PackageJson property ""repository.url""",https://github.com/CycloneDX/cyclonedx-javascript-library#readme,"as detected from PackageJson property ""homepage""",https://github.com/CycloneDX/cyclonedx-javascript-library/issues,"as detected from PackageJson property ""bugs.url""",,,,,,,,
|
5
|
-
application,account-lookup-service@17.
|
5
|
+
application,account-lookup-service@17.12.0,Apache-2.0,,ModusBox,account-lookup-service,17.12.0,pkg:npm/account-lookup-service@17.12.0?vcs_url=git%3A%2F%2Fgithub.com%2Fmojaloop%2Faccount-lookup-service.git,,Account Lookup Service is used to validate Party and Participant lookups.,git://github.com/mojaloop/account-lookup-service.git,"as detected from PackageJson property ""repository.url""",https://github.com/mojaloop/account-lookup-service#readme,"as detected from PackageJson property ""homepage""",http://github.com/mojaloop/account-lookup-service/issues,"as detected from PackageJson property ""bugs.url""",,,,,,active,Active in npm registry,2025-07-17T11:11:39.180Z
|
6
6
|
library,@hapi/basic@7.0.2,BSD-3-Clause,@hapi,,basic,7.0.2,pkg:npm/%40hapi/basic@7.0.2,node_modules/@hapi/basic,Basic authentication plugin,git://github.com/hapijs/basic.git,"as detected from PackageJson property ""repository.url""",https://github.com/hapijs/basic#readme,"as detected from PackageJson property ""homepage""",https://github.com/hapijs/basic/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/@hapi/basic/-/basic-7.0.2.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,91da6c982107543948612b516eccd2cb2ffdf9dab92a47d62d7e408ee1c63f0b73bae668a599e1915bcc655e39850f2103c57fc1e0a832cd27cd727b242036a3,,active,Active in npm registry,2023-06-09T15:35:54.543Z
|
7
7
|
library,@hapi/boom@10.0.1,BSD-3-Clause,@hapi,,boom,10.0.1,pkg:npm/%40hapi/boom@10.0.1,node_modules/@hapi/boom,HTTP-friendly error objects,git://github.com/hapijs/boom.git,"as detected from PackageJson property ""repository.url""",https://github.com/hapijs/boom#readme,"as detected from PackageJson property ""homepage""",https://github.com/hapijs/boom/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/@hapi/boom/-/boom-10.0.1.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,11170265a123747dce812265ca3564f291c815ebacf750a328fdeff8ca6004da7922f1b33f697f6d1883efc9ea61c28f69975b2a42b9bc30553ddda8847065b0,,active,Active in npm registry,2023-02-11T17:40:56.116Z
|
8
8
|
library,@hapi/hoek@11.0.7,BSD-3-Clause,@hapi,,hoek,11.0.7,pkg:npm/%40hapi/hoek@11.0.7,node_modules/@hapi/hoek,General purpose node utilities,git://github.com/hapijs/hoek.git,"as detected from PackageJson property ""repository.url""",https://github.com/hapijs/hoek#readme,"as detected from PackageJson property ""homepage""",https://github.com/hapijs/hoek/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/@hapi/hoek/-/hoek-11.0.7.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,1d5e6e9dd5a42b3701e11654baca8ea5c83139aaba54e007ef386122bda0dc6f0d17f32514eef94a33abd8d7ee4b1d0c878d3ed45a8291a80a2c94729145a815,,active,Active in npm registry,2024-11-14T15:54:32.587Z
|
@@ -189,15 +189,6 @@ library,knex@3.1.0|resolve-from@5.0.0,MIT,,Sindre Sorhus,resolve-from,5.0.0,pkg:
|
|
189
189
|
library,mustache@4.2.0,MIT,,mustache.js Authors,mustache,4.2.0,pkg:npm/mustache@4.2.0,node_modules/mustache,Logic-less {{mustache}} templates with JavaScript,git+https://github.com/janl/mustache.js.git,"as detected from PackageJson property ""repository.url""",https://github.com/janl/mustache.js,"as detected from PackageJson property ""homepage""",https://github.com/janl/mustache.js/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/mustache/-/mustache-4.2.0.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,ef58a9a52cb0ab961beffb5563219b9018206d4f07deee51cf9e9f1fad2318582bf2e1f0c6cf9a48a7aa9a5b885733349b4901ef1423292eaa3df7746f6668a9,http://github.com/janl/mustache.js,active,Active in npm registry,2024-10-22T17:26:42.327Z
|
190
190
|
library,mysql2@3.14.2,MIT,,Andrey Sidorov,mysql2,3.14.2,pkg:npm/mysql2@3.14.2,node_modules/mysql2,fast mysql driver. Implements core protocol~ prepared statements~ ssl and compression in native JS,git+https://github.com/sidorares/node-mysql2.git,"as detected from PackageJson property ""repository.url""",https://sidorares.github.io/node-mysql2/docs,"as detected from PackageJson property ""homepage""",https://github.com/sidorares/node-mysql2/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/mysql2/-/mysql2-3.14.2.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,603ea664c7a8ca99a17874fa6f606b566405be8b84a51202baf3c8444ba5c763af3f5c40c717aa90c42a6524c179fbf43e23812866056b6cd0b58fa07ffe1e43,andrey.sidorov@gmail.com,active,Active in npm registry,2025-07-10T21:51:19.864Z
|
191
191
|
library,mysql2@3.14.2|sqlstring@2.3.3,MIT,,,sqlstring,2.3.3,pkg:npm/sqlstring@2.3.3,node_modules/mysql2/node_modules/sqlstring,Simple SQL escape and format for MySQL,git+https://github.com/mysqljs/sqlstring.git,"as detected from PackageJson property ""repository.url""",https://github.com/mysqljs/sqlstring#readme,"as detected from PackageJson property ""homepage""",https://github.com/mysqljs/sqlstring/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/sqlstring/-/sqlstring-2.3.3.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,a82f62cf616537b0d0977fb08f09f7f34d914f28c2c7bb03bdf4045dc8706ba0963b1d3bfd655f87dd6006643d7da870f2c9f0184594df11b33ade2d1721cbc6,,active,Active in npm registry,2023-05-28T20:08:09.071Z
|
192
|
-
library,aws-ssl-profiles@1.1.2,MIT,,https://github.com/wellwelwel,aws-ssl-profiles,1.1.2,pkg:npm/aws-ssl-profiles@1.1.2,node_modules/aws-ssl-profiles,AWS RDS SSL certificates bundles.,git+https://github.com/mysqljs/aws-ssl-profiles.git,"as detected from PackageJson property ""repository.url""",https://github.com/mysqljs/aws-ssl-profiles#readme,"as detected from PackageJson property ""homepage""",https://github.com/mysqljs/aws-ssl-profiles/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/aws-ssl-profiles/-/aws-ssl-profiles-1.1.2.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,35929eabd01fc90bc478d94dd3349801a5ab9817df261dc810b3197d1a4955682ba446ed1299e3bf3a813dffa6c68236f3b2688510e86befe7b1faaa899985ea,,active,Active in npm registry,2024-08-30T01:20:23.319Z
|
193
|
-
library,generate-function@2.3.1,MIT,,Mathias Buus,generate-function,2.3.1,pkg:npm/generate-function@2.3.1,node_modules/generate-function,Module that helps you write generated functions in Node,git+https://github.com/mafintosh/generate-function.git,"as detected from PackageJson property ""repository.url""",https://github.com/mafintosh/generate-function,"as detected from PackageJson property ""homepage""",https://github.com/mafintosh/generate-function/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/generate-function/-/generate-function-2.3.1.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,79e07919f30d79ebe6fc6458ab6d12866b1a19c988f359085f62bd5d0c799a20bc29d1da0ba266d2a43c64d7863a2ef0601f0eb1dc4ab3e636a15b9316e57029,,active,Active in npm registry,2022-06-18T05:21:50.896Z
|
194
|
-
library,is-property@1.0.2,MIT,,Mikola Lysenko,is-property,1.0.2,pkg:npm/is-property@1.0.2,node_modules/is-property,Tests if a JSON property can be accessed using . syntax,git://github.com/mikolalysenko/is-property.git,"as detected from PackageJson property ""repository.url""",https://github.com/mikolalysenko/is-property#readme,"as detected from PackageJson property ""homepage""",https://github.com/mikolalysenko/is-property/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/is-property/-/is-property-1.0.2.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,2acfc8a17d344ed0a56c642be135977a602792d010bd807b1f3702c431aa11953aa0299bd88347b8ea0ac5bb51f871649985812affdd399b464620230e18fdda,,active,Active in npm registry,2022-06-19T02:48:52.177Z
|
195
|
-
library,iconv-lite@0.6.3,MIT,,Alexander Shtuchkin,iconv-lite,0.6.3,pkg:npm/iconv-lite@0.6.3,node_modules/iconv-lite,Convert character encodings in pure javascript.,git://github.com/ashtuchkin/iconv-lite.git,"as detected from PackageJson property ""repository.url""",https://github.com/ashtuchkin/iconv-lite,"as detected from PackageJson property ""homepage""",https://github.com/ashtuchkin/iconv-lite/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.6.3.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,e1f0a4efdc2c84c773329dab1f4eaa5ab244e22a25a8b842507f8e8ae22053ef91074fbde0d9432fcd5ab4eec65f9e6e50ab9ea34b711cdb6f13223a0fb59d33,ashtuchkin@gmail.com,active,Active in npm registry,2023-11-07T05:00:30.248Z
|
196
|
-
library,safer-buffer@2.1.2,MIT,,Nikita Skovoroda,safer-buffer,2.1.2,pkg:npm/safer-buffer@2.1.2,node_modules/safer-buffer,Modern Buffer API polyfill without footguns,git+https://github.com/ChALkeR/safer-buffer.git,"as detected from PackageJson property ""repository.url""",https://github.com/ChALkeR/safer-buffer#readme,"as detected from PackageJson property ""homepage""",https://github.com/ChALkeR/safer-buffer/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,619a372bcd920fb462ca2d04d4440fa232f3ee4a5ea6749023d2323db1c78355d75debdbe5d248eeda72376003c467106c71bbbdcc911e4d1c6f0a9c42b894b6,chalkerx@gmail.com,active,Active in npm registry,2022-05-16T10:23:00.724Z
|
197
|
-
library,long@5.3.2,Apache-2.0,,Daniel Wirtz,long,5.3.2,pkg:npm/long@5.3.2,node_modules/long,A Long class for representing a 64-bit two's-complement integer value.,git+https://github.com/dcodeIO/long.js.git,"as detected from PackageJson property ""repository.url""",https://github.com/dcodeIO/long.js#readme,"as detected from PackageJson property ""homepage""",https://github.com/dcodeIO/long.js/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/long/-/long-5.3.2.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,98d0206751a6c8d843ec0baa9d31b7fd5436ea8efad3e65804f2a33efba03bcfa72db61f5fa4d5a493ec781be8a5b758faaa59fe52949e611cd4b799612dd000,dcode@dcode.io,active,Active in npm registry,2025-04-17T17:32:06.239Z
|
198
|
-
library,lru.min@1.1.2,MIT,,https://github.com/wellwelwel,lru.min,1.1.2,pkg:npm/lru.min@1.1.2,node_modules/lru.min,🔥 An extremely fast and efficient LRU cache for JavaScript with high compatibility (including Browsers) — 6.8KB.,git+https://github.com/wellwelwel/lru.min.git,"as detected from PackageJson property ""repository.url""",https://github.com/wellwelwel/lru.min#readme,"as detected from PackageJson property ""homepage""",https://github.com/wellwelwel/lru.min/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/lru.min/-/lru.min-1.1.2.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,36ff4a75d05c412950a299811d74ac655639c6c765664747fc87b2d0195c05882031de2dc28edc66728e2bdbe6cb79d8d0ee51187f7dcf53c2793a4faaccd462,,active,Active in npm registry,2025-03-09T18:29:37.870Z
|
199
|
-
library,named-placeholders@1.1.3,MIT,,Andrey Sidorov,named-placeholders,1.1.3,pkg:npm/named-placeholders@1.1.3,node_modules/named-placeholders,sql named placeholders to unnamed compiler,git+https://github.com/sidorares/named-placeholders.git,"as detected from PackageJson property ""repository.url""",https://github.com/sidorares/named-placeholders#readme,"as detected from PackageJson property ""homepage""",https://github.com/sidorares/named-placeholders/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/named-placeholders/-/named-placeholders-1.1.3.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,78ba01c60eb013fad99093e153fc515f5593a64144c0324437dea8c45ad3b2a05d6d3e5e736f7943e0a81eb2fd213d038a9a8a86619c6999b03adf0e38de71d7,sidorares@yandex.com,active,Active in npm registry,2023-01-12T03:43:18.899Z
|
200
|
-
library,seq-queue@0.0.5,,,changchang,seq-queue,0.0.5,pkg:npm/seq-queue@0.0.5,node_modules/seq-queue,A simple tool to keep requests to be executed in order.,git+ssh://git@github.com/changchang/seq-queue.git,"as detected from PackageJson property ""repository.url""",https://github.com/changchang/seq-queue,"as detected from PackageJson property ""homepage""",https://github.com/changchang/seq-queue/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/seq-queue/-/seq-queue-0.0.5.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,86bdd6b69fc664873fe830063c3715e3ff56a19863ae45ec8b907fd3b4205fcb6c75cea296bec114ce8f33aadb7405f590548361e6462e2a486592b240fd0ee5,changchang005@gmail.com,active,Active in npm registry,2022-06-26T17:46:59.708Z
|
201
192
|
library,openapi-backend@5.13.0,MIT,,Viljami Kuosmanen,openapi-backend,5.13.0,pkg:npm/openapi-backend@5.13.0,node_modules/openapi-backend,Build~ Validate~ Route~ Authenticate and Mock using OpenAPI definitions. Framework-agnostic,git+https://github.com/openapistack/openapi-backend.git,"as detected from PackageJson property ""repository.url""",https://openapistack.co,"as detected from PackageJson property ""homepage""",https://github.com/openapistack/openapi-backend/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/openapi-backend/-/openapi-backend-5.13.0.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,744d9fd0c0a92f664a72d546e30f8d97ed42e06429bade5d438418cba5de6e51af3366756f725c3f61732fa0eb2f3cc36042932e001a40cde30fbca17edc0a4a,viljami@viljami.io,active,Active in npm registry,2025-07-01T11:01:46.806Z
|
202
193
|
library,@apidevtools/json-schema-ref-parser@11.7.2,MIT,@apidevtools,James Messinger,json-schema-ref-parser,11.7.2,pkg:npm/%40apidevtools/json-schema-ref-parser@11.7.2,node_modules/@apidevtools/json-schema-ref-parser,Parse~ Resolve~ and Dereference JSON Schema $ref pointers,git+https://github.com/APIDevTools/json-schema-ref-parser.git,"as detected from PackageJson property ""repository.url""",https://apitools.dev/json-schema-ref-parser/,"as detected from PackageJson property ""homepage""",https://github.com/APIDevTools/json-schema-ref-parser/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/@apidevtools/json-schema-ref-parser/-/json-schema-ref-parser-11.7.2.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,e20639e1e10612cb4296f1241a7c1591392bc74b2ac1e984146e4e491467ded0fdd571f4f90f172246087e8ec8c0458fa4967020b6fd1945de4a1b6995173f78,,active,Active in npm registry,2025-07-15T22:37:45.150Z
|
203
194
|
library,@jsdevtools/ono@7.1.3,MIT,@jsdevtools,James Messinger,ono,7.1.3,pkg:npm/%40jsdevtools/ono@7.1.3,node_modules/@jsdevtools/ono,Throw better errors.,git+https://github.com/JS-DevTools/ono.git,"as detected from PackageJson property ""repository.url""",https://jstools.dev/ono,"as detected from PackageJson property ""homepage""",https://github.com/JS-DevTools/ono/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/@jsdevtools/ono/-/ono-7.1.3.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,e0940d93ede65732b7c61daba9de91078278eaa511d7d6b3107067799c9364cf9ce39eaa3ab6db33fe71711f21b8d08271b56defe5268b31ba1ae52f3ef29462,,active,Active in npm registry,2023-04-07T20:12:25.162Z
|
@@ -227,6 +218,7 @@ library,depd@2.0.0,MIT,,Douglas Christopher Wilson,depd,2.0.0,pkg:npm/depd@2.0.0
|
|
227
218
|
library,setprototypeof@1.2.0,ISC,,Wes Todd,setprototypeof,1.2.0,pkg:npm/setprototypeof@1.2.0,node_modules/setprototypeof,A small polyfill for Object.setprototypeof,git+https://github.com/wesleytodd/setprototypeof.git,"as detected from PackageJson property ""repository.url""",https://github.com/wesleytodd/setprototypeof,"as detected from PackageJson property ""homepage""",https://github.com/wesleytodd/setprototypeof/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.2.0.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,1392c35fb5aba7ce4a8a5e5b859bf8ea3f2339e6e82aae4932660cde05467461fcc45a4f59750cb0dae53830ab928c4c11e362fd7648c2e46f6385cdc18309a7,,active,Active in npm registry,2022-06-26T18:21:26.043Z
|
228
219
|
library,statuses@2.0.1,MIT,,,statuses,2.0.1,pkg:npm/statuses@2.0.1,node_modules/statuses,HTTP status utility,git+https://github.com/jshttp/statuses.git,"as detected from PackageJson property ""repository.url""",https://github.com/jshttp/statuses#readme,"as detected from PackageJson property ""homepage""",https://github.com/jshttp/statuses/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/statuses/-/statuses-2.0.1.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,470340f59ffb3eb2b4eab60b23314c95a17e97bde2c29ceca9120581b30b6d370b0fa70e6a8f364da59e7cf5d0bc1d9f382e008ee612127752ecdfe64c26e475,,active,Active in npm registry,2025-06-06T19:56:01.588Z
|
229
220
|
library,toidentifier@1.0.1,MIT,,Douglas Christopher Wilson,toidentifier,1.0.1,pkg:npm/toidentifier@1.0.1,node_modules/toidentifier,Convert a string of words to a JavaScript identifier,git+https://github.com/component/toidentifier.git,"as detected from PackageJson property ""repository.url""",https://github.com/component/toidentifier#readme,"as detected from PackageJson property ""homepage""",https://github.com/component/toidentifier/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/toidentifier/-/toidentifier-1.0.1.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,a39b123ca12483f0c840d987e37574fee7ab2eba7355e764521f2d18dbda797a5fa6ec2329e9e54a8c7fd8efc14e5654b447be246eece58844cfad3c3e500744,doug@somethingdoug.com,active,Active in npm registry,2022-05-22T00:38:34.815Z
|
221
|
+
library,iconv-lite@0.6.3,MIT,,Alexander Shtuchkin,iconv-lite,0.6.3,pkg:npm/iconv-lite@0.6.3,node_modules/iconv-lite,Convert character encodings in pure javascript.,git://github.com/ashtuchkin/iconv-lite.git,"as detected from PackageJson property ""repository.url""",https://github.com/ashtuchkin/iconv-lite,"as detected from PackageJson property ""homepage""",https://github.com/ashtuchkin/iconv-lite/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.6.3.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,e1f0a4efdc2c84c773329dab1f4eaa5ab244e22a25a8b842507f8e8ae22053ef91074fbde0d9432fcd5ab4eec65f9e6e50ab9ea34b711cdb6f13223a0fb59d33,ashtuchkin@gmail.com,active,Active in npm registry,2023-11-07T05:00:30.248Z
|
230
222
|
library,unpipe@1.0.0,MIT,,Douglas Christopher Wilson,unpipe,1.0.0,pkg:npm/unpipe@1.0.0,node_modules/unpipe,Unpipe a stream from all destinations,git+https://github.com/stream-utils/unpipe.git,"as detected from PackageJson property ""repository.url""",https://github.com/stream-utils/unpipe#readme,"as detected from PackageJson property ""homepage""",https://github.com/stream-utils/unpipe/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/unpipe/-/unpipe-1.0.0.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,a63cb66d8852b2e7f05a52b03dcfa5ddc37bfb0b8994aeaecf461d2443a54036e5ea3a3f6253e2e266fc6a0524542f0117b57c36ecdec8f36a464b00de1ced29,doug@somethingdoug.com,active,Active in npm registry,2022-06-28T05:14:29.958Z
|
231
223
|
library,redlock@5.0.0-beta.2,MIT,,Mike Marcacci,redlock,5.0.0-beta.2,pkg:npm/redlock@5.0.0-beta.2,node_modules/redlock,A node.js redlock implementation for distributed redis locks,git+https://github.com/mike-marcacci/node-redlock.git,"as detected from PackageJson property ""repository.url""",https://github.com/mike-marcacci/node-redlock#readme,"as detected from PackageJson property ""homepage""",https://github.com/mike-marcacci/node-redlock/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/redlock/-/redlock-5.0.0-beta.2.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,d910d65e0e63811a6d0eb075c3d3bf2604990b48fbcb84a56979e8afddc7fd4266fd0c8388580128db6b8744c8ea8097a9849a4a85f1161e9277756d61f8515f,mike.marcacci@gmail.com,active,Active in npm registry,2022-06-26T09:51:58.663Z
|
232
224
|
library,node-abort-controller@3.1.1,MIT,,Steve Faulkner,node-abort-controller,3.1.1,pkg:npm/node-abort-controller@3.1.1,node_modules/node-abort-controller,AbortController for Node based on EventEmitter,git+https://github.com/southpolesteve/node-abort-controller.git,"as detected from PackageJson property ""repository.url""",https://github.com/southpolesteve/node-abort-controller#readme,"as detected from PackageJson property ""homepage""",https://github.com/southpolesteve/node-abort-controller/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/node-abort-controller/-/node-abort-controller-3.1.1.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,0062b6c902888d1baa9dce95917d978f977e416f3167cee96b550aeb203aa2e532bb17c7b8c3faba613940aed499378e0329a8f99c751718aec3dad5c7cb5a1d,southpolesteve@gmail.com,active,Active in npm registry,2023-01-26T15:10:43.645Z
|
@@ -296,6 +288,7 @@ library,body-parser@1.20.3|qs@6.13.0,BSD-3-Clause,,,qs,6.13.0,pkg:npm/qs@6.13.0,
|
|
296
288
|
library,body-parser@1.20.3|raw-body@2.5.2,MIT,,Jonathan Ong,raw-body,2.5.2,pkg:npm/raw-body@2.5.2,node_modules/body-parser/node_modules/raw-body,Get and validate the raw body of a readable stream.,git+https://github.com/stream-utils/raw-body.git,"as detected from PackageJson property ""repository.url""",https://github.com/stream-utils/raw-body#readme,"as detected from PackageJson property ""homepage""",https://github.com/stream-utils/raw-body/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/raw-body/-/raw-body-2.5.2.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,f331aaca97c4363088a868605d3a02f1a076afb62b057f804007c83ecfcc964f81b4f4f3b4ebd34b4d4d456ff7121eb427e6b8f25b7caac0b38ab43a9680957c,me@jongleberry.com,active,Active in npm registry,2024-07-25T22:18:40.194Z
|
297
289
|
library,content-type@1.0.5,MIT,,Douglas Christopher Wilson,content-type,1.0.5,pkg:npm/content-type@1.0.5,node_modules/content-type,Create and parse HTTP Content-Type header,git+https://github.com/jshttp/content-type.git,"as detected from PackageJson property ""repository.url""",https://github.com/jshttp/content-type#readme,"as detected from PackageJson property ""homepage""",https://github.com/jshttp/content-type/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/content-type/-/content-type-1.0.5.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,9d38ea7dc045122a4a7570afe180d05827e670b64a9bcd65745d29028a53bf2ac51956dc47a3ff54001de46ecdfb4b53afc42a894d2d15a743e852b836d27038,doug@somethingdoug.com,active,Active in npm registry,2025-05-14T14:56:16.092Z
|
298
290
|
library,destroy@1.2.0,MIT,,Jonathan Ong,destroy,1.2.0,pkg:npm/destroy@1.2.0,node_modules/destroy,destroy a stream if possible,git+https://github.com/stream-utils/destroy.git,"as detected from PackageJson property ""repository.url""",https://github.com/stream-utils/destroy#readme,"as detected from PackageJson property ""homepage""",https://github.com/stream-utils/destroy/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/destroy/-/destroy-1.2.0.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,dac246253697208691d70e22252368374867318ec6a5cfe7f03e2a482270f10a855977fb72e0209c41f1069c1e69570f7af0b69772a98d80b1dcdca941081a26,me@jongleberry.com,active,Active in npm registry,2022-06-15T01:49:38.799Z
|
291
|
+
library,safer-buffer@2.1.2,MIT,,Nikita Skovoroda,safer-buffer,2.1.2,pkg:npm/safer-buffer@2.1.2,node_modules/safer-buffer,Modern Buffer API polyfill without footguns,git+https://github.com/ChALkeR/safer-buffer.git,"as detected from PackageJson property ""repository.url""",https://github.com/ChALkeR/safer-buffer#readme,"as detected from PackageJson property ""homepage""",https://github.com/ChALkeR/safer-buffer/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,619a372bcd920fb462ca2d04d4440fa232f3ee4a5ea6749023d2323db1c78355d75debdbe5d248eeda72376003c467106c71bbbdcc911e4d1c6f0a9c42b894b6,chalkerx@gmail.com,active,Active in npm registry,2022-05-16T10:23:00.724Z
|
299
292
|
library,on-finished@2.4.1,MIT,,,on-finished,2.4.1,pkg:npm/on-finished@2.4.1,node_modules/on-finished,Execute a callback when a request closes~ finishes~ or errors,git+https://github.com/jshttp/on-finished.git,"as detected from PackageJson property ""repository.url""",https://github.com/jshttp/on-finished#readme,"as detected from PackageJson property ""homepage""",https://github.com/jshttp/on-finished/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/on-finished/-/on-finished-2.4.1.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,a15973920dc4340842936cddbfb209c1dfd0503e33d91c51c2991c198f29b0255c09864dab8c189d55802c733e6ebb6e26378f5a2605fc2966b83afc0a1e7e92,,active,Active in npm registry,2025-05-14T14:56:02.430Z
|
300
293
|
library,type-is@1.6.18,MIT,,,type-is,1.6.18,pkg:npm/type-is@1.6.18,node_modules/type-is,Infer the content-type of a request.,git+https://github.com/jshttp/type-is.git,"as detected from PackageJson property ""repository.url""",https://github.com/jshttp/type-is#readme,"as detected from PackageJson property ""homepage""",https://github.com/jshttp/type-is/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/type-is/-/type-is-1.6.18.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,4e444aafdb144f1107f0c75fb8248fed58b3272cd134c8e3d89d9da3626bdcaca6e7df0955d124b2eccf4029e514f5b8932f50fa203e99af411a6d3a5d0072f2,,active,Active in npm registry,2025-03-27T01:20:01.769Z
|
301
294
|
library,content-disposition@0.5.4,MIT,,Douglas Christopher Wilson,content-disposition,0.5.4,pkg:npm/content-disposition@0.5.4,node_modules/content-disposition,Create and parse Content-Disposition header,git+https://github.com/jshttp/content-disposition.git,"as detected from PackageJson property ""repository.url""",https://github.com/jshttp/content-disposition#readme,"as detected from PackageJson property ""homepage""",https://github.com/jshttp/content-disposition/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/content-disposition/-/content-disposition-0.5.4.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,16f7994cdb86c34e1cc6502259bce2eb34c02ff9617a16966d3b6096e261e3f13de43a8cc139a16b7299375680580f1c148847ccc654bcb7af930e51aa4fad49,doug@somethingdoug.com,active,Active in npm registry,2025-05-14T14:56:14.397Z
|
@@ -502,6 +495,7 @@ library,@grpc/grpc-js@1.13.4,Apache-2.0,@grpc,Google Inc.,grpc-js,1.13.4,pkg:npm
|
|
502
495
|
library,@grpc/proto-loader@0.7.15,Apache-2.0,@grpc,Google Inc.,proto-loader,0.7.15,pkg:npm/%40grpc/proto-loader@0.7.15,node_modules/@grpc/proto-loader,gRPC utility library for loading .proto files,git+https://github.com/grpc/grpc-node.git,"as detected from PackageJson property ""repository.url""",https://grpc.io/,"as detected from PackageJson property ""homepage""",https://github.com/grpc/grpc-node/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/@grpc/proto-loader/-/proto-loader-0.7.15.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,b4c5dd4427d8562c63b852be1e4d10d6cdfc815f730e20c97d62f7875aefe10737f6820b0aed534530edefe7c6508f0ae06d458f5db91f1febbb76b3102593c9,,active,Active in npm registry,2025-04-18T21:00:45.047Z
|
503
496
|
library,@js-sdsl/ordered-map@4.4.2,MIT,@js-sdsl,ZLY201,ordered-map,4.4.2,pkg:npm/%40js-sdsl/ordered-map@4.4.2,node_modules/@js-sdsl/ordered-map,javascript standard data structure library which benchmark against C++ STL,git+https://github.com/js-sdsl/js-sdsl.git,"as detected from PackageJson property ""repository.url""",https://js-sdsl.org,"as detected from PackageJson property ""homepage""",https://github.com/js-sdsl/js-sdsl/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/@js-sdsl/ordered-map/-/ordered-map-4.4.2.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,8942a09b9d93f07384fe66a44b18eaa1685ef79649035fc6d6c62c19ebf6243294492d78280820d4b1dbf816be20fa30d317e56e74a43ac65c3b4f02ef0d6063,951711127@qq.com,active,Active in npm registry,2023-07-21T13:31:10.848Z
|
504
497
|
library,lodash.camelcase@4.3.0,MIT,,John-David Dalton,lodash.camelcase,4.3.0,pkg:npm/lodash.camelcase@4.3.0,node_modules/lodash.camelcase,The lodash method `_.camelCase` exported as a module.,git+https://github.com/lodash/lodash.git,"as detected from PackageJson property ""repository.url""",https://lodash.com/,"as detected from PackageJson property ""homepage""",https://github.com/lodash/lodash/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/lodash.camelcase/-/lodash.camelcase-4.3.0.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,4f0b849c29f16dcdeb02f85ffcb6c6eed2540f386a5f2167bf776dccb38f8021bf84e0cbed6167b1bc24b640fbc9457446bade3ff9753c02eafd84a0e95be394,john.david.dalton@gmail.com,active,Active in npm registry,2022-06-19T13:33:53.122Z
|
498
|
+
library,long@5.3.2,Apache-2.0,,Daniel Wirtz,long,5.3.2,pkg:npm/long@5.3.2,node_modules/long,A Long class for representing a 64-bit two's-complement integer value.,git+https://github.com/dcodeIO/long.js.git,"as detected from PackageJson property ""repository.url""",https://github.com/dcodeIO/long.js#readme,"as detected from PackageJson property ""homepage""",https://github.com/dcodeIO/long.js/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/long/-/long-5.3.2.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,98d0206751a6c8d843ec0baa9d31b7fd5436ea8efad3e65804f2a33efba03bcfa72db61f5fa4d5a493ec781be8a5b758faaa59fe52949e611cd4b799612dd000,dcode@dcode.io,active,Active in npm registry,2025-04-17T17:32:06.239Z
|
505
499
|
library,protobufjs@7.5.3,BSD-3-Clause,,Daniel Wirtz,protobufjs,7.5.3,pkg:npm/protobufjs@7.5.3,node_modules/protobufjs,Protocol Buffers for JavaScript (& TypeScript).,git+https://github.com/protobufjs/protobuf.js.git,"as detected from PackageJson property ""repository.url""",https://protobufjs.github.io/protobuf.js/,"as detected from PackageJson property ""homepage""",https://github.com/protobufjs/protobuf.js/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/protobufjs/-/protobufjs-7.5.3.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,b2295d8cac15a8e23692614389743a6840747e361369fa44bc806cf2d391f2a238b29b8bf4e3d138b56edaa66a8bfc6009fb0723056a95a17c2418d61479ca6f,dcode+protobufjs@dcode.io,active,Active in npm registry,2025-05-28T22:23:52.792Z
|
506
500
|
library,brototype@0.0.6,MIT,,Randy Hunt,brototype,0.0.6,pkg:npm/brototype@0.0.6,node_modules/brototype,Bro~ do you even Javascript?,git+https://github.com/letsgetrandy/brototype.git,"as detected from PackageJson property ""repository.url""",http://brototypejs.com,"as detected from PackageJson property ""homepage""",https://github.com/letsgetrandy/brototype/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/brototype/-/brototype-0.0.6.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,51c42eb0d017ee79ee5dff6dbef2d10ba0ed67cfd8903251b5321b880e5ac9bf0c7a1c2d4b0b64bdde594d734b5134ed53a27fc89b22fb52c95ea811cf5a1bc2,,active,Active in npm registry,2022-06-13T05:08:57.353Z
|
507
501
|
library,error-callsites@2.0.4,MIT,,Thomas Watson Steen,error-callsites,2.0.4,pkg:npm/error-callsites@2.0.4,node_modules/error-callsites,Extract callsite objects from Error objects,git+https://github.com/watson/error-callsites.git,"as detected from PackageJson property ""repository.url""",https://github.com/watson/error-callsites#readme,"as detected from PackageJson property ""homepage""",https://github.com/watson/error-callsites/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/error-callsites/-/error-callsites-2.0.4.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,57cefb0a1e050b814dd7bf1f0cad5fb2b1cde08d5840805db632ab1e1dc150732787748cbf0515aea91a3a00e952e7af8123676b4441aba3b1f521a5c58ae280,w@tson.dk,active,Active in npm registry,2022-06-17T08:15:14.511Z
|
@@ -1010,6 +1004,12 @@ library,core-util-is@1.0.3,MIT,,Isaac Z. Schlueter,core-util-is,1.0.3,pkg:npm/co
|
|
1010
1004
|
library,isarray@1.0.0,MIT,,Julian Gruber,isarray,1.0.0,pkg:npm/isarray@1.0.0,node_modules/isarray,Array#isArray for older browsers,git://github.com/juliangruber/isarray.git,"as detected from PackageJson property ""repository.url""",https://github.com/juliangruber/isarray,"as detected from PackageJson property ""homepage""",https://github.com/juliangruber/isarray/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,54b82121634ce842d0ce8ef3c26720d0d99357258a623bc878cf37ca3a74c110d39949eb33aefc7d06dc281a3a9f6089105d2cce81bfff2b60f932a56bcf402d,mail@juliangruber.com,active,Active in npm registry,2023-07-12T19:07:21.350Z
|
1011
1005
|
library,process-nextick-args@2.0.1,MIT,,,process-nextick-args,2.0.1,pkg:npm/process-nextick-args@2.0.1,node_modules/process-nextick-args,process.nextTick but always with args,git+https://github.com/calvinmetcalf/process-nextick-args.git,"as detected from PackageJson property ""repository.url""",https://github.com/calvinmetcalf/process-nextick-args,"as detected from PackageJson property ""homepage""",https://github.com/calvinmetcalf/process-nextick-args/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-2.0.1.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,de8b943a9421b60adb39ad7b27bfaec4e4e92136166863fbfc0868477f80fbfd5ef6c92bcde9468bf757cc4632bdbc6e6c417a5a7db2a6c7132a22891459f56a,,active,Active in npm registry,2022-06-24T17:00:59.196Z
|
1012
1006
|
library,sqlstring@2.3.1,MIT,,,sqlstring,2.3.1,pkg:npm/sqlstring@2.3.1,node_modules/sqlstring,Simple SQL escape and format for MySQL,git+https://github.com/mysqljs/sqlstring.git,"as detected from PackageJson property ""repository.url""",https://github.com/mysqljs/sqlstring#readme,"as detected from PackageJson property ""homepage""",https://github.com/mysqljs/sqlstring/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/sqlstring/-/sqlstring-2.3.1.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,a2803387feddc481b9fae0e2935cff45dd6f962d3edfc8b36611b349adf817047b21b7a53d608229234897c8e52ff17b111bf2f020768cd78cd44f62f665cc01,,active,Active in npm registry,2023-05-28T20:08:09.071Z
|
1007
|
+
library,aws-ssl-profiles@1.1.2,MIT,,https://github.com/wellwelwel,aws-ssl-profiles,1.1.2,pkg:npm/aws-ssl-profiles@1.1.2,node_modules/aws-ssl-profiles,AWS RDS SSL certificates bundles.,git+https://github.com/mysqljs/aws-ssl-profiles.git,"as detected from PackageJson property ""repository.url""",https://github.com/mysqljs/aws-ssl-profiles#readme,"as detected from PackageJson property ""homepage""",https://github.com/mysqljs/aws-ssl-profiles/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/aws-ssl-profiles/-/aws-ssl-profiles-1.1.2.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,35929eabd01fc90bc478d94dd3349801a5ab9817df261dc810b3197d1a4955682ba446ed1299e3bf3a813dffa6c68236f3b2688510e86befe7b1faaa899985ea,,active,Active in npm registry,2024-08-30T01:20:23.319Z
|
1008
|
+
library,generate-function@2.3.1,MIT,,Mathias Buus,generate-function,2.3.1,pkg:npm/generate-function@2.3.1,node_modules/generate-function,Module that helps you write generated functions in Node,git+https://github.com/mafintosh/generate-function.git,"as detected from PackageJson property ""repository.url""",https://github.com/mafintosh/generate-function,"as detected from PackageJson property ""homepage""",https://github.com/mafintosh/generate-function/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/generate-function/-/generate-function-2.3.1.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,79e07919f30d79ebe6fc6458ab6d12866b1a19c988f359085f62bd5d0c799a20bc29d1da0ba266d2a43c64d7863a2ef0601f0eb1dc4ab3e636a15b9316e57029,,active,Active in npm registry,2022-06-18T05:21:50.896Z
|
1009
|
+
library,is-property@1.0.2,MIT,,Mikola Lysenko,is-property,1.0.2,pkg:npm/is-property@1.0.2,node_modules/is-property,Tests if a JSON property can be accessed using . syntax,git://github.com/mikolalysenko/is-property.git,"as detected from PackageJson property ""repository.url""",https://github.com/mikolalysenko/is-property#readme,"as detected from PackageJson property ""homepage""",https://github.com/mikolalysenko/is-property/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/is-property/-/is-property-1.0.2.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,2acfc8a17d344ed0a56c642be135977a602792d010bd807b1f3702c431aa11953aa0299bd88347b8ea0ac5bb51f871649985812affdd399b464620230e18fdda,,active,Active in npm registry,2022-06-19T02:48:52.177Z
|
1010
|
+
library,lru.min@1.1.2,MIT,,https://github.com/wellwelwel,lru.min,1.1.2,pkg:npm/lru.min@1.1.2,node_modules/lru.min,🔥 An extremely fast and efficient LRU cache for JavaScript with high compatibility (including Browsers) — 6.8KB.,git+https://github.com/wellwelwel/lru.min.git,"as detected from PackageJson property ""repository.url""",https://github.com/wellwelwel/lru.min#readme,"as detected from PackageJson property ""homepage""",https://github.com/wellwelwel/lru.min/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/lru.min/-/lru.min-1.1.2.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,36ff4a75d05c412950a299811d74ac655639c6c765664747fc87b2d0195c05882031de2dc28edc66728e2bdbe6cb79d8d0ee51187f7dcf53c2793a4faaccd462,,active,Active in npm registry,2025-03-09T18:29:37.870Z
|
1011
|
+
library,named-placeholders@1.1.3,MIT,,Andrey Sidorov,named-placeholders,1.1.3,pkg:npm/named-placeholders@1.1.3,node_modules/named-placeholders,sql named placeholders to unnamed compiler,git+https://github.com/sidorares/named-placeholders.git,"as detected from PackageJson property ""repository.url""",https://github.com/sidorares/named-placeholders#readme,"as detected from PackageJson property ""homepage""",https://github.com/sidorares/named-placeholders/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/named-placeholders/-/named-placeholders-1.1.3.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,78ba01c60eb013fad99093e153fc515f5593a64144c0324437dea8c45ad3b2a05d6d3e5e736f7943e0a81eb2fd213d038a9a8a86619c6999b03adf0e38de71d7,sidorares@yandex.com,active,Active in npm registry,2023-01-12T03:43:18.899Z
|
1012
|
+
library,seq-queue@0.0.5,,,changchang,seq-queue,0.0.5,pkg:npm/seq-queue@0.0.5,node_modules/seq-queue,A simple tool to keep requests to be executed in order.,git+ssh://git@github.com/changchang/seq-queue.git,"as detected from PackageJson property ""repository.url""",https://github.com/changchang/seq-queue,"as detected from PackageJson property ""homepage""",https://github.com/changchang/seq-queue/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/seq-queue/-/seq-queue-0.0.5.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,86bdd6b69fc664873fe830063c3715e3ff56a19863ae45ec8b907fd3b4205fcb6c75cea296bec114ce8f33aadb7405f590548361e6462e2a486592b240fd0ee5,changchang005@gmail.com,active,Active in npm registry,2022-06-26T17:46:59.708Z
|
1013
1013
|
library,nodemon@3.1.10,MIT,,Remy Sharp,nodemon,3.1.10,pkg:npm/nodemon@3.1.10,node_modules/nodemon,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""",https://registry.npmjs.org/nodemon/-/nodemon-3.1.10.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,5838f0de9274ff48cc166c8d0e9de0bd8d988b38cb9a6394428e8310163e26076f5bfc90f6611e4b0e87e72b61979372db2b5bedff42da721b8d2c4c3736c95f,,active,Active in npm registry,2025-06-28T18:41:30.642Z
|
1014
1014
|
library,nodemon@3.1.10|minimatch@3.1.2,ISC,,Isaac Z. Schlueter,minimatch,3.1.2,pkg:npm/minimatch@3.1.2,node_modules/nodemon/node_modules/minimatch,a glob matcher in javascript,git://github.com/isaacs/minimatch.git,"as detected from PackageJson property ""repository.url""",https://github.com/isaacs/minimatch#readme,"as detected from PackageJson property ""homepage""",https://github.com/isaacs/minimatch/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,27ba7ade1462023c35343130c355bb8b7efe07222b3963b95d0400cd9dd539c2f43cdc9bc297e657f374e73140cf043d512c84717eaddd43be2b96aa0503881f,i@izs.me,active,Active in npm registry,2025-06-12T20:19:28.018Z
|
1015
1015
|
library,nodemon@3.1.10|brace-expansion@1.1.12,MIT,,Julian Gruber,brace-expansion,1.1.12,pkg:npm/brace-expansion@1.1.12,node_modules/nodemon/node_modules/brace-expansion,Brace expansion as known from sh/bash,git://github.com/juliangruber/brace-expansion.git,"as detected from PackageJson property ""repository.url""",https://github.com/juliangruber/brace-expansion,"as detected from PackageJson property ""homepage""",https://github.com/juliangruber/brace-expansion/issues,"as detected from PackageJson property ""bugs.url""",https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.12.tgz,"as detected from npm-ls property ""resolved"" and property ""integrity""",SHA-512,f53f548d6debd145b973543b193c25969b57c21bd8984cc587331f67d1fb1505adfae65e3e364f8c13ff5b5644c99d6dc065a89b9ff9e9317894f72a8e70c772,mail@juliangruber.com,active,Active in npm registry,2025-06-11T08:52:58.305Z
|