Raw JSON report machine-readable
{
"data": {
"repo": {
"topics": [],
"is_fork": true,
"size_kb": 234,
"has_wiki": true,
"homepage": null,
"languages": {
"JavaScript": 38740
},
"pushed_at": "2026-07-20T15:57:24Z",
"created_at": "2017-10-03T07:11:44Z",
"owner_type": "Organization",
"updated_at": "2026-07-20T15:57:29Z",
"description": "A redis binary semaphore with async wait",
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "master",
"license_spdx_raw": "MIT",
"primary_language": "JavaScript",
"significant_languages": [
"JavaScript"
]
},
"owner": {
"blog": "http://nodemailer.com",
"name": "nodemailer",
"type": "Organization",
"login": "nodemailer",
"company": null,
"location": "Tallinn, Estonia",
"followers": 143,
"avatar_url": "https://avatars.githubusercontent.com/u/16486629?v=4",
"created_at": "2015-12-30T08:23:56Z",
"is_verified": null,
"public_repos": 41,
"account_age_days": 3861
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": false
},
"activity": {
"releases": [
{
"tag": "v1.4.2",
"kind": "patch",
"published_at": "2026-07-20T15:57:24Z"
},
{
"tag": "v1.4.1",
"kind": "patch",
"published_at": "2026-03-23T12:41:05Z"
},
{
"tag": "v1.4.0",
"kind": "minor",
"published_at": "2026-02-26T07:43:14Z"
},
{
"tag": "v1.3.0-ioredis-07",
"kind": "prerelease",
"published_at": "2024-01-03T18:12:09Z"
}
],
"recent_commits": [
{
"oid": "5e7d699a619937340dad6db3c201667327b05751",
"body": "Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(master): release 1.4.2 [skip-ci] (#8)",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2026-07-20T15:57:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "297add3cc2cfc73da86b682321efa459f7b4cc9d",
"body": "Matches the ioredis version EmailEngine and @postalsys/certs already pin, so consumers install a single ioredis copy instead of two.",
"is_bot": false,
"headline": "fix(deps): update ioredis to 5.11.1",
"author_name": "Andris Reinman",
"author_login": "andris9",
"committed_at": "2026-07-20T15:56:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "423c632b04c0c479d7768cf3f23037a755c4102c",
"body": "…r--components--ioredfour\n\nchore(master): release 1.4.1 [skip-ci]",
"is_bot": false,
"headline": "Merge pull request #7 from nodemailer/release-please--branches--maste…",
"author_name": "Andris Reinman",
"author_login": "andris9",
"committed_at": "2026-03-23T12:40:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "55a1db360796b6687fb9b20a3a5f87ef93a1cb63",
"body": null,
"is_bot": true,
"headline": "chore(master): release 1.4.1 [skip-ci]",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2026-03-23T12:40:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "75a86d91c3412b7c3c2c648cc0e6ca69a8bccfbc",
"body": "- Add \"files\" field to package.json to whitelist published files\n- Remove orphaned text and --save flag from install instructions\n- Add TTL constraint note for minReplications users\n- Replace stale Release History with link to CHANGELOG.md\n- Fix \"pronouce\" typo in Etymology section\n- Replace deprecated .substr(-12) with .slice(-12)\n- Fix REDIS_URL → REDIS_STANDALONE_URL in CLAUDE.md\n\nCo-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "chore: clean up publish payload, fix README, replace deprecated substr",
"author_name": "Andris Reinman",
"author_login": "andris9",
"committed_at": "2026-03-23T12:39:40Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "5050a87977700b17f5b60e3d68ae833f7fe3cdbb",
"body": "Cap per-attempt WAIT timeout to replicationTimeout/3 so multiple retry\nattempts fit within the deadline budget. Previously, the first WAIT could\nconsume the entire budget, making retries impossible.\n\nAlso adds TTL validation (must be >= 1.5x replicationTimeout), extracts\ntoLockResult helper to reduce duplication, and adds test coverage for the\nretry-loop deadline behavior.\n\nCo-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix: improve acquireLock replication retry reliability",
"author_name": "Andris Reinman",
"author_login": "andris9",
"committed_at": "2026-03-23T12:32:18Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "1c82857cfbfdbb487d77bae9e28be2e4adef207a",
"body": "…onventions\n\n- Add prettier as devDependency with \"format\" and \"lint\" npm scripts\n- Add 'use strict' to .ncurc.js and .prettierrc.js to pass eslint\n- Fix replication failure test that reused a Lock with minReplications:999\n for the verification step, causing it to always fail\n- Add conventional commits guidance to CLAUDE.md\n- Run prettier on all files\n\nCo-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "chore: add format/lint scripts, fix replication test, add CLAUDE.md c…",
"author_name": "Andris Reinman",
"author_login": "andris9",
"committed_at": "2026-03-23T12:07:56Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "60dc69e0a204494823557bc357cb00dc952e6e88",
"body": null,
"is_bot": false,
"headline": "Merge branch 'master' of github.com:nodemailer/ioredfour",
"author_name": "Andris Reinman",
"author_login": "andris9",
"committed_at": "2026-03-23T12:02:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "01ffc6cbe7edb544e303bef958f515d77231fd83",
"body": "ESLint 10 dropped .eslintrc support, so migrate to eslint.config.js\n(flat config format). Also adds CLAUDE.md for Claude Code guidance.\n\nCo-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "Bump all dependencies and migrate ESLint to flat config",
"author_name": "Andris Reinman",
"author_login": "andris9",
"committed_at": "2026-03-23T12:02:33Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "0d40046785170b762db9e8375044ba55c60d0109",
"body": "…r--components--ioredfour\n\nchore(master): release 1.4.0 [skip-ci]",
"is_bot": true,
"headline": "Merge pull request #6 from nodemailer/release-please--branches--maste…",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2026-02-26T07:43:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "47a8068f76c038e1799de8ec65ee83e7f1a4f422",
"body": "…r redis cluster)\n\nZMS-6: add support for redis cluster",
"is_bot": false,
"headline": "feat: Merge pull request #5 from NickOvt/ZMS-6 (ZMS-6: add support fo…",
"author_name": "NickOvt",
"author_login": "NickOvt",
"committed_at": "2026-02-25T18:05:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "691c635175d17e7e08cb606a5070b21e16a15154",
"body": null,
"is_bot": false,
"headline": "update workflow, update jsdoc",
"author_name": "NickOvt",
"author_login": "NickOvt",
"committed_at": "2026-02-25T09:30:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9e2541b75d959e4427e58376393a0200419f9a6c",
"body": null,
"is_bot": false,
"headline": "for replications tests set default as 1 replication for easier tests",
"author_name": "NickOvt",
"author_login": "NickOvt",
"committed_at": "2026-02-23T08:59:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6596cc47107b308c843e11c4f0bc9e03bf025989",
"body": null,
"is_bot": false,
"headline": "Add more tests, fix some issues, refactor code",
"author_name": "NickOvt",
"author_login": "NickOvt",
"committed_at": "2026-02-20T17:44:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0ad3771418651daeb3b2c10927488ac1ef10c51d",
"body": null,
"is_bot": false,
"headline": "ZMS-6: add support for redis cluster",
"author_name": "NickOvt",
"author_login": "NickOvt",
"committed_at": "2026-02-19T18:16:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "636693a77a63b0557452eac8d55647e1343d4b8f",
"body": "…r--components--ioredfour\n\nchore(master): release 1.3.0-ioredis-07 [skip-ci]",
"is_bot": false,
"headline": "Merge pull request #4 from nodemailer/release-please--branches--maste…",
"author_name": "Andris Reinman",
"author_login": "andris9",
"committed_at": "2024-01-03T18:11:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f780028901227532bc8b2a37d4509e9479ec7f54",
"body": null,
"is_bot": true,
"headline": "chore(master): release 1.3.0-ioredis-07 [skip-ci]",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2024-01-03T18:11:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7bd2606ec01e6495024721694735354c3a3dbca2",
"body": null,
"is_bot": false,
"headline": "feat(wait): If minReplications is not set then do not use WAIT",
"author_name": "Andris Reinman",
"author_login": "andris9",
"committed_at": "2024-01-03T18:10:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0bc1035c34c548b2d3058352c588dc20422cfb96",
"body": null,
"is_bot": false,
"headline": "v1.2.0-ioredis-07",
"author_name": "Andris Reinman",
"author_login": "andris9",
"committed_at": "2023-02-18T09:18:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "408e4f249c371a1b9409344162afd338eade7d4f",
"body": null,
"is_bot": false,
"headline": "v1.2.0-ioredis-06",
"author_name": "Andris Reinman",
"author_login": "andris9",
"committed_at": "2021-07-04T20:34:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9d2d1cb7664695aa20d7df2dd780ef7fe817e4f6",
"body": null,
"is_bot": false,
"headline": "fixed response for release",
"author_name": "Andris Reinman",
"author_login": "andris9",
"committed_at": "2021-06-21T17:09:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "25730f59ca793760fc4970d7ff8aaf53329b73fd",
"body": null,
"is_bot": false,
"headline": "v1.1.0-ioredis-05",
"author_name": "Andris Reinman",
"author_login": "andris9",
"committed_at": "2021-06-21T17:05:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6c6072111871314c49782ea122346ede13f28eb3",
"body": null,
"is_bot": false,
"headline": "Revert some changes",
"author_name": "Andris Reinman",
"author_login": "andris9",
"committed_at": "2020-12-14T07:58:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5d0214c78237ba75b77c99e2ef349cbbbae29e02",
"body": "Better failover suitability, promisified. And lock extension.",
"is_bot": false,
"headline": "Merge pull request #1 from olisto/consistencify",
"author_name": "Andris Reinman",
"author_login": "andris9",
"committed_at": "2020-12-13T07:29:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "48c18c032e3f429203e4d3197c483060a1a6f55a",
"body": null,
"is_bot": false,
"headline": "No explicit callback argument",
"author_name": "Daniel Reus",
"author_login": "dreusel",
"committed_at": "2020-12-13T00:15:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "518f119333a6455a1e83a1df486ca7606a0090b0",
"body": null,
"is_bot": false,
"headline": "Also provide callback interface (and therefore un-up major)",
"author_name": "Daniel Reus",
"author_login": "dreusel",
"committed_at": "2020-12-13T00:01:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "132d312a81867eb0691498fc244697b2337cfaab",
"body": null,
"is_bot": false,
"headline": "test expiry and extending",
"author_name": "Daniel Reus",
"author_login": "dreusel",
"committed_at": "2020-12-12T23:28:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d77311cf6be1d2460cbbc6f3f6e06783dfaea1b3",
"body": null,
"is_bot": false,
"headline": "Promisify tests, and specify no replications",
"author_name": "Daniel Reus",
"author_login": "dreusel",
"committed_at": "2020-12-12T23:20:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "387e4144fc9d06be79936881ac03419a0c2426e0",
"body": null,
"is_bot": false,
"headline": "Implement replication, Lock.extend() and promisify",
"author_name": "Daniel Reus",
"author_login": "dreusel",
"committed_at": "2020-12-12T23:08:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "68c0b8439796f8ce10b798d53c638b1dd759f956",
"body": null,
"is_bot": false,
"headline": "promisify",
"author_name": "Daniel Reus",
"author_login": "dreusel",
"committed_at": "2020-12-10T15:42:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e42fcbeb5bf7f0c2c903f623e96596de9a305234",
"body": null,
"is_bot": false,
"headline": "v1.0.2-ioredis-03",
"author_name": "Andris Reinman",
"author_login": "andris9",
"committed_at": "2020-06-02T16:36:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d1740f8c3efe0d17b1c8882c9458699635063dc0",
"body": null,
"is_bot": false,
"headline": "v1.0.2-ioredis-02",
"author_name": "Andris Reinman",
"author_login": "andris9",
"committed_at": "2018-08-14T19:17:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6f76d6aac7548b1d579752ac16b334c4a8e90f6f",
"body": null,
"is_bot": false,
"headline": "v1.0.2-ioredis. Replace node_redis with ioredis",
"author_name": "Andris Reinman",
"author_login": "andris9",
"committed_at": "2017-10-03T08:10:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "99b06292b62f8fab3726230d1d6eb0b6a0c06b51",
"body": "Add eslint config and automatic fixes",
"is_bot": false,
"headline": "Merge pull request #12 from mixmaxhq/vincent/eslint",
"author_name": "Vincent Le",
"author_login": "vincent144",
"committed_at": "2017-08-02T22:57:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f787b75955fbd6b3137eea773ff82e8b22977a63",
"body": null,
"is_bot": false,
"headline": "Add eslint config and automatic fixes",
"author_name": "Vincent Le",
"author_login": "vincent144",
"committed_at": "2017-08-02T22:42:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "293b37f03cd458bad1a060aa893095e844e2e92e",
"body": null,
"is_bot": false,
"headline": "1.0.2",
"author_name": "Trey Tacon",
"author_login": "ttacon",
"committed_at": "2017-07-11T14:48:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ccc1ccf2c86db316b857bb7759c72803174f4720",
"body": null,
"is_bot": false,
"headline": "Update release history for pending 1.0.2 release",
"author_name": "Trey Tacon",
"author_login": "ttacon",
"committed_at": "2017-07-11T14:48:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "27d5798531fad59d1ec94fcfdab505524be62e06",
"body": "…is-constructor-options\n\nCannot use instanceof redis.RedisClient due to how modules are requir…",
"is_bot": false,
"headline": "Merge pull request #11 from mixmaxhq/trey/correctly-differentiate-red…",
"author_name": "Trey Tacon",
"author_login": "ttacon",
"committed_at": "2017-07-11T14:46:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e49e8f92b1a23159dece6a676d1b3e73685ec0a5",
"body": "…ed in node",
"is_bot": false,
"headline": "Cannot use instanceof redis.RedisClient due to how modules are requir…",
"author_name": "Trey Tacon",
"author_login": "ttacon",
"committed_at": "2017-07-11T14:46:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c951163dab52c2e1af0c06b501dcdac6b84e8a52",
"body": null,
"is_bot": false,
"headline": "1.0.1",
"author_name": "Trey Tacon",
"author_login": "ttacon",
"committed_at": "2017-07-11T13:06:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d62bbd99f63d216238711f72fc661e7004614764",
"body": null,
"is_bot": false,
"headline": "Update Release History for pending 1.0.1 release",
"author_name": "Trey Tacon",
"author_login": "ttacon",
"committed_at": "2017-07-11T13:06:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4c71d914756fcd8280802650e1e45197a51885d7",
"body": "Affordance to create a redfour Lock from a pre-existing Redis connection",
"is_bot": false,
"headline": "Merge pull request #9 from mixmaxhq/trey/redis-connection-param",
"author_name": "Trey Tacon",
"author_login": "ttacon",
"committed_at": "2017-07-11T12:41:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "786c59610bf47f5a0e8ea4af186e3f8bd756e9b7",
"body": null,
"is_bot": false,
"headline": "Fix tests",
"author_name": "Jeff Wear",
"author_login": "wearhere",
"committed_at": "2017-07-10T22:40:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "14f4dcda5be2c869546fe16a21dda7cf87a0e246",
"body": "Unify parameters",
"is_bot": false,
"headline": "Merge pull request #10 from mixmaxhq/jeff/unify_param",
"author_name": "Jeffrey Wear",
"author_login": "wearhere",
"committed_at": "2017-07-10T22:37:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "698e5623db824a3f7383ac251e96f7a3f0f255e0",
"body": null,
"is_bot": false,
"headline": "Clarify documentation",
"author_name": "Jeff Wear",
"author_login": "wearhere",
"committed_at": "2017-07-10T21:38:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "df4ed2d5c9933cab314434e1903647fd154a36bf",
"body": null,
"is_bot": false,
"headline": "Unify Redis connection parameters",
"author_name": "Jeff Wear",
"author_login": "wearhere",
"committed_at": "2017-07-10T21:35:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "38b22878892c6d9fca712d3f643c48e175682bd6",
"body": null,
"is_bot": false,
"headline": "Affordance to create a redfour Lock from a pre-existing Redis connection",
"author_name": "Trey Tacon",
"author_login": "ttacon",
"committed_at": "2017-07-07T20:07:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d7fbd1e7fedc24224c1a1bc7829220a0c256061c",
"body": null,
"is_bot": false,
"headline": "typo",
"author_name": "Brad Vogel",
"author_login": "bradvogel",
"committed_at": "2017-04-25T21:08:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2188996b5a12d8813939f62a93574dd21ea132ac",
"body": "Use Yarn",
"is_bot": false,
"headline": "Merge pull request #6 from mixmaxhq/spencer/yarnify",
"author_name": "Spencer Brown",
"author_login": "spencer-brown",
"committed_at": "2017-04-24T00:35:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6b569be22b3a52023cc4d0414173445b3ecfaa6e",
"body": null,
"is_bot": false,
"headline": "Use Yarn",
"author_name": "Spencer Brown",
"author_login": null,
"committed_at": "2017-04-24T00:35:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9a5c62eb407812c90abd3474f2e0cef718488138",
"body": null,
"is_bot": false,
"headline": "Add link to blog post.",
"author_name": "Brad Vogel",
"author_login": "bradvogel",
"committed_at": "2016-09-15T00:40:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9e81274fbe58a30456796503038113884bdfa7f5",
"body": "More fixups",
"is_bot": false,
"headline": "Merge pull request #2 from mixmaxhq/more-fixups",
"author_name": "Brad Vogel",
"author_login": "bradvogel",
"committed_at": "2016-09-13T02:04:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e6d7fcb7f2e223f6ff6f02a4907eb1406d7d72c5",
"body": null,
"is_bot": false,
"headline": "Add note about more efficient implementation.",
"author_name": "Brad Vogel",
"author_login": null,
"committed_at": "2016-09-13T02:03:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d09fa346442f02c019dfdd3c05465f9cf302e4f7",
"body": null,
"is_bot": false,
"headline": "Documentation fixes.",
"author_name": "Brad Vogel",
"author_login": null,
"committed_at": "2016-09-13T01:57:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f31ac8d21ca9a32db502388080208d14be4aeb57",
"body": null,
"is_bot": false,
"headline": "Fix bug where Math.max was misused.",
"author_name": "Brad Vogel",
"author_login": null,
"committed_at": "2016-09-13T01:35:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9160ae21b15b69a269ee0abbd624c55d03b9c1f2",
"body": "…one else's lock.",
"is_bot": false,
"headline": "Don't return index if the lock exists, so the user can't release some…",
"author_name": "Brad Vogel",
"author_login": null,
"committed_at": "2016-09-13T01:35:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f7151db45a78c5499749d31e7bb55d2e0d0e3d89",
"body": null,
"is_bot": false,
"headline": "Cleanup copy and paste error.",
"author_name": "Brad Vogel",
"author_login": null,
"committed_at": "2016-09-13T01:30:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bae7ad66d7da9b182102aec80de2eb62b6450330",
"body": "…lid.",
"is_bot": false,
"headline": "Make documentation clearer about the acquired lock not quite being va…",
"author_name": "Brad Vogel",
"author_login": null,
"committed_at": "2016-09-13T01:30:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cbaccfea1170a5125189e48a6678c6906624294c",
"body": null,
"is_bot": false,
"headline": "Have releaseLock take a lock object, for simplicity.",
"author_name": "Brad Vogel",
"author_login": null,
"committed_at": "2016-09-13T01:29:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "415978f5722586197f096cca8965cde0f0a06116",
"body": "Initial commit.",
"is_bot": false,
"headline": "Merge pull request #1 from mixmaxhq/initial-commit",
"author_name": "Brad Vogel",
"author_login": "bradvogel",
"committed_at": "2016-09-13T00:59:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c9d9d6ae04a508dfdfb5ff9166d2e0884cf15a6e",
"body": null,
"is_bot": false,
"headline": "More readme fixes.",
"author_name": "Brad Vogel",
"author_login": null,
"committed_at": "2016-09-13T00:59:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "aeadb61dd6b73347e3df805048854e8ad471fc31",
"body": null,
"is_bot": false,
"headline": "Take package updates.",
"author_name": "Brad Vogel",
"author_login": null,
"committed_at": "2016-09-13T00:56:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c88a7cdeb70e0e71a5cac44d3ff5324e8277d087",
"body": null,
"is_bot": false,
"headline": "Readme fixes.",
"author_name": "Brad Vogel",
"author_login": null,
"committed_at": "2016-09-13T00:55:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3135c90a4019b3867f42b71e7d3f926b08c2d94f",
"body": null,
"is_bot": false,
"headline": "Removed 'state' parameter since it's not really useful.",
"author_name": "Brad Vogel",
"author_login": null,
"committed_at": "2016-09-13T00:54:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0c1553f597960d668db1784fd088ddc2fc905fd2",
"body": null,
"is_bot": false,
"headline": "Initial commit.",
"author_name": "Brad Vogel",
"author_login": null,
"committed_at": "2016-09-13T00:17:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0750ea482e799c3e35263e5b2bdfe0f4b03ba39d",
"body": null,
"is_bot": false,
"headline": "Initial commit",
"author_name": "Brad Vogel",
"author_login": "bradvogel",
"committed_at": "2016-09-12T21:53:41Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 4,
"commits_last_year": 15,
"latest_release_at": "2026-07-20T15:57:24Z",
"latest_release_tag": "v1.4.2",
"releases_from_tags": false,
"days_since_last_push": 6,
"active_weeks_last_year": 4,
"days_since_latest_release": 6,
"mean_days_between_releases": 309.6
},
"community": {
"has_readme": false,
"has_license": false,
"has_description": false,
"has_contributing": false,
"health_percentage": null,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "ioredfour",
"exists": true,
"license": "MIT",
"keywords": [
"redis",
"semaphore",
"mutex",
"node"
],
"ecosystem": "npm",
"matches_repo": true,
"registry_url": "https://www.npmjs.com/package/ioredfour",
"is_deprecated": false,
"latest_version": "1.4.2",
"repository_url": "https://github.com/nodemailer/ioredfour",
"versions_count": 10,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": 1,
"monthly_downloads": 9429,
"first_published_at": "2017-10-03T08:11:26.669000Z",
"latest_published_at": "2026-07-20T15:57:48.383000Z",
"latest_version_yanked": null,
"days_since_latest_publish": 6
}
]
},
"popularity": {
"forks": 3,
"stars": 2,
"watchers": 1,
"fork_history": {
"days": [
{
"date": "2020-12-12",
"count": 1
},
{
"date": "2020-12-13",
"count": 1
},
{
"date": "2026-02-19",
"count": 1
}
],
"complete": true,
"collected": 3,
"total_forks": 3
},
"star_history": null,
"open_issues_and_prs": 0
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [],
"largest_source_bytes": 17881,
"source_files_sampled": 7,
"oversized_source_files": 0,
"agent_instruction_files": [
"CLAUDE.md"
],
"agent_instruction_max_bytes": 2326
},
"dependencies": {
"manifests": [
"package.json"
],
"advisories": {
"error": null,
"scope": "published_package",
"source": "osv",
"findings": [],
"collected": true,
"malicious": [],
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 9,
"malicious_count": 0,
"assessed_package": "npm:ioredfour@1.4.2",
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [
"npm"
],
"dependencies": [
{
"name": "ioredis",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "5.11.1"
}
],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "ioredis",
"direct": true,
"version": "5.11.1",
"ecosystem": "npm"
},
{
"name": "@eslint-community/eslint-utils",
"direct": false,
"version": "4.9.1",
"ecosystem": "npm"
},
{
"name": "@eslint-community/regexpp",
"direct": false,
"version": "4.12.2",
"ecosystem": "npm"
},
{
"name": "@eslint/config-array",
"direct": false,
"version": "0.21.2",
"ecosystem": "npm"
},
{
"name": "@eslint/config-array",
"direct": false,
"version": "0.23.5",
"ecosystem": "npm"
},
{
"name": "@eslint/config-helpers",
"direct": false,
"version": "0.4.2",
"ecosystem": "npm"
},
{
"name": "@eslint/config-helpers",
"direct": false,
"version": "0.6.0",
"ecosystem": "npm"
},
{
"name": "@eslint/core",
"direct": false,
"version": "0.17.0",
"ecosystem": "npm"
},
{
"name": "@eslint/core",
"direct": false,
"version": "1.2.1",
"ecosystem": "npm"
},
{
"name": "@eslint/eslintrc",
"direct": false,
"version": "3.3.6",
"ecosystem": "npm"
},
{
"name": "@eslint/js",
"direct": false,
"version": "9.39.5",
"ecosystem": "npm"
},
{
"name": "@eslint/object-schema",
"direct": false,
"version": "2.1.7",
"ecosystem": "npm"
},
{
"name": "@eslint/object-schema",
"direct": false,
"version": "3.0.5",
"ecosystem": "npm"
},
{
"name": "@eslint/plugin-kit",
"direct": false,
"version": "0.4.1",
"ecosystem": "npm"
},
{
"name": "@eslint/plugin-kit",
"direct": false,
"version": "0.7.2",
"ecosystem": "npm"
},
{
"name": "@humanfs/core",
"direct": false,
"version": "0.19.2",
"ecosystem": "npm"
},
{
"name": "@humanfs/node",
"direct": false,
"version": "0.16.8",
"ecosystem": "npm"
},
{
"name": "@humanfs/types",
"direct": false,
"version": "0.15.0",
"ecosystem": "npm"
},
{
"name": "@humanwhocodes/module-importer",
"direct": false,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "@humanwhocodes/retry",
"direct": false,
"version": "0.4.3",
"ecosystem": "npm"
},
{
"name": "@ioredis/commands",
"direct": false,
"version": "1.10.0",
"ecosystem": "npm"
},
{
"name": "@isaacs/cliui",
"direct": false,
"version": "8.0.2",
"ecosystem": "npm"
},
{
"name": "@pkgjs/parseargs",
"direct": false,
"version": "0.11.0",
"ecosystem": "npm"
},
{
"name": "@types/esrecurse",
"direct": false,
"version": "4.3.1",
"ecosystem": "npm"
},
{
"name": "@types/estree",
"direct": false,
"version": "1.0.9",
"ecosystem": "npm"
},
{
"name": "@types/json-schema",
"direct": false,
"version": "7.0.15",
"ecosystem": "npm"
},
{
"name": "abbrev",
"direct": false,
"version": "1.1.1",
"ecosystem": "npm"
},
{
"name": "acorn",
"direct": false,
"version": "8.17.0",
"ecosystem": "npm"
},
{
"name": "acorn-jsx",
"direct": false,
"version": "5.3.2",
"ecosystem": "npm"
},
{
"name": "ajv",
"direct": false,
"version": "6.15.0",
"ecosystem": "npm"
},
{
"name": "ansi-regex",
"direct": false,
"version": "5.0.1",
"ecosystem": "npm"
},
{
"name": "ansi-regex",
"direct": false,
"version": "6.2.2",
"ecosystem": "npm"
},
{
"name": "ansi-styles",
"direct": false,
"version": "4.3.0",
"ecosystem": "npm"
},
{
"name": "ansi-styles",
"direct": false,
"version": "6.2.3",
"ecosystem": "npm"
},
{
"name": "argparse",
"direct": false,
"version": "1.0.10",
"ecosystem": "npm"
},
{
"name": "argparse",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "array-each",
"direct": false,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "array-slice",
"direct": false,
"version": "1.1.0",
"ecosystem": "npm"
},
{
"name": "assertion-error",
"direct": false,
"version": "1.1.0",
"ecosystem": "npm"
},
{
"name": "async",
"direct": false,
"version": "3.2.6",
"ecosystem": "npm"
},
{
"name": "balanced-match",
"direct": false,
"version": "1.0.2",
"ecosystem": "npm"
},
{
"name": "balanced-match",
"direct": false,
"version": "4.0.4",
"ecosystem": "npm"
},
{
"name": "brace-expansion",
"direct": false,
"version": "1.1.16",
"ecosystem": "npm"
},
{
"name": "brace-expansion",
"direct": false,
"version": "2.1.2",
"ecosystem": "npm"
},
{
"name": "brace-expansion",
"direct": false,
"version": "5.0.7",
"ecosystem": "npm"
},
{
"name": "braces",
"direct": false,
"version": "3.0.3",
"ecosystem": "npm"
},
{
"name": "browser-stdout",
"direct": false,
"version": "1.3.1",
"ecosystem": "npm"
},
{
"name": "callsites",
"direct": false,
"version": "3.1.0",
"ecosystem": "npm"
},
{
"name": "camelcase",
"direct": false,
"version": "6.3.0",
"ecosystem": "npm"
},
{
"name": "chai",
"direct": false,
"version": "4.3.10",
"ecosystem": "npm"
},
{
"name": "chalk",
"direct": false,
"version": "4.1.2",
"ecosystem": "npm"
},
{
"name": "check-error",
"direct": false,
"version": "1.0.3",
"ecosystem": "npm"
},
{
"name": "chokidar",
"direct": false,
"version": "4.0.3",
"ecosystem": "npm"
},
{
"name": "cliui",
"direct": false,
"version": "8.0.1",
"ecosystem": "npm"
},
{
"name": "cluster-key-slot",
"direct": false,
"version": "1.1.1",
"ecosystem": "npm"
},
{
"name": "color-convert",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "color-name",
"direct": false,
"version": "1.1.4",
"ecosystem": "npm"
},
{
"name": "colors",
"direct": false,
"version": "1.1.2",
"ecosystem": "npm"
},
{
"name": "concat-map",
"direct": false,
"version": "0.0.1",
"ecosystem": "npm"
},
{
"name": "cross-spawn",
"direct": false,
"version": "7.0.6",
"ecosystem": "npm"
},
{
"name": "dateformat",
"direct": false,
"version": "4.6.3",
"ecosystem": "npm"
},
{
"name": "debug",
"direct": false,
"version": "4.4.3",
"ecosystem": "npm"
},
{
"name": "decamelize",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "deep-eql",
"direct": false,
"version": "4.1.4",
"ecosystem": "npm"
},
{
"name": "deep-is",
"direct": false,
"version": "0.1.4",
"ecosystem": "npm"
},
{
"name": "denque",
"direct": false,
"version": "2.1.0",
"ecosystem": "npm"
},
{
"name": "detect-file",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "diff",
"direct": false,
"version": "7.0.0",
"ecosystem": "npm"
},
{
"name": "eastasianwidth",
"direct": false,
"version": "0.2.0",
"ecosystem": "npm"
},
{
"name": "emoji-regex",
"direct": false,
"version": "8.0.0",
"ecosystem": "npm"
},
{
"name": "emoji-regex",
"direct": false,
"version": "9.2.2",
"ecosystem": "npm"
},
{
"name": "es-errors",
"direct": false,
"version": "1.3.0",
"ecosystem": "npm"
},
{
"name": "escalade",
"direct": false,
"version": "3.2.0",
"ecosystem": "npm"
},
{
"name": "escape-string-regexp",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "eslint",
"direct": false,
"version": "10.7.0",
"ecosystem": "npm"
},
{
"name": "eslint",
"direct": false,
"version": "9.39.5",
"ecosystem": "npm"
},
{
"name": "eslint-config-nodemailer",
"direct": false,
"version": "1.2.0",
"ecosystem": "npm"
},
{
"name": "eslint-config-prettier",
"direct": false,
"version": "10.1.8",
"ecosystem": "npm"
},
{
"name": "eslint-scope",
"direct": false,
"version": "8.4.0",
"ecosystem": "npm"
},
{
"name": "eslint-scope",
"direct": false,
"version": "9.1.2",
"ecosystem": "npm"
},
{
"name": "eslint-visitor-keys",
"direct": false,
"version": "3.4.3",
"ecosystem": "npm"
},
{
"name": "eslint-visitor-keys",
"direct": false,
"version": "4.2.1",
"ecosystem": "npm"
},
{
"name": "eslint-visitor-keys",
"direct": false,
"version": "5.0.1",
"ecosystem": "npm"
},
{
"name": "espree",
"direct": false,
"version": "10.4.0",
"ecosystem": "npm"
},
{
"name": "espree",
"direct": false,
"version": "11.2.0",
"ecosystem": "npm"
},
{
"name": "esprima",
"direct": false,
"version": "4.0.1",
"ecosystem": "npm"
},
{
"name": "esquery",
"direct": false,
"version": "1.7.0",
"ecosystem": "npm"
},
{
"name": "esrecurse",
"direct": false,
"version": "4.3.0",
"ecosystem": "npm"
},
{
"name": "estraverse",
"direct": false,
"version": "5.3.0",
"ecosystem": "npm"
},
{
"name": "esutils",
"direct": false,
"version": "2.0.3",
"ecosystem": "npm"
},
{
"name": "eventemitter2",
"direct": false,
"version": "0.4.14",
"ecosystem": "npm"
},
{
"name": "exit",
"direct": false,
"version": "0.1.2",
"ecosystem": "npm"
},
{
"name": "exit-x",
"direct": false,
"version": "0.2.2",
"ecosystem": "npm"
},
{
"name": "expand-tilde",
"direct": false,
"version": "2.0.2",
"ecosystem": "npm"
},
{
"name": "extend",
"direct": false,
"version": "3.0.2",
"ecosystem": "npm"
},
{
"name": "fast-deep-equal",
"direct": false,
"version": "3.1.3",
"ecosystem": "npm"
},
{
"name": "fast-json-stable-stringify",
"direct": false,
"version": "2.1.0",
"ecosystem": "npm"
},
{
"name": "fast-levenshtein",
"direct": false,
"version": "2.0.6",
"ecosystem": "npm"
},
{
"name": "file-entry-cache",
"direct": false,
"version": "8.0.0",
"ecosystem": "npm"
},
{
"name": "fill-range",
"direct": false,
"version": "7.1.1",
"ecosystem": "npm"
},
{
"name": "find-up",
"direct": false,
"version": "5.0.0",
"ecosystem": "npm"
},
{
"name": "findup-sync",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "findup-sync",
"direct": false,
"version": "5.0.0",
"ecosystem": "npm"
},
{
"name": "fined",
"direct": false,
"version": "1.2.0",
"ecosystem": "npm"
},
{
"name": "flagged-respawn",
"direct": false,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "flat",
"direct": false,
"version": "5.0.2",
"ecosystem": "npm"
},
{
"name": "flat-cache",
"direct": false,
"version": "4.0.1",
"ecosystem": "npm"
},
{
"name": "flatted",
"direct": false,
"version": "3.4.2",
"ecosystem": "npm"
},
{
"name": "for-in",
"direct": false,
"version": "1.0.2",
"ecosystem": "npm"
},
{
"name": "for-own",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "foreground-child",
"direct": false,
"version": "3.3.1",
"ecosystem": "npm"
},
{
"name": "fs.realpath",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "function-bind",
"direct": false,
"version": "1.1.2",
"ecosystem": "npm"
},
{
"name": "get-caller-file",
"direct": false,
"version": "2.0.5",
"ecosystem": "npm"
},
{
"name": "get-func-name",
"direct": false,
"version": "2.0.2",
"ecosystem": "npm"
},
{
"name": "getobject",
"direct": false,
"version": "1.0.2",
"ecosystem": "npm"
},
{
"name": "glob",
"direct": false,
"version": "10.5.0",
"ecosystem": "npm"
},
{
"name": "glob",
"direct": false,
"version": "7.1.7",
"ecosystem": "npm"
},
{
"name": "glob-parent",
"direct": false,
"version": "6.0.2",
"ecosystem": "npm"
},
{
"name": "global-modules",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "global-prefix",
"direct": false,
"version": "1.0.2",
"ecosystem": "npm"
},
{
"name": "globals",
"direct": false,
"version": "14.0.0",
"ecosystem": "npm"
},
{
"name": "grunt",
"direct": false,
"version": "1.6.2",
"ecosystem": "npm"
},
{
"name": "grunt-cli",
"direct": false,
"version": "1.5.0",
"ecosystem": "npm"
},
{
"name": "grunt-eslint",
"direct": false,
"version": "26.0.0",
"ecosystem": "npm"
},
{
"name": "grunt-known-options",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "grunt-legacy-log",
"direct": false,
"version": "3.0.1",
"ecosystem": "npm"
},
{
"name": "grunt-legacy-log-utils",
"direct": false,
"version": "2.1.3",
"ecosystem": "npm"
},
{
"name": "grunt-legacy-util",
"direct": false,
"version": "2.0.2",
"ecosystem": "npm"
},
{
"name": "grunt-mocha-test",
"direct": false,
"version": "0.13.3",
"ecosystem": "npm"
},
{
"name": "has-flag",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "hasown",
"direct": false,
"version": "2.0.4",
"ecosystem": "npm"
},
{
"name": "he",
"direct": false,
"version": "1.2.0",
"ecosystem": "npm"
},
{
"name": "homedir-polyfill",
"direct": false,
"version": "1.0.3",
"ecosystem": "npm"
},
{
"name": "hooker",
"direct": false,
"version": "0.2.3",
"ecosystem": "npm"
},
{
"name": "iconv-lite",
"direct": false,
"version": "0.6.3",
"ecosystem": "npm"
},
{
"name": "ignore",
"direct": false,
"version": "5.3.2",
"ecosystem": "npm"
},
{
"name": "import-fresh",
"direct": false,
"version": "3.3.1",
"ecosystem": "npm"
},
{
"name": "imurmurhash",
"direct": false,
"version": "0.1.4",
"ecosystem": "npm"
},
{
"name": "inflight",
"direct": false,
"version": "1.0.6",
"ecosystem": "npm"
},
{
"name": "inherits",
"direct": false,
"version": "2.0.4",
"ecosystem": "npm"
},
{
"name": "ini",
"direct": false,
"version": "1.3.8",
"ecosystem": "npm"
},
{
"name": "interpret",
"direct": false,
"version": "1.1.0",
"ecosystem": "npm"
},
{
"name": "is-absolute",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "is-core-module",
"direct": false,
"version": "2.16.2",
"ecosystem": "npm"
},
{
"name": "is-extglob",
"direct": false,
"version": "2.1.1",
"ecosystem": "npm"
},
{
"name": "is-fullwidth-code-point",
"direct": false,
"version": "3.0.0",
"ecosystem": "npm"
},
{
"name": "is-glob",
"direct": false,
"version": "4.0.3",
"ecosystem": "npm"
},
{
"name": "is-number",
"direct": false,
"version": "7.0.0",
"ecosystem": "npm"
},
{
"name": "is-path-inside",
"direct": false,
"version": "3.0.3",
"ecosystem": "npm"
},
{
"name": "is-plain-obj",
"direct": false,
"version": "2.1.0",
"ecosystem": "npm"
},
{
"name": "is-plain-object",
"direct": false,
"version": "2.0.4",
"ecosystem": "npm"
},
{
"name": "is-relative",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "is-unc-path",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "is-unicode-supported",
"direct": false,
"version": "0.1.0",
"ecosystem": "npm"
},
{
"name": "is-windows",
"direct": false,
"version": "1.0.2",
"ecosystem": "npm"
},
{
"name": "isexe",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "isobject",
"direct": false,
"version": "3.0.1",
"ecosystem": "npm"
},
{
"name": "jackspeak",
"direct": false,
"version": "3.4.3",
"ecosystem": "npm"
},
{
"name": "js-yaml",
"direct": false,
"version": "3.14.2",
"ecosystem": "npm"
},
{
"name": "js-yaml",
"direct": false,
"version": "4.3.0",
"ecosystem": "npm"
},
{
"name": "json-buffer",
"direct": false,
"version": "3.0.1",
"ecosystem": "npm"
},
{
"name": "json-schema-traverse",
"direct": false,
"version": "0.4.1",
"ecosystem": "npm"
},
{
"name": "json-stable-stringify-without-jsonify",
"direct": false,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "keyv",
"direct": false,
"version": "4.5.4",
"ecosystem": "npm"
},
{
"name": "kind-of",
"direct": false,
"version": "6.0.3",
"ecosystem": "npm"
},
{
"name": "levn",
"direct": false,
"version": "0.4.1",
"ecosystem": "npm"
},
{
"name": "liftup",
"direct": false,
"version": "3.0.1",
"ecosystem": "npm"
},
{
"name": "locate-path",
"direct": false,
"version": "6.0.0",
"ecosystem": "npm"
},
{
"name": "lodash",
"direct": false,
"version": "4.18.1",
"ecosystem": "npm"
},
{
"name": "lodash.merge",
"direct": false,
"version": "4.6.2",
"ecosystem": "npm"
},
{
"name": "log-symbols",
"direct": false,
"version": "4.1.0",
"ecosystem": "npm"
},
{
"name": "loupe",
"direct": false,
"version": "2.3.7",
"ecosystem": "npm"
},
{
"name": "lru-cache",
"direct": false,
"version": "10.4.3",
"ecosystem": "npm"
},
{
"name": "make-iterator",
"direct": false,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "map-cache",
"direct": false,
"version": "0.2.2",
"ecosystem": "npm"
},
{
"name": "micromatch",
"direct": false,
"version": "4.0.8",
"ecosystem": "npm"
},
{
"name": "minimatch",
"direct": false,
"version": "10.2.5",
"ecosystem": "npm"
},
{
"name": "minimatch",
"direct": false,
"version": "3.1.5",
"ecosystem": "npm"
},
{
"name": "minimatch",
"direct": false,
"version": "9.0.9",
"ecosystem": "npm"
},
{
"name": "minimist",
"direct": false,
"version": "1.2.8",
"ecosystem": "npm"
},
{
"name": "minipass",
"direct": false,
"version": "7.1.3",
"ecosystem": "npm"
},
{
"name": "mkdirp",
"direct": false,
"version": "0.5.6",
"ecosystem": "npm"
},
{
"name": "mocha",
"direct": false,
"version": "11.7.6",
"ecosystem": "npm"
},
{
"name": "ms",
"direct": false,
"version": "2.1.3",
"ecosystem": "npm"
},
{
"name": "natural-compare",
"direct": false,
"version": "1.4.0",
"ecosystem": "npm"
},
{
"name": "nopt",
"direct": false,
"version": "5.0.0",
"ecosystem": "npm"
},
{
"name": "object.defaults",
"direct": false,
"version": "1.1.0",
"ecosystem": "npm"
},
{
"name": "object.map",
"direct": false,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "object.pick",
"direct": false,
"version": "1.3.0",
"ecosystem": "npm"
},
{
"name": "once",
"direct": false,
"version": "1.4.0",
"ecosystem": "npm"
},
{
"name": "optionator",
"direct": false,
"version": "0.9.4",
"ecosystem": "npm"
},
{
"name": "p-limit",
"direct": false,
"version": "3.1.0",
"ecosystem": "npm"
},
{
"name": "p-locate",
"direct": false,
"version": "5.0.0",
"ecosystem": "npm"
},
{
"name": "package-json-from-dist",
"direct": false,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "parent-module",
"direct": false,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "parse-filepath",
"direct": false,
"version": "1.0.2",
"ecosystem": "npm"
},
{
"name": "parse-passwd",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "path-exists",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "path-is-absolute",
"direct": false,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "path-key",
"direct": false,
"version": "3.1.1",
"ecosystem": "npm"
},
{
"name": "path-parse",
"direct": false,
"version": "1.0.7",
"ecosystem": "npm"
},
{
"name": "path-root",
"direct": false,
"version": "0.1.1",
"ecosystem": "npm"
},
{
"name": "path-root-regex",
"direct": false,
"version": "0.1.2",
"ecosystem": "npm"
},
{
"name": "path-scurry",
"direct": false,
"version": "1.11.1",
"ecosystem": "npm"
},
{
"name": "pathval",
"direct": false,
"version": "1.1.1",
"ecosystem": "npm"
},
{
"name": "picocolors",
"direct": false,
"version": "1.1.1",
"ecosystem": "npm"
},
{
"name": "picomatch",
"direct": false,
"version": "2.3.2",
"ecosystem": "npm"
},
{
"name": "prelude-ls",
"direct": false,
"version": "1.2.1",
"ecosystem": "npm"
},
{
"name": "prettier",
"direct": false,
"version": "3.9.5",
"ecosystem": "npm"
},
{
"name": "punycode",
"direct": false,
"version": "2.3.1",
"ecosystem": "npm"
},
{
"name": "randombytes",
"direct": false,
"version": "2.1.0",
"ecosystem": "npm"
},
{
"name": "readdirp",
"direct": false,
"version": "4.1.2",
"ecosystem": "npm"
},
{
"name": "rechoir",
"direct": false,
"version": "0.7.1",
"ecosystem": "npm"
},
{
"name": "redis-errors",
"direct": false,
"version": "1.2.0",
"ecosystem": "npm"
},
{
"name": "redis-parser",
"direct": false,
"version": "3.0.0",
"ecosystem": "npm"
},
{
"name": "require-directory",
"direct": false,
"version": "2.1.1",
"ecosystem": "npm"
},
{
"name": "resolve",
"direct": false,
"version": "1.22.12",
"ecosystem": "npm"
},
{
"name": "resolve-dir",
"direct": false,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "resolve-from",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "safe-buffer",
"direct": false,
"version": "5.2.1",
"ecosystem": "npm"
},
{
"name": "safer-buffer",
"direct": false,
"version": "2.1.2",
"ecosystem": "npm"
},
{
"name": "serialize-javascript",
"direct": false,
"version": "6.0.2",
"ecosystem": "npm"
},
{
"name": "shebang-command",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "shebang-regex",
"direct": false,
"version": "3.0.0",
"ecosystem": "npm"
},
{
"name": "signal-exit",
"direct": false,
"version": "4.1.0",
"ecosystem": "npm"
},
{
"name": "sprintf-js",
"direct": false,
"version": "1.0.3",
"ecosystem": "npm"
},
{
"name": "sprintf-js",
"direct": false,
"version": "1.1.3",
"ecosystem": "npm"
},
{
"name": "standard-as-callback",
"direct": false,
"version": "2.1.0",
"ecosystem": "npm"
},
{
"name": "string-width",
"direct": false,
"version": "4.2.3",
"ecosystem": "npm"
},
{
"name": "string-width",
"direct": false,
"version": "5.1.2",
"ecosystem": "npm"
},
{
"name": "strip-ansi",
"direct": false,
"version": "6.0.1",
"ecosystem": "npm"
},
{
"name": "strip-ansi",
"direct": false,
"version": "7.2.0",
"ecosystem": "npm"
},
{
"name": "strip-json-comments",
"direct": false,
"version": "3.1.1",
"ecosystem": "npm"
},
{
"name": "supports-color",
"direct": false,
"version": "7.2.0",
"ecosystem": "npm"
},
{
"name": "supports-color",
"direct": false,
"version": "8.1.1",
"ecosystem": "npm"
},
{
"name": "supports-preserve-symlinks-flag",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "to-regex-range",
"direct": false,
"version": "5.0.1",
"ecosystem": "npm"
},
{
"name": "type-check",
"direct": false,
"version": "0.4.0",
"ecosystem": "npm"
},
{
"name": "type-detect",
"direct": false,
"version": "4.1.0",
"ecosystem": "npm"
},
{
"name": "unc-path-regex",
"direct": false,
"version": "0.1.2",
"ecosystem": "npm"
},
{
"name": "underscore.string",
"direct": false,
"version": "3.3.6",
"ecosystem": "npm"
},
{
"name": "uri-js",
"direct": false,
"version": "4.4.1",
"ecosystem": "npm"
},
{
"name": "util-deprecate",
"direct": false,
"version": "1.0.2",
"ecosystem": "npm"
},
{
"name": "v8flags",
"direct": false,
"version": "4.0.1",
"ecosystem": "npm"
},
{
"name": "which",
"direct": false,
"version": "1.3.1",
"ecosystem": "npm"
},
{
"name": "which",
"direct": false,
"version": "2.0.2",
"ecosystem": "npm"
},
{
"name": "word-wrap",
"direct": false,
"version": "1.2.5",
"ecosystem": "npm"
},
{
"name": "workerpool",
"direct": false,
"version": "9.3.4",
"ecosystem": "npm"
},
{
"name": "wrap-ansi",
"direct": false,
"version": "7.0.0",
"ecosystem": "npm"
},
{
"name": "wrap-ansi",
"direct": false,
"version": "8.1.0",
"ecosystem": "npm"
},
{
"name": "wrappy",
"direct": false,
"version": "1.0.2",
"ecosystem": "npm"
},
{
"name": "y18n",
"direct": false,
"version": "5.0.8",
"ecosystem": "npm"
},
{
"name": "yargs",
"direct": false,
"version": "17.7.3",
"ecosystem": "npm"
},
{
"name": "yargs-parser",
"direct": false,
"version": "21.1.1",
"ecosystem": "npm"
},
{
"name": "yargs-unparser",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "yocto-queue",
"direct": false,
"version": "0.1.0",
"ecosystem": "npm"
}
],
"collected": true,
"truncated": false,
"total_count": 257,
"direct_count": 1,
"indirect_count": 256
}
},
"maintainership": {
"issues": {
"open_prs": 0,
"merged_prs": 6,
"open_issues": 0,
"closed_ratio": null,
"closed_issues": 0,
"closed_unmerged_prs": 2
},
"bus_factor": 2,
"bot_contributors": 1,
"top_contributors": [
{
"type": "User",
"login": "andris9",
"commits": 18,
"avatar_url": "https://avatars.githubusercontent.com/u/132242?v=4"
},
{
"type": "User",
"login": "ttacon",
"commits": 8,
"avatar_url": "https://avatars.githubusercontent.com/u/2548998?v=4"
},
{
"type": "User",
"login": "dreusel",
"commits": 6,
"avatar_url": "https://avatars.githubusercontent.com/u/16339876?v=4"
},
{
"type": "User",
"login": "bradvogel",
"commits": 5,
"avatar_url": "https://avatars.githubusercontent.com/u/821706?v=4"
},
{
"type": "User",
"login": "NickOvt",
"commits": 5,
"avatar_url": "https://avatars.githubusercontent.com/u/42339208?v=4"
},
{
"type": "User",
"login": "wearhere",
"commits": 4,
"avatar_url": "https://avatars.githubusercontent.com/u/110000?v=4"
},
{
"type": "User",
"login": "vincent144",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/8698599?v=4"
},
{
"type": "User",
"login": "spencer-brown",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/5354793?v=4"
}
],
"contributors_sampled": 8,
"top_contributor_share": 0.367
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"release.yaml"
],
"has_docs_dir": false,
"linter_configs": [
"eslint.config.js"
],
"has_editorconfig": false,
"has_linter_config": true,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [
"package-lock.json"
],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 10,
"reason": "no binaries found in the repo",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": 0,
"reason": "branch protection not enabled on development/release branches",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 0,
"reason": "0 out of 6 merged PRs checked by a CI test -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#ci-tests"
},
{
"name": "CII-Best-Practices",
"score": 0,
"reason": "no effort to earn an OpenSSF best practices badge detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#cii-best-practices"
},
{
"name": "Code-Review",
"score": 1,
"reason": "Found 2/14 approved changesets -- score normalized to 1",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 10,
"reason": "project has 9 contributing companies or organizations",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": 10,
"reason": "no dangerous workflow patterns detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 0,
"reason": "no update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 10,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 1,
"reason": "2 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 1",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": 10,
"reason": "packaging workflow detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": 4,
"reason": "dependency not pinned by hash detected -- score normalized to 4",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 0,
"reason": "SAST tool is not run on all commits -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 0,
"reason": "security policy file not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": null,
"reason": "no releases found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": 0,
"reason": "detected GitHub workflow tokens with excessive permissions",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 4,
"reason": "6 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "5e7d699a619937340dad6db3c201667327b05751",
"ran_at": "2026-07-27T04:35:58Z",
"aggregate_score": 3.5,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": false
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2026-07-20T15:57:52Z",
"oldest_open_prs": [],
"last_merged_pr_at": "2026-07-20T15:57:14Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": []
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/nodemailer/ioredfour",
"host": "github.com",
"name": "ioredfour",
"owner": "nodemailer"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 52,
"inputs": {
"security": 48,
"vitality": 64,
"community": 26,
"governance": 70,
"engineering": 42
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "moderate",
"name": "Vitality",
"value": 64,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "moderate",
"name": "Development activity",
"note": null,
"notes": [],
"value": 51,
"inputs": {
"commits_last_year": 15,
"human_commit_share": 0.939,
"days_since_last_push": 6,
"active_weeks_last_year": 4
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 6 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "push_recency",
"params": {
"days": 6
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "4/52 weeks with commits",
"points": 2.8,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 4
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "15 commits in the last year",
"points": 10.8,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 15
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "2 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 1",
"points": 1,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "good",
"name": "Release discipline",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 84,
"inputs": {
"releases_count": 4,
"latest_release_tag": "v1.4.2",
"releases_from_tags": false,
"days_since_latest_release": 6,
"mean_days_between_releases": 309.6
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "4 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 4
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 6 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 6
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~309.6 days",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 309.6
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "excellent",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"cap": null,
"state": "maintained",
"guards": [],
"signals": [],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": null,
"unanswered_open_prs": null,
"unanswered_open_issues": null,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": 6,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 6 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 6
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "critical",
"name": "Community & Adoption",
"value": 26,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "critical",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 2,
"inputs": {
"forks": 3,
"stars": 2,
"watchers": 1,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "2 stars",
"points": 0,
"status": "missed",
"details": [
{
"code": "stars",
"params": {
"count": 2
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "3 forks",
"points": 2.5,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 3
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "1 watchers",
"points": 0,
"status": "missed",
"details": [
{
"code": "watchers",
"params": {
"count": 1
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "critical",
"name": "Community health",
"note": null,
"notes": [],
"value": 25,
"inputs": {
"has_readme": false,
"has_license": false,
"has_contributing": false,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "recognized license (MIT)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "MIT"
}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.3
}
]
},
{
"key": "ecosystem_adoption",
"band": "moderate",
"name": "Ecosystem adoption (downloads)",
"note": "Excluded from scoring (no data or not applicable): Registry dependents. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"registry_dependents"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 66,
"inputs": {
"packages": [
"ioredfour"
],
"dependents": null,
"ecosystems": "npm",
"total_downloads": null,
"monthly_downloads": 9429
},
"components": [
{
"key": "monthly_downloads",
"name": "Monthly downloads",
"detail": "9,429 downloads/month across npm",
"points": 53,
"status": "partial",
"details": [
{
"code": "downloads_monthly",
"params": {
"count": 9429,
"ecosystems": "npm"
}
}
],
"max_points": 80
},
{
"key": "registry_dependents",
"name": "Registry dependents",
"detail": "not reported by this ecosystem",
"points": 0,
"status": "excluded",
"details": [
{
"code": "not_reported_by_this_ecosystem",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "good",
"name": "Sustainability & Governance",
"value": 70,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "moderate",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 60,
"inputs": {
"bus_factor": 2,
"contributors_sampled": 8,
"top_contributor_share": 0.367
},
"components": [
{
"key": "bus_factor",
"name": "Bus factor",
"detail": "2 contributor(s) cover half of all commits",
"points": 25.2,
"status": "partial",
"details": [
{
"code": "bus_factor",
"params": {
"count": 2
}
}
],
"max_points": 54
},
{
"key": "commit_distribution",
"name": "Commit distribution",
"detail": "top contributor authored 37% of commits",
"points": 14.2,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 37
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "8 contributors",
"points": 10.8,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 8
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 9 contributing companies or organizations",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "moderate",
"name": "Issue & PR responsiveness",
"note": "Excluded from scoring (no data or not applicable): Issue resolution. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"issue_resolution"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 57,
"inputs": {
"merged_prs": 6,
"open_issues": 0,
"closed_issues": 0,
"issue_closed_ratio": null,
"closed_unmerged_prs": 2
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "no issues or no data",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_issues_or_data",
"params": {}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "6/8 decided PRs merged",
"points": 28.7,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 6,
"decided": 8
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 2/14 approved changesets -- score normalized to 1",
"points": 1.5,
"status": "partial",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "moderate",
"name": "Ownership & stewardship",
"note": null,
"notes": [],
"value": 69,
"inputs": {
"followers": 143,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "nodemailer",
"public_repos": 41,
"account_age_days": 3861
},
"components": [
{
"key": "ownership_backing",
"name": "Ownership backing",
"detail": "organization-owned",
"points": 30,
"status": "met",
"details": [
{
"code": "owner_organization",
"params": {}
}
],
"max_points": 30
},
{
"key": "verified_domain",
"name": "Verified domain",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
},
{
"key": "owner_reach",
"name": "Owner reach",
"detail": "143 followers of nodemailer",
"points": 15.5,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 143,
"login": "nodemailer"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "41 public repos, account ~10 yr old",
"points": 23.8,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 41
}
},
{
"code": "account_age_years",
"params": {
"years": 10
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"ioredfour"
],
"ecosystems": "npm",
"any_deprecated": false,
"min_days_since_publish": 6
},
"components": [
{
"key": "published_resolvable",
"name": "Published & resolvable",
"detail": "1 package(s) on npm",
"points": 25,
"status": "met",
"details": [
{
"code": "packages_published",
"params": {
"count": 1,
"ecosystems": "npm"
}
}
],
"max_points": 25
},
{
"key": "publish_recency",
"name": "Publish recency",
"detail": "latest publish 6 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 6
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "10 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 10
}
}
],
"max_points": 20
},
{
"key": "not_deprecated",
"name": "Not deprecated",
"detail": "active, not deprecated or yanked",
"points": 20,
"status": "met",
"details": [
{
"code": "package_not_deprecated",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
},
{
"key": "engineering",
"band": "at_risk",
"name": "Engineering Quality",
"value": 42,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "moderate",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 64,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": true,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "1 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 1
}
}
],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 24,
"status": "met",
"details": [],
"max_points": 24
},
{
"key": "linter_config",
"name": "Linter config",
"detail": "eslint.config.js",
"points": 16,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "eslint.config.js"
}
}
],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 9.6
},
{
"key": "editorconfig",
"name": ".editorconfig",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "0 out of 6 merged PRs checked by a CI test -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "critical",
"name": "Documentation",
"note": null,
"notes": [],
"value": 10,
"inputs": {
"topics": [],
"has_wiki": true,
"homepage": null,
"has_readme": false,
"has_docs_dir": false,
"has_description": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "at_risk",
"name": "Security",
"value": 48,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "at_risk",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 35,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 17,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 1,
"scorecard_aggregate": 3.5
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "branch protection not enabled on development/release branches",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "0 out of 6 merged PRs checked by a CI test -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "cii_best_practices",
"name": "CII-Best-Practices",
"detail": "no effort to earn an OpenSSF best practices badge detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "code_review",
"name": "Code-Review",
"detail": "Found 2/14 approved changesets -- score normalized to 1",
"points": 0.8,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 9 contributing companies or organizations",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no dangerous workflow patterns detected",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "no update tool detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file detected",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "2 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 1",
"points": 0.8,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow detected",
"points": 5,
"status": "met",
"details": [],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 4",
"points": 2,
"status": "partial",
"details": [],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "SAST tool is not run on all commits -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "detected GitHub workflow tokens with excessive permissions",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "6 existing vulnerabilities detected",
"points": 3,
"status": "partial",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "dependency_advisories",
"band": "excellent",
"name": "Dependency advisories",
"note": "Excluded from scoring (no data or not applicable): No advisories left outstanding. Remaining weights renormalized. Matched the npm:ioredfour@1.4.2 runtime dependency closure — what installing the published package pulls in — 9 packages. Reachability is not analyzed.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"no_advisories_left_outstanding"
]
}
},
{
"code": "weights_renormalized",
"params": {}
},
{
"code": "advisories_scope_published",
"params": {
"package": "npm:ioredfour@1.4.2",
"assessed": 9
}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 100,
"inputs": {
"source": "osv",
"advisories": 0,
"affected_packages": 0,
"assessed_packages": 9,
"unassessed_packages": 0,
"affected_by_severity": "none",
"direct_affected_packages": 0
},
"components": [
{
"key": "direct_dependencies_free_of_known_advisories",
"name": "Direct dependencies free of known advisories",
"detail": "no direct dependency carries a known advisory",
"points": 35,
"status": "met",
"details": [
{
"code": "no_direct_advisories",
"params": {}
}
],
"max_points": 35
},
{
"key": "indirect_dependencies_free_of_known_advisories",
"name": "Indirect dependencies free of known advisories",
"detail": "no indirect dependency carries a known advisory",
"points": 25,
"status": "met",
"details": [
{
"code": "no_indirect_advisories",
"params": {}
}
],
"max_points": 25
},
{
"key": "no_advisories_left_outstanding",
"name": "No advisories left outstanding",
"detail": "no advisory carries a publication date",
"points": 0,
"status": "excluded",
"details": [
{
"code": "advisories_no_publication_date",
"params": {}
}
],
"max_points": 40
}
]
},
{
"key": "malicious_dependencies",
"band": "excellent",
"name": "Malicious dependencies",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"source": "osv",
"meaning": "reported as a malicious package by the OpenSSF corpus; the remedy is removal or moving off the compromised name, never an upgrade of the same artifact. Versions the registry has since pulled are listed but not scored",
"packages": [],
"red_flag": false,
"assessed_packages": 9,
"malicious_packages": 0,
"direct_malicious_packages": 0,
"withdrawn_malicious_packages": 0,
"installable_malicious_packages": 0
},
"components": [
{
"key": "no_dependency_reported_as_a_malicious_package",
"name": "No dependency reported as a malicious package",
"detail": "no dependency is reported as a malicious package",
"points": 100,
"status": "met",
"details": [
{
"code": "no_malicious_dependencies",
"params": {}
}
],
"max_points": 100
}
]
},
{
"key": "high_risk_jurisdiction_exposure",
"band": "excellent",
"name": "High-Risk Jurisdiction Exposure",
"note": "Only high-confidence self-published location evidence affects this multiplier. Ambiguous matches are review-only; country evidence is not proof of nationality, citizenship, legal registration, malicious intent, or sanctions status.",
"notes": [
{
"code": "jurisdiction_evidence_limits",
"params": {}
}
],
"value": 100,
"inputs": {
"meaning": "self-published location evidence; not nationality or citizenship",
"red_flag": false,
"exposures": [],
"policy_countries": [
"Russia",
"Iran",
"North Korea"
],
"review_only_matches": 0,
"assessed_self_published_locations": 13
},
"components": [
{
"key": "policy_exposure_multiplier",
"name": "Policy exposure multiplier",
"detail": "no confirmed policy-scope location match",
"points": 100,
"status": "met",
"details": [
{
"code": "jurisdiction_no_match",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Are visible security and supply-chain practices strong, with no malicious dependency and no unresolved high-risk jurisdiction exposure?"
},
{
"key": "ai_readiness",
"band": "moderate",
"name": "AI Readiness",
"value": 58,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "moderate",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 60,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.274,
"agent_instruction_files": [
"CLAUDE.md"
],
"agent_instruction_max_bytes": 2326
},
"components": [
{
"key": "agent_instructions",
"name": "Agent instructions",
"detail": "CLAUDE.md",
"points": 45,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "CLAUDE.md"
}
}
],
"max_points": 45
},
{
"key": "machine_readable_docs_llms_txt",
"name": "Machine-readable docs (llms.txt)",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "legible_commit_history",
"name": "Legible commit history",
"detail": "17 of 62 human commits state their intent (structured subject or explanatory body)",
"points": 14.6,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 17,
"sampled": 62
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "moderate",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 57,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [
"package-lock.json"
],
"has_dockerfile": false,
"typed_language": false,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": true,
"typecheck_configs": [],
"agent_commit_share": 0.061,
"toolchain_manifests": [],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 22,
"status": "met",
"details": [],
"max_points": 22
},
{
"key": "lint_format_config",
"name": "Lint / format config",
"detail": "eslint.config.js",
"points": 11,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "eslint.config.js"
}
}
],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": "lockfile",
"points": 10,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "lockfile"
}
}
],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "4 of the last 66 commits agent-authored or agent-credited",
"points": 10,
"status": "met",
"details": [
{
"code": "agent_authored_commits",
"params": {
"count": 4,
"sampled": 66
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "no automated dependency updates observed",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_dependency_automation",
"params": {}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 4",
"points": 4,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "moderate",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 55,
"inputs": {
"primary_language": "JavaScript",
"largest_source_bytes": 17881,
"source_files_sampled": 7,
"oversized_source_files": 0
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "JavaScript without a type-check config",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_typecheck_config_language",
"params": {
"language": "JavaScript"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "0/7 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 7,
"oversized": 0
}
}
],
"max_points": 55
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? An independent, experimental badge — weight 0.0, so it is surfaced on its own and does not affect the overall health score."
}
],
"metrics_version": "1.13.0"
},
"warnings": [
"Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token",
"Community profile unavailable"
],
"report_type": "repository",
"generated_at": "2026-07-27T04:36:12.521657Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/n/nodemailer/ioredfour.svg",
"full_name": "nodemailer/ioredfour",
"license_state": "standard",
"license_spdx": "MIT"
}