Звіт у форматі JSON машиночитний
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 12658,
"has_wiki": true,
"homepage": null,
"languages": {
"Solidity": 203342,
"TypeScript": 307083
},
"pushed_at": "2026-07-18T23:38:53Z",
"created_at": "2022-07-27T20:47:56Z",
"owner_type": "Organization",
"updated_at": "2026-07-19T22:55:12Z",
"description": "Uniswap's Universal Router for NFT and ERC20 swapping",
"is_archived": false,
"is_disabled": false,
"license_spdx": "GPL-3.0",
"default_branch": "main",
"license_spdx_raw": "GPL-3.0",
"primary_language": "TypeScript",
"significant_languages": [
"TypeScript",
"Solidity"
]
},
"owner": {
"blog": "https://uniswap.org",
"name": "Uniswap Labs",
"type": "Organization",
"login": "Uniswap",
"company": null,
"location": "Ethereum",
"followers": 6880,
"avatar_url": "https://avatars.githubusercontent.com/u/36115574?v=4",
"created_at": "2018-02-03T21:35:01Z",
"is_verified": null,
"public_repos": 171,
"account_age_days": 3091
},
"license": {
"state": "standard",
"spdx_id": "GPL-3.0",
"raw_spdx": "GPL-3.0",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "2.2.0",
"kind": "minor",
"published_at": "2026-07-18T23:39:33Z"
},
{
"tag": "2.1.1",
"kind": "patch",
"published_at": "2026-07-18T23:39:22Z"
},
{
"tag": "2.0.0",
"kind": "major",
"published_at": "2026-07-18T23:39:11Z"
}
],
"recent_commits": [
{
"oid": "cb222d358a2ea780feedee6990ff8a3c185301bf",
"body": "* chore: add Universal Router v2.1.1 deploy addresses\n\nPublishes UniversalRouterV2_1_1 entries for all chains receiving the\nv2.1.1 deployment, and adds new files for Linea, Monad, X Layer, and Tempo.\n\n* chore: add Tempo deployment script\n\nFoundry script defining RouterParameters for the Tempo chain,\nused to deploy Universal Router v2.1.1.",
"is_bot": false,
"headline": "Ur 2.1.1 deploy addresses (#478)",
"author_name": "Alice",
"author_login": "hensha256",
"committed_at": "2026-06-25T18:46:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "020e1b786ad9a6bad924874752167934734ad1e1",
"body": "* feat(v4-swap-router): adding dedicated support for permissioned pools\n\n* refactor(permissioned-routing): inherit abstract PermissionedV4Router from v4-periphery\n\n* chore(v4-periphery): update submodule with beforeInitialize fix\n\n* fix(ci): add permissionsAdapterFactory to Hardhat deploy helper\n\n* \n[…]\n; wire Sepolia perm-adapter factory\n\n* chore: redirecting gitmodule to v4-periphery main and re-running snapshots\n\n* fix(test): update SwapProxy fixtures for permissionsAdapterFactory + minHopPriceX36",
"is_bot": false,
"headline": "Socksnflops/eco 206 inherit permissioned router (#476)",
"author_name": "SocksNFlops",
"author_login": "SocksNFlops",
"committed_at": "2026-05-27T17:16:11Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "999d561c3ad58fb5cab91b602911f3c75591a9c7",
"body": "* docs: add SwapProxy design for permit2-less swap flow\n\nExternal proxy contract that enables a 2-transaction swap flow\n(approve + swap) without requiring Permit2 signed messages.\nAddresses integrator feedback about the 3-tx first-time flow.\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>\n\n\n[…]\n* inheritdoc\n\n* Remove payable keyword\n\n* audit: add comment\n\n* deploy script\n\n---------\n\nCo-authored-by: Claude Opus 4.6 <noreply@anthropic.com>\nCo-authored-by: Alice Henshaw <henshawalice@gmail.com>",
"is_bot": false,
"headline": "feat: add SwapProxy contract for permit2-less swap flow (#469)",
"author_name": "marktoda",
"author_login": "marktoda",
"committed_at": "2026-05-22T14:28:54Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "5a5336a2aa69faea5407ad610feabed6d5a1c4fa",
"body": "…#479)\n\nCantina finding #694: caller workflows pinned a December 2025 SHA of\nUniswap/ai-toolkit/_claude-code-review.yml that predates the fork-PR-RCE\nhardening shipped in ai-toolkit#453 (merged 2026-04-30). Defense-in-depth\napplied here:\n\n1. Bump pinned SHA on both caller workflows from\n 9aa3cf987\n[…]\n the reusable at all -- independent of pin freshness.\n\nBoth changes close the chain on their own; landing both is belt-and-braces.\n\nCo-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix(ci): bump ai-toolkit reusable workflows past #453 RCE hardening (…",
"author_name": "David Gilman",
"author_login": "dgilmanuni",
"committed_at": "2026-05-06T19:48:34Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "d3123d99493aa6524bc5de44423c3961177758cb",
"body": "* feat: add PAY_PORTION_FULL_PRECISION command with 1e18 precision\n\n* feat: add TRANSFER_FROM command using standard ERC20 approvals\n\n* chore: update v4-periphery submodule\n\nIncludes per-hop slippage for single swaps and flipped\noutput/input ratio formula with 1e36 precision.\n\n* feat: add per-hop sl\n[…]\nced in CI\n\n---------\n\nCo-authored-by: Alice Henshaw <henshawalice@gmail.com>\nCo-authored-by: Claude Opus 4.6 <noreply@anthropic.com>\nCo-authored-by: Alice <34962750+hensha256@users.noreply.github.com>",
"is_bot": false,
"headline": "feat: Universal Router v2.1.1 (#470)",
"author_name": "Daniel Gretzke",
"author_login": "gretzke",
"committed_at": "2026-04-15T21:36:58Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "fd75e3eca49d039fe2082bbd0c01aee93ed777a1",
"body": null,
"is_bot": false,
"headline": "fix: update claude model (#471)",
"author_name": "marktoda",
"author_login": "marktoda",
"committed_at": "2026-02-26T16:21:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "705f7bb9836ebc4f6ad1aad91629c3d0fc4128d4",
"body": null,
"is_bot": false,
"headline": "feat: update claude prompt (#468)",
"author_name": "marktoda",
"author_login": "marktoda",
"committed_at": "2025-12-13T14:56:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e60e770d745bfdedbc20e5cd32075d5823681fa4",
"body": null,
"is_bot": false,
"headline": "feat: add claude actions (#465)",
"author_name": "marktoda",
"author_login": "marktoda",
"committed_at": "2025-12-12T21:58:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "050b93cf4e9508b78412f23ad66e85d5c76a45b5",
"body": "This commit introduces comprehensive CLAUDE.md documentation files across all major directories to improve AI-assisted development with Claude Code.\nEach documentation file provides directory-specific overviews, key file descriptions, purpose explanations, and structural information. The root\nCLAUDE\n[…]\nles will make any usage of\nClaude Code more efficient, because Claude will have all of this context available to it as it performs its tasks, rather than having to\nwaste context fetching it each time.",
"is_bot": false,
"headline": "docs: add CLAUDE.md documentation files throughout codebase (#464)",
"author_name": "Alex Melville",
"author_login": "Melvillian",
"committed_at": "2025-12-01T21:51:45Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "67553d8b067249dd7841d9d1b0eb2997b19d4bf9",
"body": null,
"is_bot": false,
"headline": "fix(ci): Move to npm publish (#463)",
"author_name": "dgilmanuni",
"author_login": "dgilmanuni",
"committed_at": "2025-11-13T01:08:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "48a9f37d0f14d8b0fd60f15217e0891e9700cde1",
"body": null,
"is_bot": false,
"headline": "fix(ci): Fix setup node action (#462)",
"author_name": "dgilmanuni",
"author_login": "dgilmanuni",
"committed_at": "2025-11-13T00:42:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8c79e6194284996ced266b4f7ee8cbbe75f65787",
"body": "* Chained actions (#455)\n\n* Initial commit: Chained actions\n\n* fix CI\n\n* Add sentinel values for contract balance\n\n* update gas snapshot\n\n* formatting\n\n* Route Signer (#456)\n\n* Route Signer\n\n* fix CI\n\n* temporarily point to the per hop slippage feature branch\n\n* update gas snapshots\n\n* fix contract \n[…]\ne key\n\n* N-01\n\n---------\n\nCo-authored-by: dgilmanuni <david.gilman@uniswap.org>\n\n* audit report\n\n* bump UR version\n\n* ci fix\n\n* ci fix\n\n---------\n\nCo-authored-by: dgilmanuni <david.gilman@uniswap.org>",
"is_bot": false,
"headline": "Universal Router 2.1 (#457)",
"author_name": "Daniel Gretzke",
"author_login": "gretzke",
"committed_at": "2025-11-12T21:21:54Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "e1848a7a33b0b80f92460dacdf9491434351fefe",
"body": "* chore(ci): Trusted publishing\n\nPin Foundry to v1.4.3\n\nDisable linting\n\n* fix linting (#459)\n\n---------\n\nCo-authored-by: Daniel Gretzke <daniel@gretzke.de>",
"is_bot": false,
"headline": "chore(ci): Trusted publishing (#458)",
"author_name": "dgilmanuni",
"author_login": "dgilmanuni",
"committed_at": "2025-10-27T22:46:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3663f6db6e2fe121753cd2d899699c2dc75dca86",
"body": "* update periphery\n\n* cache v1 deprecated",
"is_bot": false,
"headline": "update periphery (#450)",
"author_name": "diana",
"author_login": "dianakocsis",
"committed_at": "2025-04-29T21:02:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8bd498a3fc9f8bc8577e626c024c4fcf0691f885",
"body": "* pull latest periphery\r\n\r\n* bump npm version",
"is_bot": false,
"headline": "Bump version and pull periphery (#446)",
"author_name": "Alice",
"author_login": "hensha256",
"committed_at": "2025-02-11T14:15:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b122a8d2a5d5cdd616252e62cc5c112cb99b432d",
"body": "* update addresses\r\n\r\n* prettier\r\n\r\n* forge fmt\r\n\r\n* fixes + cleanup\r\n\r\n* more fixes\r\n\r\n* cleanup\r\n\r\n* some fixes\r\n\r\n* remove old UR on OP Sepolia\r\n\r\n* make pragmas consistent\r\n\r\n* forge fmt\r\n\r\n* new unichain sepolia address + rename\r\n\r\n* Update deploy-addresses/soneium.json\r\n\r\nCo-authored-by: Alice <34962750+hensha256@users.noreply.github.com>\r\n\r\n---------\r\n\r\nCo-authored-by: Alice <34962750+hensha256@users.noreply.github.com>",
"is_bot": false,
"headline": "update addresses (#445)",
"author_name": "diana",
"author_login": "dianakocsis",
"committed_at": "2025-02-11T14:06:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "344d14179adea70e2626cd87c44499985c846862",
"body": null,
"is_bot": false,
"headline": "update periphery (#442)",
"author_name": "diana",
"author_login": "dianakocsis",
"committed_at": "2025-02-06T12:43:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bfc893488da857acb452d02aa1438669596efd2e",
"body": "* v4 addresses\r\n\r\n* format\r\n\r\n* unichain sepolia v4 addresses",
"is_bot": false,
"headline": "v4 addresses (#441)",
"author_name": "diana",
"author_login": "dianakocsis",
"committed_at": "2025-02-06T12:43:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d98560ba7ee03af4b6311474cee599c5dc68d22b",
"body": "* zora addresses\r\n\r\n* fix address\r\n\r\n* correct nft position manager\r\n\r\n* fix name",
"is_bot": false,
"headline": "zora addresses (#439)",
"author_name": "diana",
"author_login": "dianakocsis",
"committed_at": "2025-01-22T18:01:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3fc2b48b66a43d7da649809b301dfb271779b0b5",
"body": "* Dev into main (#429)\r\n\r\n* Prepare for v4 work (#346)\r\n\r\n* update hardhat\r\n\r\n* remove symlinks by using hardhat-foundry\r\n\r\nuse hardhat-foundry package to use foundry remappings to compile. Symlinks are no longer necessary\r\nAfter upgrade HH412 error was thrown caused by the existing symlinks\r\nref:\r\n\n[…]\nail.com>\r\nCo-authored-by: mr-uniswap <144828035+mr-uniswap@users.noreply.github.com>\r\nCo-authored-by: Jonney <603073+Jonney@users.noreply.github.com>\r\nCo-authored-by: Emily Williams <emag3m@gmail.com>",
"is_bot": false,
"headline": "worldchain addresses (#430)",
"author_name": "diana",
"author_login": "dianakocsis",
"committed_at": "2025-01-22T15:17:27Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "e092073c31702335b0639cfb8a258b79553a6417",
"body": null,
"is_bot": false,
"headline": "update periphery (#440)",
"author_name": "diana",
"author_login": "dianakocsis",
"committed_at": "2025-01-21T13:22:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1aba8b9b42c71014b18465855a030bad2aac1e71",
"body": "Merge dev into main",
"is_bot": false,
"headline": "Merge pull request #436 from Uniswap/dev",
"author_name": "Alice",
"author_login": "hensha256",
"committed_at": "2025-01-14T11:27:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "395165e44c5209bd389f11390f86eaba1be9e7bf",
"body": null,
"is_bot": false,
"headline": "run ci on stable version of foundry (#438)",
"author_name": "Daniel Gretzke",
"author_login": "gretzke",
"committed_at": "2025-01-13T11:07:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d06472bb78cd04271e9d827a30e3754b8eaf95f1",
"body": null,
"is_bot": false,
"headline": "update periphery",
"author_name": "Alice Henshaw",
"author_login": "hensha256",
"committed_at": "2025-01-10T15:12:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c6cbdc320d2ec2a4f7344f0e2428b3c3ec12350a",
"body": null,
"is_bot": false,
"headline": "merge main",
"author_name": "Alice Henshaw",
"author_login": "hensha256",
"committed_at": "2024-12-04T16:20:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f6ac0a2c6d1545b58321677dc5018b3b924a6c30",
"body": "* Update .gitmodules (#337)\r\n\r\nThere is no need to use an account for GitHub.\r\n\r\n* chore(infra): set up deploy (#397)\r\n\r\n* chore: yarn publish (#402)\r\n\r\n* chore: yarn publish\r\n\r\n* Update deploy.yml\r\n\r\n* Update deploy.yml\r\n\r\n* Update deploy.yml\r\n\r\n* Update deploy.yml\r\n\r\n* chore: add provenance (#404)\n[…]\n44828035+mr-uniswap@users.noreply.github.com>\r\nCo-authored-by: Emily Williams <emag3m@gmail.com>\r\nCo-authored-by: marktoda <toda.mark@gmail.com>\r\nCo-authored-by: dianakocsis <diana.kocsis@uniswap.org>",
"is_bot": false,
"headline": "Merge updates into dev (#428)",
"author_name": "Alice",
"author_login": "hensha256",
"committed_at": "2024-12-04T16:17:33Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "8465e7d826b14fc408ba7ffe26e2c5f1bbfbf1c5",
"body": null,
"is_bot": false,
"headline": "move file (#425)",
"author_name": "diana",
"author_login": "dianakocsis",
"committed_at": "2024-12-03T21:44:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a02936284059b2bcdb71abcbbed938f24d6f8645",
"body": "* update periphery not working\r\n\r\n* fix ur according to periphery update\r\n\r\n* prettier\r\n\r\n* fix issue during hardhat tests fixed in version 2.22.14\r\n\r\n* change optimizer size\r\n\r\n* change optimizer runs for manager only\r\n\r\n* update again\r\n\r\n* prettier\r\n\r\n* update periphery again\r\n\r\n* switch runs to 30000\r\n\r\n---------\r\n\r\nCo-authored-by: gretzke <daniel@gretzke.de>",
"is_bot": false,
"headline": "update periphery (#424)",
"author_name": "diana",
"author_login": "dianakocsis",
"committed_at": "2024-12-03T20:58:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5aefc7e9654af12c78e551deca5854c9f6b1fb32",
"body": "* allow permit2 to silently fail to avoid dos\r\n\r\n* fix tests",
"is_bot": false,
"headline": "allow permit2 to silently fail to avoid dos (#417)",
"author_name": "diana",
"author_login": "dianakocsis",
"committed_at": "2024-11-15T08:04:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "13370892e6108ba80e9a2e79d03a940a85012c5e",
"body": "* v3 refactor and pull latest periphery\r\n\r\n* switch to if else",
"is_bot": false,
"headline": "v3 refactor and pull latest periphery (#418)",
"author_name": "diana",
"author_login": "dianakocsis",
"committed_at": "2024-11-15T07:51:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c63d611438852c2c05e71ecdabe81c20ae209d71",
"body": "* Latest v4 periphery\r\n\r\n* why didnt the linter catch this",
"is_bot": false,
"headline": "Latest v4 periphery (#420)",
"author_name": "Alice",
"author_login": "hensha256",
"committed_at": "2024-11-05T02:09:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "419b9e644f1ced2d120fada627bc3e9603556bd1",
"body": "* Update .gitmodules (#337)\r\n\r\nThere is no need to use an account for GitHub.\r\n\r\n* deploy script for Base Sepolia\r\n\r\n* updating some deploys for sepolia L2s\r\n\r\n* include vanity/public RPCs for scripts\r\n\r\n* Update script/deployParameters/DeployOPSepolia.s.sol\r\n\r\nCo-authored-by: Alice <34962750+hensha\n[…]\nAlice <34962750+hensha256@users.noreply.github.com>\r\n\r\n---------\r\n\r\nCo-authored-by: Jonney <603073+Jonney@users.noreply.github.com>\r\nCo-authored-by: Alice <34962750+hensha256@users.noreply.github.com>",
"is_bot": false,
"headline": "deploy script for Base Sepolia (#381)",
"author_name": "saucepoint",
"author_login": "saucepoint",
"committed_at": "2024-10-18T21:05:42Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "5db48b149a6654c96f89cc75e964b6d28b0362a6",
"body": "* restrict increase, decrease, and burn\r\n\r\n* prettier\r\n\r\n* initialize v4 pool call\r\n\r\n* prettier\r\n\r\n* refactor logic into function, plus optimise decode\r\n\r\n* merge latest periphery\r\n\r\n* move v3 logic outside of dispatcher\r\n\r\n* initialize pool tests\r\n\r\n* sbapshot\r\n\r\n* larger refactor\r\n\r\n* pull v4 per\n[…]\npe\r\n\r\n* remove unnecessary extra immutable\r\n\r\n* Bump beta version\r\n\r\n* Improve coments\r\n\r\n* Add pool intiialization to some tests\r\n\r\n---------\r\n\r\nCo-authored-by: Alice Henshaw <henshawalice@gmail.com>",
"is_bot": false,
"headline": "restrict increase, decrease, and burn and v4 initialize pool call (#416)",
"author_name": "diana",
"author_login": "dianakocsis",
"committed_at": "2024-10-17T23:22:35Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "ae8941899d91a39a611b285e7970707f9ec9dcad",
"body": null,
"is_bot": false,
"headline": "Create CODEOWNERS (#419)",
"author_name": "mr-uniswap",
"author_login": "hodl4fun",
"committed_at": "2024-10-17T14:34:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1889511d8aada8c4ce7d1c9a4c27a764c8bf07b8",
"body": "* update periphery\r\n\r\n* update initialize ABI\r\n\r\n* temporary position descriptor constructor arg\r\n\r\n* lint\r\n\r\n* updated snap",
"is_bot": false,
"headline": "Update v4 initialize (#415)",
"author_name": "saucepoint",
"author_login": "saucepoint",
"committed_at": "2024-10-15T17:33:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f95928955d26ec2b6a74058c63fa8c2747c734f6",
"body": "previous accidentally set it to the unsupported protocol",
"is_bot": false,
"headline": "fix: update UR address on worldchain (#412)",
"author_name": "marktoda",
"author_login": "marktoda",
"committed_at": "2024-09-30T18:14:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "995e58f6f23cce0105fb93141e7231254aca3fce",
"body": null,
"is_bot": false,
"headline": "feat: deploy worldchain (#411)",
"author_name": "marktoda",
"author_login": "marktoda",
"committed_at": "2024-09-27T20:27:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5e9f4c9f063661bc43a3e5f2c0ef3d86612038ce",
"body": null,
"is_bot": false,
"headline": "gitmodules should use https (#410)",
"author_name": "Emily Williams",
"author_login": "ewilz",
"committed_at": "2024-09-19T15:54:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "adb863a762de2593691a1239cd476cd0ecba3f9c",
"body": null,
"is_bot": false,
"headline": "init submodules in release workflow (#409)",
"author_name": "Emily Williams",
"author_login": "ewilz",
"committed_at": "2024-09-19T15:37:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9451282c6c38cf4d132f5db8e0ddb547756a39b8",
"body": null,
"is_bot": false,
"headline": "Release workflow needs forge install (#408)",
"author_name": "Emily Williams",
"author_login": "ewilz",
"committed_at": "2024-09-19T15:03:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d569f63bd82b7084413a96ca72f47ef455aee955",
"body": null,
"is_bot": false,
"headline": "2.0.0-beta.1 (#407)",
"author_name": "Emily Williams",
"author_login": "ewilz",
"committed_at": "2024-09-19T14:44:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3abde877e60c070dc2a3dd296839e67c873d4da8",
"body": null,
"is_bot": false,
"headline": "compile contracts in workflow (#405)",
"author_name": "Emily Williams",
"author_login": "ewilz",
"committed_at": "2024-09-19T14:24:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4552b93d132d81b87e488be5ed459120a75b0f0c",
"body": null,
"is_bot": false,
"headline": "compile contracts in workflow",
"author_name": "Emily Williams",
"author_login": "ewilz",
"committed_at": "2024-09-17T21:44:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7f0cc5c86185ce4b249704f5bce9489b61861c15",
"body": null,
"is_bot": false,
"headline": "Update package.json",
"author_name": "mr-uniswap",
"author_login": "hodl4fun",
"committed_at": "2024-09-13T18:23:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8932a61910d9c4f8907ee9fe87e7368c8e14d92e",
"body": null,
"is_bot": false,
"headline": "chore: add provenance (#404)",
"author_name": "mr-uniswap",
"author_login": "hodl4fun",
"committed_at": "2024-09-13T18:22:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "20dc7dccb24d3ffa61c045df29e3ac78455e6d71",
"body": null,
"is_bot": false,
"headline": "Update deploy.yml",
"author_name": "mr-uniswap",
"author_login": "hodl4fun",
"committed_at": "2024-09-12T21:51:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b767b99095a3a394f22a828403010f5e7a01a842",
"body": null,
"is_bot": false,
"headline": "Update deploy.yml",
"author_name": "mr-uniswap",
"author_login": "hodl4fun",
"committed_at": "2024-09-12T21:48:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "10d6b0f53b7789db244cfa1f73af7cb06edc935d",
"body": null,
"is_bot": false,
"headline": "Update deploy.yml",
"author_name": "mr-uniswap",
"author_login": "hodl4fun",
"committed_at": "2024-09-12T21:35:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0590a2f68b01b1d122cca9a9abf96d747df73145",
"body": null,
"is_bot": false,
"headline": "Update deploy.yml",
"author_name": "mr-uniswap",
"author_login": "hodl4fun",
"committed_at": "2024-09-12T21:35:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5b13e1639c9d78c2f25617a169d5ff9ddec193ce",
"body": null,
"is_bot": false,
"headline": "chore(infra): deploy with npm (#403)",
"author_name": "mr-uniswap",
"author_login": "hodl4fun",
"committed_at": "2024-09-12T21:32:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5192af6f3c8820a7b57c2c28586ceac53a5f07f0",
"body": "* chore: yarn publish\r\n\r\n* Update deploy.yml\r\n\r\n* Update deploy.yml",
"is_bot": false,
"headline": "chore: yarn publish (#402)",
"author_name": "mr-uniswap",
"author_login": "hodl4fun",
"committed_at": "2024-09-12T21:25:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cbff29f2a8765dd818fc8a778607f07c27d6b674",
"body": "* chore: fix yarn publish\r\n\r\n* Update deploy.yml\r\n\r\n* Update deploy.yml",
"is_bot": false,
"headline": "chore: fix yarn publish (#401)",
"author_name": "mr-uniswap",
"author_login": "hodl4fun",
"committed_at": "2024-09-12T21:24:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ef3dede64f1616966e14f900e69d2a73881b40d8",
"body": "* Update .gitmodules (#337)\r\n\r\nThere is no need to use an account for GitHub.\r\n\r\n* chore(infra): set up deploy\r\n\r\n---------\r\n\r\nCo-authored-by: Jonney <603073+Jonney@users.noreply.github.com>",
"is_bot": false,
"headline": "Chore/push button deploy (#400)",
"author_name": "mr-uniswap",
"author_login": "hodl4fun",
"committed_at": "2024-09-12T21:12:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "398d7c45d55338303aea631f56de319cdd2e8513",
"body": null,
"is_bot": false,
"headline": "feat: update to 1.6.1-beta.1 (#398)",
"author_name": "marktoda",
"author_login": "marktoda",
"committed_at": "2024-09-12T21:02:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "721123a1717e75f4febb30a8858ba8510fcc4b2c",
"body": null,
"is_bot": false,
"headline": "chore(infra): set up deploy (#397)",
"author_name": "mr-uniswap",
"author_login": "hodl4fun",
"committed_at": "2024-09-12T20:55:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a81e1ce93e5c87d106ccd936abc8517175f46572",
"body": "* Periphery update - calldata decoder\r\n\r\n* rename function and snapshots\r\n\r\n* actually use the function",
"is_bot": false,
"headline": "Periphery update - calldata decoder (#396)",
"author_name": "Alice",
"author_login": "hensha256",
"committed_at": "2024-09-06T01:16:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "249326208691349acf11cbb89c1f1a9e2394e1da",
"body": null,
"is_bot": false,
"headline": "Audit reports (#395)",
"author_name": "Alice",
"author_login": "hensha256",
"committed_at": "2024-09-05T23:56:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2c728fd561d89e7986e26da7b8d2baf18717c8dd",
"body": "* update periphery\r\n\r\n* remove position config\r\n\r\n* lint",
"is_bot": false,
"headline": "update periphery (#394)",
"author_name": "Alice",
"author_login": "hensha256",
"committed_at": "2024-09-05T23:06:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "632239516b00fa8ad663da4d3bfb770e21d0bf7c",
"body": null,
"is_bot": false,
"headline": "OZ N-11 (#393)",
"author_name": "diana",
"author_login": "dianakocsis",
"committed_at": "2024-09-05T18:22:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "912b9b0734d34fa5ffcdaa25881e6c98917daf74",
"body": null,
"is_bot": false,
"headline": "Spearbit 60 & 61 (#392)",
"author_name": "diana",
"author_login": "dianakocsis",
"committed_at": "2024-09-04T20:46:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f414f1b2ce014b4410b8166202f6e50a98cab700",
"body": null,
"is_bot": false,
"headline": "Spearbit 59 (#391)",
"author_name": "diana",
"author_login": "dianakocsis",
"committed_at": "2024-09-04T20:35:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fe4c8a344ca455989801c06e9e83cb08046214ee",
"body": null,
"is_bot": false,
"headline": "oz-L13: missing natspec (#390)",
"author_name": "saucepoint",
"author_login": "saucepoint",
"committed_at": "2024-09-04T19:55:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a76242a4ac434dc5a8db63e4d0e5b1f10ff0fa95",
"body": "* ABDK CVF106\r\n\r\n* fix comment",
"is_bot": false,
"headline": "ABDK CVF106 (#387)",
"author_name": "diana",
"author_login": "dianakocsis",
"committed_at": "2024-09-04T19:54:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "59a002d52bcb53903058ccbf29a5ab3244b6584e",
"body": null,
"is_bot": false,
"headline": "spearbit 94 (#389)",
"author_name": "diana",
"author_login": "dianakocsis",
"committed_at": "2024-09-03T19:00:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "473ba4f655414ddfcf5e6caad13e53acf0860e08",
"body": null,
"is_bot": false,
"headline": "ABDK CVF-107 (#385)",
"author_name": "diana",
"author_login": "dianakocsis",
"committed_at": "2024-09-03T18:26:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a85d5c0d5f3c5c66d4a400e232082ccf2f4fa037",
"body": null,
"is_bot": false,
"headline": "OZ N-16 (#388)",
"author_name": "diana",
"author_login": "dianakocsis",
"committed_at": "2024-09-02T19:19:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "05906be142adb388e483407a649f383d8578ff7a",
"body": null,
"is_bot": false,
"headline": "OZ N-06 (#383)",
"author_name": "diana",
"author_login": "dianakocsis",
"committed_at": "2024-08-30T14:17:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d1e3741fbd6db65c3fef708fca98594a1140dd4c",
"body": "…#379)\n\n* add different tests for increasing and add tests for forwarding eth\r\n\r\n* fix gas snapshot\r\n\r\n* add more comments\r\n\r\n* fix gas snapshots\r\n\r\n* fix gas again\r\n\r\n* add comments on unpermit tests",
"is_bot": false,
"headline": "add different tests for increasing and add tests for forwarding eth (…",
"author_name": "diana",
"author_login": "dianakocsis",
"committed_at": "2024-08-30T01:36:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cfacb1d00403b8479fd3c5c748e80eac21a84629",
"body": "* update periphery to main\r\n\r\n* update periphery after it updated main\r\n\r\n* update again\r\n\r\n* update again",
"is_bot": false,
"headline": "update periphery to main (#380)",
"author_name": "diana",
"author_login": "dianakocsis",
"committed_at": "2024-08-30T01:19:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a88852256d8ca5f788b07cb345b277b814f74e02",
"body": "* OZ L-09\r\n\r\n* Remove .vscode/settings.json from the repository",
"is_bot": false,
"headline": "Oz L-09 (#382)",
"author_name": "diana",
"author_login": "dianakocsis",
"committed_at": "2024-08-30T01:04:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "118095170f66c94567a94e26aacd3c94fc344bfb",
"body": "* take portion test\r\n\r\n* take portion test native\r\n\r\n* correct comment\r\n\r\n* take portion on input test\r\n\r\n* remove console logs oops",
"is_bot": false,
"headline": "Take portion tests (#377)",
"author_name": "Alice",
"author_login": "hensha256",
"committed_at": "2024-08-21T11:55:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "548694345677556822df7cb989dbf342f376e1a8",
"body": "* add v4 to receive function\r\n\r\n* linting\r\n\r\n* PR comments\r\n\r\n* fix and snapshots",
"is_bot": false,
"headline": "Add v4 to receive (#376)",
"author_name": "Alice",
"author_login": "hensha256",
"committed_at": "2024-08-21T10:50:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "00d4824b704c4426ac4ad322f1edc4c31eeeee52",
"body": "* ETH input v4 tests\r\n\r\n* eth output v4 tests\r\n\r\n* PR comments",
"is_bot": false,
"headline": "V4 Native Tests (#373)",
"author_name": "Alice",
"author_login": "hensha256",
"committed_at": "2024-08-21T10:50:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4ce107d6387558b97816293fe2c0d4d7c4cadef4",
"body": null,
"is_bot": false,
"headline": "update to audit commit (#372)",
"author_name": "Alice",
"author_login": "hensha256",
"committed_at": "2024-08-05T11:34:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "972579aa2f7b7eaee3c781a4c2902aa5088dce2b",
"body": null,
"is_bot": false,
"headline": "Update periphery in UR (#371)",
"author_name": "Alice",
"author_login": "hensha256",
"committed_at": "2024-08-04T23:51:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b46ca05dfb46d482043f044607d002aded5ed1cb",
"body": "* update tests to correspond with posm\r\n\r\n* match deploy universal router with alices\r\n\r\n* update oz for ierc721permit problem\r\n\r\n* switch back to OZ 4.7.0\r\n\r\n* use OZ 5.0.2 to match v4\r\n\r\n* remove internal _msgSender()\r\n\r\n* pr comments\r\n\r\n* add license",
"is_bot": false,
"headline": "Update posm with tests (#370)",
"author_name": "diana",
"author_login": "dianakocsis",
"committed_at": "2024-08-04T21:53:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1b671099383afd8b81be747babc102885d78ae5a",
"body": "* complete setup, everything working\r\n\r\n* v4 command plus planner\r\n\r\n* use main v4 branch\r\n\r\n* update periphery, handle changes\r\n\r\n* linting\r\n\r\n* V4 test setup\r\n\r\n* working pool setup\r\n\r\n* cleanup of imports\r\n\r\n* 2 working v4 swap tests\r\n\r\n* exact out swaps\r\n\r\n* 2 hop swap tests\r\n\r\n* update periphery",
"is_bot": false,
"headline": "Add v4 routing (#360)",
"author_name": "Alice",
"author_login": "hensha256",
"committed_at": "2024-08-03T13:24:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "15c26c29f3823fd86482155a6e2719d94d8d4b98",
"body": "* v4 mint so far\r\n\r\n* solmate remapping\r\n\r\n* v4 mint and increase tests\r\n\r\n* prettier\r\n\r\n* update v4 periphery to main\r\n\r\n* some gas tests\r\n\r\n* remove selector check in v4 posm call\r\n\r\n* organize some tests\r\n\r\n* more tests\r\n\r\n* prettier\r\n\r\n* more tests\r\n\r\n* update gas\r\n\r\n* remove unnecessary import\r\n\r\n* remove unnecessary encodings",
"is_bot": false,
"headline": "V4 posm call (#364)",
"author_name": "diana",
"author_login": "dianakocsis",
"committed_at": "2024-08-02T22:48:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b143c03e449a305b86824e706f9a0da706e4fd9d",
"body": "* batch permit decode in calldata\r\n\r\n* array of structs\r\n\r\n* PR comment",
"is_bot": false,
"headline": "final decode in calldata (#363)",
"author_name": "Alice",
"author_login": "hensha256",
"committed_at": "2024-08-02T22:35:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "297efe5667762257a8cd8649b72ecfd219a78d6a",
"body": "* separate uniswap tests\r\n\r\n* Move permit2 tests",
"is_bot": false,
"headline": "separate uniswap tests (#369)",
"author_name": "Alice",
"author_login": "hensha256",
"committed_at": "2024-08-01T16:38:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bc3d8dddb6cbafc25b7b1ae8ae6000d165e8178e",
"body": "* v4 planner\r\n\r\n* some renaming",
"is_bot": false,
"headline": "v4 planner (#368)",
"author_name": "Alice",
"author_login": "hensha256",
"committed_at": "2024-08-01T15:56:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "49848f9e35fd5543dd2ff7c6065816e5f4d44030",
"body": "* update v4 periphery to main and update deployRouter\r\n\r\n* point to updated v4 posm",
"is_bot": false,
"headline": "update v4 periphery to main and update deployRouter (#367)",
"author_name": "diana",
"author_login": "dianakocsis",
"committed_at": "2024-08-01T15:44:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "12132d54532a13f701e91feb3bff87a3f7ffc25c",
"body": null,
"is_bot": false,
"headline": "make maximum input transient (#366)",
"author_name": "diana",
"author_login": "dianakocsis",
"committed_at": "2024-08-01T14:50:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "43f1443a66d74762f23d4a36325efbdd34acf5ee",
"body": null,
"is_bot": false,
"headline": "Make msgSender public (#365)",
"author_name": "Alice",
"author_login": "hensha256",
"committed_at": "2024-07-31T19:04:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6c91122491b15beed8d347ad57b9753715cf8db0",
"body": "* update v4-periphery, change remapping, and update deploy test\r\n\r\n* make immutables public\r\n\r\n* little fixes\r\n\r\n* last one\r\n\r\n* make only migrator immutables public",
"is_bot": false,
"headline": "update v4-periphery, change remapping, and update deploy test (#361)",
"author_name": "diana",
"author_login": "dianakocsis",
"committed_at": "2024-07-29T20:11:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cc0e7c00cea10ff0c2e74319e5ea30dce202bcd3",
"body": "* v4 periphery git submodule\r\n\r\n* deploy v4\r\n\r\n* prettier\r\n\r\n* point v4 periphery to main\r\n\r\n* use solmate/src and deploy v4\r\n\r\n* format\r\n\r\n* update v4-periphery and future proof deployRouter\r\n\r\n* prettier",
"is_bot": false,
"headline": "V4 liquidity commands (#359)",
"author_name": "diana",
"author_login": "dianakocsis",
"committed_at": "2024-07-24T15:58:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4cf96077ba21dbbbbbc8ffa8c549648f69623fbc",
"body": "There is no need to use an account for GitHub.",
"is_bot": false,
"headline": "Update .gitmodules (#337)",
"author_name": "Jonney",
"author_login": "Jonney",
"committed_at": "2024-07-24T15:57:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8757822a4e62ce7225cd2d013fd2c32815d526d6",
"body": "* Make reentrancy guard transient\r\n\r\n* locker tests\r\n\r\n* abstract the locker library away\r\n\r\n* Updated locker tests\r\n\r\n* move map, and fix CI\r\n\r\n* Update lint.yml\r\n\r\n* update comment",
"is_bot": false,
"headline": "Reentrancy guard transient (#354)",
"author_name": "Alice",
"author_login": "hensha256",
"committed_at": "2024-07-24T15:47:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d573cb756302cf140a55e3847b78e207d018486e",
"body": "* import with dif version of OZ\r\n\r\n* fix remapping issue\r\n\r\n* duplicate exports and v3 version error\r\n\r\n* remove else statement and fix format\r\n\r\n* fix duplicate IERC165 in typechain\r\n\r\n* permit, decrease, collect, burn commands\r\n\r\n* all v3 commands separately\r\n\r\n* add structs\r\n\r\n* remove mint and i\n[…]\n v4 in this pr\r\n\r\n* remove unnecessary stuff\r\n\r\n* change test names\r\n\r\n* fix erc721 permit\r\n\r\n* more tests\r\n\r\n* name changes, comments, test\r\n\r\n---------\r\n\r\nCo-authored-by: gretzke <daniel@gretzke.de>",
"is_bot": false,
"headline": "V3 liquidity commands (#355)",
"author_name": "diana",
"author_login": "dianakocsis",
"committed_at": "2024-07-23T18:13:07Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "6cf84c8c8889661c160606a064ef03a64547f20f",
"body": "* update hardhat\r\n\r\n* remove symlinks by using hardhat-foundry\r\n\r\nuse hardhat-foundry package to use foundry remappings to compile. Symlinks are no longer necessary\r\nAfter upgrade HH412 error was thrown caused by the existing symlinks\r\nref:\r\nhttps://hardhat.org/hardhat-runner/docs/errors#HH412\r\nhttp\n[…]\n for tests that need wrtiting\r\n\r\n* update readme and planner\r\n\r\n---------\r\n\r\nCo-authored-by: Alice <34962750+hensha256@users.noreply.github.com>\r\nCo-authored-by: Alice Henshaw <henshawalice@gmail.com>",
"is_bot": false,
"headline": "Prepare for v4 work (#346)",
"author_name": "Daniel Gretzke",
"author_login": "gretzke",
"committed_at": "2024-06-14T22:59:50Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "228f2d151a5fc99836d72ae00f81db92cdb44bd3",
"body": null,
"is_bot": false,
"headline": "feat: add blast deploy parameters (#339)",
"author_name": "marktoda",
"author_login": "marktoda",
"committed_at": "2024-03-20T18:34:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "41183d6eb154f0ab0e74a0e911a5ef9ea51fc4bd",
"body": null,
"is_bot": false,
"headline": "1.6.0",
"author_name": "hensha256",
"author_login": "hensha256",
"committed_at": "2024-01-12T18:15:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f6c51a20d2c477af448d1f422697bcaca60d5834",
"body": null,
"is_bot": false,
"headline": "feat: add new v2 deployments (#335)",
"author_name": "Austin Adams",
"author_login": "aadams",
"committed_at": "2024-01-12T17:29:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6a9846bfa6f488404b69128afdcc7522fa34496d",
"body": "* Revert \"add (un)/wrapping for steth (#317)\"\r\n\r\nThis reverts commit bdb2942d3922249b3366efe5d974637468cf2793.\r\n\r\n* Revert \"deploy UniversalRouter v1.3 to mainnet and goerli (#320)\"\r\n\r\nThis reverts commit 02507148796b50cd2b3c7d3e42364388dcd0ce76.\r\n\r\n* fix: fixup steth leftovers\r\n\r\n* feat: update sna\n[…]\n* fix: eric comments\r\n\r\n* fix: fixed readme\r\n\r\n* fix: updated v2 factories\r\n\r\nsepolia does not need upgrading\r\n\r\n* fixed base's checksum\r\n\r\n---------\r\n\r\nCo-authored-by: Mark Toda <toda.mark@gmail.com>",
"is_bot": false,
"headline": "fix: update v2 factory addresses (#334)",
"author_name": "Austin Adams",
"author_login": "aadams",
"committed_at": "2024-01-04T15:59:10Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "506089217ebb1e0c3aa1108ce95b0188f9d506b9",
"body": "* Revert \"add (un)/wrapping for steth (#317)\"\r\n\r\nThis reverts commit bdb2942d3922249b3366efe5d974637468cf2793.\r\n\r\n* Revert \"deploy UniversalRouter v1.3 to mainnet and goerli (#320)\"\r\n\r\nThis reverts commit 02507148796b50cd2b3c7d3e42364388dcd0ce76.\r\n\r\n* fix: fixup steth leftovers\r\n\r\n* feat: update snaps\r\n\r\n* fix: eric comments\r\n\r\n* fix: fixed readme\r\n\r\n---------\r\n\r\nCo-authored-by: Austin Adams <austino256@gmail.com>",
"is_bot": false,
"headline": "revert steth (#331)",
"author_name": "marktoda",
"author_login": "marktoda",
"committed_at": "2024-01-04T13:20:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7d763cb28c88bb3bce5a30ad2356722f10c4d484",
"body": null,
"is_bot": false,
"headline": "Updated readme to include info about submodules (#324)",
"author_name": "mr-uniswap",
"author_login": "hodl4fun",
"committed_at": "2023-11-09T11:26:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "deda9a9a4e8840fcef869c71191ca94562cbba28",
"body": null,
"is_bot": false,
"headline": "1.5.1",
"author_name": "Emily Williams",
"author_login": "ewilz",
"committed_at": "2023-10-07T00:15:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "02507148796b50cd2b3c7d3e42364388dcd0ce76",
"body": null,
"is_bot": false,
"headline": "deploy UniversalRouter v1.3 to mainnet and goerli (#320)",
"author_name": "Emily Williams",
"author_login": "ewilz",
"committed_at": "2023-09-27T14:56:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c7b7b3f377cddc3bff8e499ad8eb247c3adcf689",
"body": "* add UniswapImmutables\r\n\r\n* update snapshots\r\n\r\n* prettier:fix\r\n\r\n* Add NFT immutables but can't compile\r\n\r\n* Remove RouterImmutables and inherit individual contracts\r\n\r\n* Update gas, bytecode size\r\n\r\n* Remove unused imports",
"is_bot": false,
"headline": "feat: separate out immutables from RouterImmutables (#316)",
"author_name": "Eric Zhong",
"author_login": "zhongeric",
"committed_at": "2023-09-19T22:21:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bdb2942d3922249b3366efe5d974637468cf2793",
"body": "* add wrapping for steth\r\n\r\n* linting\r\n\r\n* test Steth swaps\r\n\r\n* gas tests\r\n\r\n* lint\r\n\r\n* forge fmt?\r\n\r\n* PR comments\r\n\r\n* dont repeat constant declaration\r\n\r\n* add comment about STETH_DUST\r\n\r\n* lint\r\n\r\n* update readme",
"is_bot": false,
"headline": "add (un)/wrapping for steth (#317)",
"author_name": "Emily Williams",
"author_login": "ewilz",
"committed_at": "2023-09-18T19:24:19Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 3,
"commits_last_year": 13,
"latest_release_at": "2026-07-18T23:39:33Z",
"latest_release_tag": "2.2.0",
"releases_from_tags": false,
"days_since_last_push": 4,
"active_weeks_last_year": 10,
"days_since_latest_release": 4,
"mean_days_between_releases": 0
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": false,
"health_percentage": 37,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "@uniswap/universal-router",
"exists": true,
"license": "GPL-2.0-or-later",
"keywords": [
"uniswap",
"router",
"universal router",
"swap router"
],
"ecosystem": "npm",
"matches_repo": true,
"registry_url": "https://www.npmjs.com/package/@uniswap/universal-router",
"is_deprecated": false,
"latest_version": "2.1.0",
"repository_url": "https://github.com/Uniswap/universal-router",
"versions_count": 23,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": 2,
"monthly_downloads": 195377,
"first_published_at": "2022-11-17T15:57:46.947000Z",
"latest_published_at": "2025-11-13T01:13:16.114000Z",
"latest_version_yanked": null,
"days_since_latest_publish": 252
}
]
},
"popularity": {
"forks": 291,
"stars": 504,
"watchers": 8,
"fork_history": {
"days": [
{
"date": "2022-11-17",
"count": 2
},
{
"date": "2022-11-18",
"count": 5
},
{
"date": "2022-11-19",
"count": 2
},
{
"date": "2022-11-24",
"count": 1
},
{
"date": "2022-11-25",
"count": 1
},
{
"date": "2022-11-27",
"count": 1
},
{
"date": "2022-11-28",
"count": 1
},
{
"date": "2022-11-29",
"count": 1
},
{
"date": "2022-12-02",
"count": 2
},
{
"date": "2022-12-03",
"count": 1
},
{
"date": "2022-12-07",
"count": 1
},
{
"date": "2022-12-12",
"count": 2
},
{
"date": "2022-12-13",
"count": 1
},
{
"date": "2022-12-14",
"count": 1
},
{
"date": "2022-12-16",
"count": 1
},
{
"date": "2022-12-24",
"count": 1
},
{
"date": "2022-12-31",
"count": 1
},
{
"date": "2023-01-05",
"count": 1
},
{
"date": "2023-01-08",
"count": 1
},
{
"date": "2023-01-17",
"count": 1
},
{
"date": "2023-01-31",
"count": 1
},
{
"date": "2023-02-03",
"count": 1
},
{
"date": "2023-02-04",
"count": 1
},
{
"date": "2023-03-02",
"count": 1
},
{
"date": "2023-03-04",
"count": 1
},
{
"date": "2023-03-05",
"count": 1
},
{
"date": "2023-03-09",
"count": 2
},
{
"date": "2023-03-10",
"count": 1
},
{
"date": "2023-03-17",
"count": 1
},
{
"date": "2023-03-24",
"count": 1
},
{
"date": "2023-03-29",
"count": 1
},
{
"date": "2023-03-31",
"count": 2
},
{
"date": "2023-04-01",
"count": 1
},
{
"date": "2023-04-03",
"count": 2
},
{
"date": "2023-04-11",
"count": 1
},
{
"date": "2023-04-12",
"count": 1
},
{
"date": "2023-04-17",
"count": 1
},
{
"date": "2023-04-21",
"count": 1
},
{
"date": "2023-04-23",
"count": 1
},
{
"date": "2023-04-28",
"count": 2
},
{
"date": "2023-04-29",
"count": 1
},
{
"date": "2023-05-02",
"count": 1
},
{
"date": "2023-05-05",
"count": 1
},
{
"date": "2023-05-11",
"count": 1
},
{
"date": "2023-05-26",
"count": 1
},
{
"date": "2023-05-31",
"count": 3
},
{
"date": "2023-06-04",
"count": 1
},
{
"date": "2023-06-05",
"count": 1
},
{
"date": "2023-06-12",
"count": 1
},
{
"date": "2023-06-15",
"count": 1
},
{
"date": "2023-06-21",
"count": 2
},
{
"date": "2023-06-27",
"count": 2
},
{
"date": "2023-06-28",
"count": 1
},
{
"date": "2023-06-29",
"count": 1
},
{
"date": "2023-06-30",
"count": 1
},
{
"date": "2023-07-01",
"count": 1
},
{
"date": "2023-07-06",
"count": 1
},
{
"date": "2023-07-09",
"count": 1
},
{
"date": "2023-07-16",
"count": 1
},
{
"date": "2023-07-18",
"count": 1
},
{
"date": "2023-07-24",
"count": 1
},
{
"date": "2023-07-26",
"count": 1
},
{
"date": "2023-08-03",
"count": 2
},
{
"date": "2023-08-20",
"count": 1
},
{
"date": "2023-09-04",
"count": 1
},
{
"date": "2023-09-05",
"count": 1
},
{
"date": "2023-09-08",
"count": 1
},
{
"date": "2023-09-15",
"count": 1
},
{
"date": "2023-09-18",
"count": 1
},
{
"date": "2023-09-20",
"count": 1
},
{
"date": "2023-09-21",
"count": 1
},
{
"date": "2023-09-29",
"count": 1
},
{
"date": "2023-10-07",
"count": 1
},
{
"date": "2023-10-11",
"count": 2
},
{
"date": "2023-10-22",
"count": 1
},
{
"date": "2023-10-27",
"count": 1
},
{
"date": "2023-10-29",
"count": 1
},
{
"date": "2023-10-30",
"count": 1
},
{
"date": "2023-11-13",
"count": 1
},
{
"date": "2023-11-15",
"count": 1
},
{
"date": "2023-11-24",
"count": 1
},
{
"date": "2023-12-05",
"count": 1
},
{
"date": "2023-12-06",
"count": 1
},
{
"date": "2023-12-08",
"count": 1
},
{
"date": "2023-12-11",
"count": 1
},
{
"date": "2023-12-15",
"count": 1
},
{
"date": "2023-12-28",
"count": 1
},
{
"date": "2024-01-08",
"count": 1
},
{
"date": "2024-01-10",
"count": 1
},
{
"date": "2024-01-16",
"count": 1
},
{
"date": "2024-01-22",
"count": 1
},
{
"date": "2024-01-30",
"count": 1
},
{
"date": "2024-01-31",
"count": 1
},
{
"date": "2024-02-04",
"count": 1
},
{
"date": "2024-02-05",
"count": 1
},
{
"date": "2024-02-06",
"count": 1
},
{
"date": "2024-02-12",
"count": 1
},
{
"date": "2024-02-23",
"count": 1
},
{
"date": "2024-02-26",
"count": 1
},
{
"date": "2024-03-01",
"count": 1
},
{
"date": "2024-03-03",
"count": 1
},
{
"date": "2024-03-10",
"count": 1
},
{
"date": "2024-03-11",
"count": 1
},
{
"date": "2024-03-15",
"count": 1
},
{
"date": "2024-03-18",
"count": 1
},
{
"date": "2024-03-19",
"count": 2
},
{
"date": "2024-03-30",
"count": 1
},
{
"date": "2024-04-03",
"count": 1
},
{
"date": "2024-04-08",
"count": 2
},
{
"date": "2024-04-10",
"count": 1
},
{
"date": "2024-04-18",
"count": 1
},
{
"date": "2024-04-20",
"count": 1
},
{
"date": "2024-04-24",
"count": 2
},
{
"date": "2024-04-25",
"count": 1
},
{
"date": "2024-04-29",
"count": 1
},
{
"date": "2024-05-02",
"count": 1
},
{
"date": "2024-05-14",
"count": 1
},
{
"date": "2024-05-16",
"count": 2
},
{
"date": "2024-05-25",
"count": 1
},
{
"date": "2024-05-29",
"count": 1
},
{
"date": "2024-05-31",
"count": 1
},
{
"date": "2024-06-04",
"count": 1
},
{
"date": "2024-06-11",
"count": 1
},
{
"date": "2024-06-12",
"count": 1
},
{
"date": "2024-06-13",
"count": 2
},
{
"date": "2024-06-18",
"count": 1
},
{
"date": "2024-06-23",
"count": 1
},
{
"date": "2024-06-24",
"count": 2
},
{
"date": "2024-06-26",
"count": 3
},
{
"date": "2024-06-30",
"count": 1
},
{
"date": "2024-07-02",
"count": 1
},
{
"date": "2024-07-15",
"count": 1
},
{
"date": "2024-07-19",
"count": 1
},
{
"date": "2024-07-21",
"count": 1
},
{
"date": "2024-07-23",
"count": 1
},
{
"date": "2024-08-04",
"count": 1
},
{
"date": "2024-08-10",
"count": 2
},
{
"date": "2024-08-13",
"count": 1
},
{
"date": "2024-08-19",
"count": 2
},
{
"date": "2024-08-28",
"count": 1
},
{
"date": "2024-08-31",
"count": 1
},
{
"date": "2024-09-02",
"count": 2
},
{
"date": "2024-09-03",
"count": 1
},
{
"date": "2024-09-06",
"count": 1
},
{
"date": "2024-09-07",
"count": 4
},
{
"date": "2024-09-12",
"count": 1
},
{
"date": "2024-09-13",
"count": 1
},
{
"date": "2024-09-20",
"count": 1
},
{
"date": "2024-10-13",
"count": 1
},
{
"date": "2024-10-22",
"count": 1
},
{
"date": "2024-11-03",
"count": 1
},
{
"date": "2024-11-05",
"count": 1
},
{
"date": "2024-11-15",
"count": 2
},
{
"date": "2024-11-19",
"count": 1
},
{
"date": "2024-11-21",
"count": 1
},
{
"date": "2024-11-27",
"count": 1
},
{
"date": "2024-12-02",
"count": 2
},
{
"date": "2024-12-06",
"count": 1
},
{
"date": "2025-01-05",
"count": 1
},
{
"date": "2025-01-11",
"count": 1
},
{
"date": "2025-01-22",
"count": 1
},
{
"date": "2025-01-30",
"count": 2
},
{
"date": "2025-02-05",
"count": 1
},
{
"date": "2025-02-11",
"count": 1
},
{
"date": "2025-02-15",
"count": 1
},
{
"date": "2025-02-17",
"count": 1
},
{
"date": "2025-02-18",
"count": 1
},
{
"date": "2025-02-19",
"count": 1
},
{
"date": "2025-02-22",
"count": 1
},
{
"date": "2025-02-23",
"count": 1
},
{
"date": "2025-03-04",
"count": 1
},
{
"date": "2025-03-10",
"count": 1
},
{
"date": "2025-03-31",
"count": 1
},
{
"date": "2025-04-22",
"count": 1
},
{
"date": "2025-04-26",
"count": 1
},
{
"date": "2025-05-01",
"count": 1
},
{
"date": "2025-05-05",
"count": 1
},
{
"date": "2025-05-06",
"count": 1
},
{
"date": "2025-05-26",
"count": 1
},
{
"date": "2025-06-07",
"count": 1
},
{
"date": "2025-06-13",
"count": 1
},
{
"date": "2025-06-16",
"count": 1
},
{
"date": "2025-06-30",
"count": 1
},
{
"date": "2025-07-10",
"count": 1
},
{
"date": "2025-07-27",
"count": 1
},
{
"date": "2025-07-31",
"count": 1
},
{
"date": "2025-08-02",
"count": 1
},
{
"date": "2025-08-09",
"count": 1
},
{
"date": "2025-08-26",
"count": 1
},
{
"date": "2025-08-29",
"count": 1
},
{
"date": "2025-08-31",
"count": 1
},
{
"date": "2025-09-08",
"count": 1
},
{
"date": "2025-09-13",
"count": 1
},
{
"date": "2025-09-15",
"count": 1
},
{
"date": "2025-10-09",
"count": 1
},
{
"date": "2025-10-15",
"count": 1
},
{
"date": "2025-10-20",
"count": 1
},
{
"date": "2025-10-21",
"count": 1
},
{
"date": "2025-10-22",
"count": 1
},
{
"date": "2025-10-23",
"count": 1
},
{
"date": "2025-10-25",
"count": 1
},
{
"date": "2025-10-28",
"count": 1
},
{
"date": "2025-11-01",
"count": 2
},
{
"date": "2025-11-03",
"count": 3
},
{
"date": "2025-11-18",
"count": 1
},
{
"date": "2025-11-23",
"count": 1
},
{
"date": "2025-11-25",
"count": 1
},
{
"date": "2025-11-28",
"count": 1
},
{
"date": "2025-12-01",
"count": 1
},
{
"date": "2025-12-24",
"count": 1
},
{
"date": "2026-01-09",
"count": 1
},
{
"date": "2026-01-28",
"count": 1
},
{
"date": "2026-02-04",
"count": 1
},
{
"date": "2026-02-15",
"count": 1
},
{
"date": "2026-02-23",
"count": 1
},
{
"date": "2026-02-26",
"count": 1
},
{
"date": "2026-03-17",
"count": 1
},
{
"date": "2026-03-22",
"count": 1
},
{
"date": "2026-03-24",
"count": 1
},
{
"date": "2026-04-07",
"count": 1
},
{
"date": "2026-04-08",
"count": 1
},
{
"date": "2026-04-29",
"count": 1
},
{
"date": "2026-05-03",
"count": 1
},
{
"date": "2026-05-09",
"count": 1
},
{
"date": "2026-05-11",
"count": 1
},
{
"date": "2026-05-14",
"count": 1
},
{
"date": "2026-05-15",
"count": 1
},
{
"date": "2026-05-18",
"count": 1
},
{
"date": "2026-05-19",
"count": 1
},
{
"date": "2026-05-20",
"count": 1
},
{
"date": "2026-05-23",
"count": 1
},
{
"date": "2026-06-08",
"count": 1
},
{
"date": "2026-07-03",
"count": 1
},
{
"date": "2026-07-05",
"count": 1
},
{
"date": "2026-07-11",
"count": 1
},
{
"date": "2026-07-15",
"count": 1
},
{
"date": "2026-07-17",
"count": 1
}
],
"complete": true,
"collected": 275,
"total_forks": 291
},
"star_history": null,
"open_issues_and_prs": 61
},
"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": [
"tsconfig.json"
],
"toolchain_manifests": [],
"largest_source_bytes": 64770,
"source_files_sampled": 28,
"oversized_source_files": 1,
"agent_instruction_files": [
"CLAUDE.md",
"audit/CLAUDE.md",
"contracts/base/CLAUDE.md",
"contracts/deploy/CLAUDE.md",
"contracts/interfaces/CLAUDE.md",
"contracts/libraries/CLAUDE.md",
"contracts/modules/CLAUDE.md",
"contracts/test/CLAUDE.md",
"contracts/types/CLAUDE.md",
"deploy-addresses/CLAUDE.md",
"script/deployParameters/CLAUDE.md",
"test/integration-tests/shared/CLAUDE.md"
],
"agent_instruction_max_bytes": 1896
},
"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": 3,
"malicious_count": 0,
"assessed_package": "npm:@uniswap/universal-router@2.1.0",
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [
"npm"
],
"dependencies": [
{
"name": "@openzeppelin/contracts",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "5.0.2"
},
{
"name": "@uniswap/v2-core",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "1.0.1"
},
{
"name": "@uniswap/v3-core",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "1.0.0"
}
],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "@openzeppelin/contracts",
"direct": true,
"version": "3.4.1-solc-0.7-2",
"ecosystem": "npm"
},
{
"name": "@openzeppelin/contracts",
"direct": true,
"version": "3.4.2-solc-0.7",
"ecosystem": "npm"
},
{
"name": "@openzeppelin/contracts",
"direct": true,
"version": "5.0.2",
"ecosystem": "npm"
},
{
"name": "@uniswap/v2-core",
"direct": true,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "@uniswap/v3-core",
"direct": true,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "@ampproject/remapping",
"direct": false,
"version": "2.2.0",
"ecosystem": "npm"
},
{
"name": "@babel/code-frame",
"direct": false,
"version": "7.18.6",
"ecosystem": "npm"
},
{
"name": "@babel/compat-data",
"direct": false,
"version": "7.18.13",
"ecosystem": "npm"
},
{
"name": "@babel/core",
"direct": false,
"version": "7.18.13",
"ecosystem": "npm"
},
{
"name": "@babel/generator",
"direct": false,
"version": "7.18.13",
"ecosystem": "npm"
},
{
"name": "@babel/helper-compilation-targets",
"direct": false,
"version": "7.18.9",
"ecosystem": "npm"
},
{
"name": "@babel/helper-environment-visitor",
"direct": false,
"version": "7.18.9",
"ecosystem": "npm"
},
{
"name": "@babel/helper-function-name",
"direct": false,
"version": "7.18.9",
"ecosystem": "npm"
},
{
"name": "@babel/helper-hoist-variables",
"direct": false,
"version": "7.18.6",
"ecosystem": "npm"
},
{
"name": "@babel/helper-module-imports",
"direct": false,
"version": "7.18.6",
"ecosystem": "npm"
},
{
"name": "@babel/helper-module-transforms",
"direct": false,
"version": "7.18.9",
"ecosystem": "npm"
},
{
"name": "@babel/helper-plugin-utils",
"direct": false,
"version": "7.18.9",
"ecosystem": "npm"
},
{
"name": "@babel/helper-simple-access",
"direct": false,
"version": "7.18.6",
"ecosystem": "npm"
},
{
"name": "@babel/helper-split-export-declaration",
"direct": false,
"version": "7.18.6",
"ecosystem": "npm"
},
{
"name": "@babel/helper-string-parser",
"direct": false,
"version": "7.18.10",
"ecosystem": "npm"
},
{
"name": "@babel/helper-validator-identifier",
"direct": false,
"version": "7.18.6",
"ecosystem": "npm"
},
{
"name": "@babel/helper-validator-option",
"direct": false,
"version": "7.18.6",
"ecosystem": "npm"
},
{
"name": "@babel/helpers",
"direct": false,
"version": "7.18.9",
"ecosystem": "npm"
},
{
"name": "@babel/highlight",
"direct": false,
"version": "7.18.6",
"ecosystem": "npm"
},
{
"name": "@babel/parser",
"direct": false,
"version": "7.18.13",
"ecosystem": "npm"
},
{
"name": "@babel/plugin-syntax-async-generators",
"direct": false,
"version": "7.8.4",
"ecosystem": "npm"
},
{
"name": "@babel/plugin-syntax-bigint",
"direct": false,
"version": "7.8.3",
"ecosystem": "npm"
},
{
"name": "@babel/plugin-syntax-class-properties",
"direct": false,
"version": "7.12.13",
"ecosystem": "npm"
},
{
"name": "@babel/plugin-syntax-import-meta",
"direct": false,
"version": "7.10.4",
"ecosystem": "npm"
},
{
"name": "@babel/plugin-syntax-json-strings",
"direct": false,
"version": "7.8.3",
"ecosystem": "npm"
},
{
"name": "@babel/plugin-syntax-logical-assignment-operators",
"direct": false,
"version": "7.10.4",
"ecosystem": "npm"
},
{
"name": "@babel/plugin-syntax-nullish-coalescing-operator",
"direct": false,
"version": "7.8.3",
"ecosystem": "npm"
},
{
"name": "@babel/plugin-syntax-numeric-separator",
"direct": false,
"version": "7.10.4",
"ecosystem": "npm"
},
{
"name": "@babel/plugin-syntax-object-rest-spread",
"direct": false,
"version": "7.8.3",
"ecosystem": "npm"
},
{
"name": "@babel/plugin-syntax-optional-catch-binding",
"direct": false,
"version": "7.8.3",
"ecosystem": "npm"
},
{
"name": "@babel/plugin-syntax-optional-chaining",
"direct": false,
"version": "7.8.3",
"ecosystem": "npm"
},
{
"name": "@babel/plugin-syntax-top-level-await",
"direct": false,
"version": "7.14.5",
"ecosystem": "npm"
},
{
"name": "@babel/plugin-syntax-typescript",
"direct": false,
"version": "7.18.6",
"ecosystem": "npm"
},
{
"name": "@babel/template",
"direct": false,
"version": "7.18.10",
"ecosystem": "npm"
},
{
"name": "@babel/traverse",
"direct": false,
"version": "7.18.13",
"ecosystem": "npm"
},
{
"name": "@babel/types",
"direct": false,
"version": "7.18.13",
"ecosystem": "npm"
},
{
"name": "@ethersproject/abi",
"direct": false,
"version": "5.7.0",
"ecosystem": "npm"
},
{
"name": "@ethersproject/abi",
"direct": false,
"version": "5.8.0",
"ecosystem": "npm"
},
{
"name": "@ethersproject/abstract-provider",
"direct": false,
"version": "5.7.0",
"ecosystem": "npm"
},
{
"name": "@ethersproject/abstract-provider",
"direct": false,
"version": "5.8.0",
"ecosystem": "npm"
},
{
"name": "@ethersproject/abstract-signer",
"direct": false,
"version": "5.7.0",
"ecosystem": "npm"
},
{
"name": "@ethersproject/abstract-signer",
"direct": false,
"version": "5.8.0",
"ecosystem": "npm"
},
{
"name": "@ethersproject/address",
"direct": false,
"version": "5.7.0",
"ecosystem": "npm"
},
{
"name": "@ethersproject/address",
"direct": false,
"version": "5.8.0",
"ecosystem": "npm"
},
{
"name": "@ethersproject/base64",
"direct": false,
"version": "5.7.0",
"ecosystem": "npm"
},
{
"name": "@ethersproject/base64",
"direct": false,
"version": "5.8.0",
"ecosystem": "npm"
},
{
"name": "@ethersproject/basex",
"direct": false,
"version": "5.7.0",
"ecosystem": "npm"
},
{
"name": "@ethersproject/bignumber",
"direct": false,
"version": "5.7.0",
"ecosystem": "npm"
},
{
"name": "@ethersproject/bignumber",
"direct": false,
"version": "5.8.0",
"ecosystem": "npm"
},
{
"name": "@ethersproject/bytes",
"direct": false,
"version": "5.7.0",
"ecosystem": "npm"
},
{
"name": "@ethersproject/bytes",
"direct": false,
"version": "5.8.0",
"ecosystem": "npm"
},
{
"name": "@ethersproject/constants",
"direct": false,
"version": "5.7.0",
"ecosystem": "npm"
},
{
"name": "@ethersproject/constants",
"direct": false,
"version": "5.8.0",
"ecosystem": "npm"
},
{
"name": "@ethersproject/contracts",
"direct": false,
"version": "5.7.0",
"ecosystem": "npm"
},
{
"name": "@ethersproject/hash",
"direct": false,
"version": "5.7.0",
"ecosystem": "npm"
},
{
"name": "@ethersproject/hash",
"direct": false,
"version": "5.8.0",
"ecosystem": "npm"
},
{
"name": "@ethersproject/hdnode",
"direct": false,
"version": "5.7.0",
"ecosystem": "npm"
},
{
"name": "@ethersproject/json-wallets",
"direct": false,
"version": "5.7.0",
"ecosystem": "npm"
},
{
"name": "@ethersproject/keccak256",
"direct": false,
"version": "5.7.0",
"ecosystem": "npm"
},
{
"name": "@ethersproject/keccak256",
"direct": false,
"version": "5.8.0",
"ecosystem": "npm"
},
{
"name": "@ethersproject/logger",
"direct": false,
"version": "5.7.0",
"ecosystem": "npm"
},
{
"name": "@ethersproject/logger",
"direct": false,
"version": "5.8.0",
"ecosystem": "npm"
},
{
"name": "@ethersproject/networks",
"direct": false,
"version": "5.7.1",
"ecosystem": "npm"
},
{
"name": "@ethersproject/networks",
"direct": false,
"version": "5.8.0",
"ecosystem": "npm"
},
{
"name": "@ethersproject/pbkdf2",
"direct": false,
"version": "5.7.0",
"ecosystem": "npm"
},
{
"name": "@ethersproject/properties",
"direct": false,
"version": "5.7.0",
"ecosystem": "npm"
},
{
"name": "@ethersproject/properties",
"direct": false,
"version": "5.8.0",
"ecosystem": "npm"
},
{
"name": "@ethersproject/providers",
"direct": false,
"version": "5.7.2",
"ecosystem": "npm"
},
{
"name": "@ethersproject/random",
"direct": false,
"version": "5.7.0",
"ecosystem": "npm"
},
{
"name": "@ethersproject/rlp",
"direct": false,
"version": "5.7.0",
"ecosystem": "npm"
},
{
"name": "@ethersproject/rlp",
"direct": false,
"version": "5.8.0",
"ecosystem": "npm"
},
{
"name": "@ethersproject/sha2",
"direct": false,
"version": "5.7.0",
"ecosystem": "npm"
},
{
"name": "@ethersproject/signing-key",
"direct": false,
"version": "5.7.0",
"ecosystem": "npm"
},
{
"name": "@ethersproject/signing-key",
"direct": false,
"version": "5.8.0",
"ecosystem": "npm"
},
{
"name": "@ethersproject/solidity",
"direct": false,
"version": "5.7.0",
"ecosystem": "npm"
},
{
"name": "@ethersproject/strings",
"direct": false,
"version": "5.7.0",
"ecosystem": "npm"
},
{
"name": "@ethersproject/strings",
"direct": false,
"version": "5.8.0",
"ecosystem": "npm"
},
{
"name": "@ethersproject/transactions",
"direct": false,
"version": "5.7.0",
"ecosystem": "npm"
},
{
"name": "@ethersproject/transactions",
"direct": false,
"version": "5.8.0",
"ecosystem": "npm"
},
{
"name": "@ethersproject/units",
"direct": false,
"version": "5.7.0",
"ecosystem": "npm"
},
{
"name": "@ethersproject/wallet",
"direct": false,
"version": "5.7.0",
"ecosystem": "npm"
},
{
"name": "@ethersproject/web",
"direct": false,
"version": "5.7.1",
"ecosystem": "npm"
},
{
"name": "@ethersproject/web",
"direct": false,
"version": "5.8.0",
"ecosystem": "npm"
},
{
"name": "@ethersproject/wordlists",
"direct": false,
"version": "5.7.0",
"ecosystem": "npm"
},
{
"name": "@fastify/busboy",
"direct": false,
"version": "2.1.1",
"ecosystem": "npm"
},
{
"name": "@istanbuljs/load-nyc-config",
"direct": false,
"version": "1.1.0",
"ecosystem": "npm"
},
{
"name": "@istanbuljs/schema",
"direct": false,
"version": "0.1.3",
"ecosystem": "npm"
},
{
"name": "@jest/console",
"direct": false,
"version": "28.1.3",
"ecosystem": "npm"
},
{
"name": "@jest/expect-utils",
"direct": false,
"version": "28.1.3",
"ecosystem": "npm"
},
{
"name": "@jest/schemas",
"direct": false,
"version": "28.1.3",
"ecosystem": "npm"
},
{
"name": "@jest/test-result",
"direct": false,
"version": "28.1.3",
"ecosystem": "npm"
},
{
"name": "@jest/transform",
"direct": false,
"version": "28.1.3",
"ecosystem": "npm"
},
{
"name": "@jest/types",
"direct": false,
"version": "28.1.3",
"ecosystem": "npm"
},
{
"name": "@jridgewell/gen-mapping",
"direct": false,
"version": "0.1.1",
"ecosystem": "npm"
},
{
"name": "@jridgewell/gen-mapping",
"direct": false,
"version": "0.3.2",
"ecosystem": "npm"
},
{
"name": "@jridgewell/resolve-uri",
"direct": false,
"version": "3.1.0",
"ecosystem": "npm"
},
{
"name": "@jridgewell/set-array",
"direct": false,
"version": "1.1.2",
"ecosystem": "npm"
},
{
"name": "@jridgewell/sourcemap-codec",
"direct": false,
"version": "1.4.14",
"ecosystem": "npm"
},
{
"name": "@jridgewell/trace-mapping",
"direct": false,
"version": "0.3.15",
"ecosystem": "npm"
},
{
"name": "@metamask/eth-sig-util",
"direct": false,
"version": "4.0.1",
"ecosystem": "npm"
},
{
"name": "@noble/hashes",
"direct": false,
"version": "1.1.2",
"ecosystem": "npm"
},
{
"name": "@noble/secp256k1",
"direct": false,
"version": "1.6.3",
"ecosystem": "npm"
},
{
"name": "@nomicfoundation/edr",
"direct": false,
"version": "0.6.5",
"ecosystem": "npm"
},
{
"name": "@nomicfoundation/edr-darwin-arm64",
"direct": false,
"version": "0.6.5",
"ecosystem": "npm"
},
{
"name": "@nomicfoundation/edr-darwin-x64",
"direct": false,
"version": "0.6.5",
"ecosystem": "npm"
},
{
"name": "@nomicfoundation/edr-linux-arm64-gnu",
"direct": false,
"version": "0.6.5",
"ecosystem": "npm"
},
{
"name": "@nomicfoundation/edr-linux-arm64-musl",
"direct": false,
"version": "0.6.5",
"ecosystem": "npm"
},
{
"name": "@nomicfoundation/edr-linux-x64-gnu",
"direct": false,
"version": "0.6.5",
"ecosystem": "npm"
},
{
"name": "@nomicfoundation/edr-linux-x64-musl",
"direct": false,
"version": "0.6.5",
"ecosystem": "npm"
},
{
"name": "@nomicfoundation/edr-win32-x64-msvc",
"direct": false,
"version": "0.6.5",
"ecosystem": "npm"
},
{
"name": "@nomicfoundation/ethereumjs-common",
"direct": false,
"version": "4.0.4",
"ecosystem": "npm"
},
{
"name": "@nomicfoundation/ethereumjs-rlp",
"direct": false,
"version": "5.0.4",
"ecosystem": "npm"
},
{
"name": "@nomicfoundation/ethereumjs-tx",
"direct": false,
"version": "5.0.4",
"ecosystem": "npm"
},
{
"name": "@nomicfoundation/ethereumjs-util",
"direct": false,
"version": "9.0.4",
"ecosystem": "npm"
},
{
"name": "@nomicfoundation/hardhat-chai-matchers",
"direct": false,
"version": "1.0.4",
"ecosystem": "npm"
},
{
"name": "@nomicfoundation/hardhat-foundry",
"direct": false,
"version": "1.1.2",
"ecosystem": "npm"
},
{
"name": "@nomicfoundation/solidity-analyzer",
"direct": false,
"version": "0.1.0",
"ecosystem": "npm"
},
{
"name": "@nomicfoundation/solidity-analyzer-darwin-arm64",
"direct": false,
"version": "0.1.0",
"ecosystem": "npm"
},
{
"name": "@nomicfoundation/solidity-analyzer-darwin-x64",
"direct": false,
"version": "0.1.0",
"ecosystem": "npm"
},
{
"name": "@nomicfoundation/solidity-analyzer-freebsd-x64",
"direct": false,
"version": "0.1.0",
"ecosystem": "npm"
},
{
"name": "@nomicfoundation/solidity-analyzer-linux-arm64-gnu",
"direct": false,
"version": "0.1.0",
"ecosystem": "npm"
},
{
"name": "@nomicfoundation/solidity-analyzer-linux-arm64-musl",
"direct": false,
"version": "0.1.0",
"ecosystem": "npm"
},
{
"name": "@nomicfoundation/solidity-analyzer-linux-x64-gnu",
"direct": false,
"version": "0.1.0",
"ecosystem": "npm"
},
{
"name": "@nomicfoundation/solidity-analyzer-linux-x64-musl",
"direct": false,
"version": "0.1.0",
"ecosystem": "npm"
},
{
"name": "@nomicfoundation/solidity-analyzer-win32-arm64-msvc",
"direct": false,
"version": "0.1.0",
"ecosystem": "npm"
},
{
"name": "@nomicfoundation/solidity-analyzer-win32-ia32-msvc",
"direct": false,
"version": "0.1.0",
"ecosystem": "npm"
},
{
"name": "@nomicfoundation/solidity-analyzer-win32-x64-msvc",
"direct": false,
"version": "0.1.0",
"ecosystem": "npm"
},
{
"name": "@nomiclabs/hardhat-ethers",
"direct": false,
"version": "2.2.2",
"ecosystem": "npm"
},
{
"name": "@scure/base",
"direct": false,
"version": "1.1.1",
"ecosystem": "npm"
},
{
"name": "@scure/bip32",
"direct": false,
"version": "1.1.0",
"ecosystem": "npm"
},
{
"name": "@scure/bip39",
"direct": false,
"version": "1.1.0",
"ecosystem": "npm"
},
{
"name": "@sentry/core",
"direct": false,
"version": "5.30.0",
"ecosystem": "npm"
},
{
"name": "@sentry/hub",
"direct": false,
"version": "5.30.0",
"ecosystem": "npm"
},
{
"name": "@sentry/minimal",
"direct": false,
"version": "5.30.0",
"ecosystem": "npm"
},
{
"name": "@sentry/node",
"direct": false,
"version": "5.30.0",
"ecosystem": "npm"
},
{
"name": "@sentry/tracing",
"direct": false,
"version": "5.30.0",
"ecosystem": "npm"
},
{
"name": "@sentry/types",
"direct": false,
"version": "5.30.0",
"ecosystem": "npm"
},
{
"name": "@sentry/utils",
"direct": false,
"version": "5.30.0",
"ecosystem": "npm"
},
{
"name": "@sinclair/typebox",
"direct": false,
"version": "0.24.28",
"ecosystem": "npm"
},
{
"name": "@solidity-parser/parser",
"direct": false,
"version": "0.14.3",
"ecosystem": "npm"
},
{
"name": "@typechain/ethers-v5",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "@types/babel__traverse",
"direct": false,
"version": "7.18.0",
"ecosystem": "npm"
},
{
"name": "@types/bn.js",
"direct": false,
"version": "4.11.6",
"ecosystem": "npm"
},
{
"name": "@types/bn.js",
"direct": false,
"version": "5.1.0",
"ecosystem": "npm"
},
{
"name": "@types/chai",
"direct": false,
"version": "4.3.3",
"ecosystem": "npm"
},
{
"name": "@types/chai-as-promised",
"direct": false,
"version": "7.1.5",
"ecosystem": "npm"
},
{
"name": "@types/graceful-fs",
"direct": false,
"version": "4.1.5",
"ecosystem": "npm"
},
{
"name": "@types/istanbul-lib-coverage",
"direct": false,
"version": "2.0.4",
"ecosystem": "npm"
},
{
"name": "@types/istanbul-lib-report",
"direct": false,
"version": "3.0.0",
"ecosystem": "npm"
},
{
"name": "@types/istanbul-reports",
"direct": false,
"version": "3.0.1",
"ecosystem": "npm"
},
{
"name": "@types/lru-cache",
"direct": false,
"version": "5.1.1",
"ecosystem": "npm"
},
{
"name": "@types/mkdirp",
"direct": false,
"version": "0.5.2",
"ecosystem": "npm"
},
{
"name": "@types/mocha",
"direct": false,
"version": "5.2.7",
"ecosystem": "npm"
},
{
"name": "@types/node",
"direct": false,
"version": "18.7.6",
"ecosystem": "npm"
},
{
"name": "@types/pbkdf2",
"direct": false,
"version": "3.1.0",
"ecosystem": "npm"
},
{
"name": "@types/prettier",
"direct": false,
"version": "2.7.0",
"ecosystem": "npm"
},
{
"name": "@types/resolve",
"direct": false,
"version": "0.0.8",
"ecosystem": "npm"
},
{
"name": "@types/secp256k1",
"direct": false,
"version": "4.0.3",
"ecosystem": "npm"
},
{
"name": "@types/stack-utils",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "@types/yargs",
"direct": false,
"version": "17.0.11",
"ecosystem": "npm"
},
{
"name": "@types/yargs-parser",
"direct": false,
"version": "21.0.0",
"ecosystem": "npm"
},
{
"name": "@ungap/promise-all-settled",
"direct": false,
"version": "1.1.2",
"ecosystem": "npm"
},
{
"name": "@uniswap/lib",
"direct": false,
"version": "4.0.1-alpha",
"ecosystem": "npm"
},
{
"name": "@uniswap/router-sdk",
"direct": false,
"version": "1.3.0",
"ecosystem": "npm"
},
{
"name": "@uniswap/sdk-core",
"direct": false,
"version": "3.0.1",
"ecosystem": "npm"
},
{
"name": "@uniswap/snapshot-gas-cost",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "@uniswap/swap-router-contracts",
"direct": false,
"version": "1.1.0",
"ecosystem": "npm"
},
{
"name": "@uniswap/swap-router-contracts",
"direct": false,
"version": "1.3.0",
"ecosystem": "npm"
},
{
"name": "@uniswap/v2-sdk",
"direct": false,
"version": "3.0.1",
"ecosystem": "npm"
},
{
"name": "@uniswap/v3-periphery",
"direct": false,
"version": "1.3.0",
"ecosystem": "npm"
},
{
"name": "@uniswap/v3-periphery",
"direct": false,
"version": "1.4.1",
"ecosystem": "npm"
},
{
"name": "@uniswap/v3-sdk",
"direct": false,
"version": "3.9.0",
"ecosystem": "npm"
},
{
"name": "@uniswap/v3-staker",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "adm-zip",
"direct": false,
"version": "0.4.16",
"ecosystem": "npm"
},
{
"name": "aes-js",
"direct": false,
"version": "3.0.0",
"ecosystem": "npm"
},
{
"name": "agent-base",
"direct": false,
"version": "6.0.2",
"ecosystem": "npm"
},
{
"name": "aggregate-error",
"direct": false,
"version": "3.1.0",
"ecosystem": "npm"
},
{
"name": "ansi-align",
"direct": false,
"version": "3.0.1",
"ecosystem": "npm"
},
{
"name": "ansi-colors",
"direct": false,
"version": "4.1.1",
"ecosystem": "npm"
},
{
"name": "ansi-colors",
"direct": false,
"version": "4.1.3",
"ecosystem": "npm"
},
{
"name": "ansi-escapes",
"direct": false,
"version": "4.3.2",
"ecosystem": "npm"
},
{
"name": "ansi-regex",
"direct": false,
"version": "5.0.1",
"ecosystem": "npm"
},
{
"name": "ansi-styles",
"direct": false,
"version": "3.2.1",
"ecosystem": "npm"
},
{
"name": "ansi-styles",
"direct": false,
"version": "4.3.0",
"ecosystem": "npm"
},
{
"name": "ansi-styles",
"direct": false,
"version": "5.2.0",
"ecosystem": "npm"
},
{
"name": "antlr4ts",
"direct": false,
"version": "0.5.0-alpha.4",
"ecosystem": "npm"
},
{
"name": "anymatch",
"direct": false,
"version": "3.1.2",
"ecosystem": "npm"
},
{
"name": "arg",
"direct": false,
"version": "4.1.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-back",
"direct": false,
"version": "1.0.4",
"ecosystem": "npm"
},
{
"name": "array-back",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "assertion-error",
"direct": false,
"version": "1.1.0",
"ecosystem": "npm"
},
{
"name": "babel-plugin-istanbul",
"direct": false,
"version": "6.1.1",
"ecosystem": "npm"
},
{
"name": "babel-preset-current-node-syntax",
"direct": false,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "balanced-match",
"direct": false,
"version": "1.0.2",
"ecosystem": "npm"
},
{
"name": "base-x",
"direct": false,
"version": "3.0.9",
"ecosystem": "npm"
},
{
"name": "base64-sol",
"direct": false,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "bech32",
"direct": false,
"version": "1.1.4",
"ecosystem": "npm"
},
{
"name": "big.js",
"direct": false,
"version": "5.2.2",
"ecosystem": "npm"
},
{
"name": "bignumber.js",
"direct": false,
"version": "9.1.1",
"ecosystem": "npm"
},
{
"name": "binary-extensions",
"direct": false,
"version": "2.2.0",
"ecosystem": "npm"
},
{
"name": "blakejs",
"direct": false,
"version": "1.2.1",
"ecosystem": "npm"
},
{
"name": "bn.js",
"direct": false,
"version": "4.12.0",
"ecosystem": "npm"
},
{
"name": "bn.js",
"direct": false,
"version": "5.2.1",
"ecosystem": "npm"
},
{
"name": "boxen",
"direct": false,
"version": "5.1.2",
"ecosystem": "npm"
},
{
"name": "brace-expansion",
"direct": false,
"version": "1.1.11",
"ecosystem": "npm"
},
{
"name": "brace-expansion",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "braces",
"direct": false,
"version": "3.0.2",
"ecosystem": "npm"
},
{
"name": "brorand",
"direct": false,
"version": "1.1.0",
"ecosystem": "npm"
},
{
"name": "browser-stdout",
"direct": false,
"version": "1.3.1",
"ecosystem": "npm"
},
{
"name": "browserify-aes",
"direct": false,
"version": "1.2.0",
"ecosystem": "npm"
},
{
"name": "browserslist",
"direct": false,
"version": "4.21.3",
"ecosystem": "npm"
},
{
"name": "bs58",
"direct": false,
"version": "4.0.1",
"ecosystem": "npm"
},
{
"name": "bs58check",
"direct": false,
"version": "2.1.2",
"ecosystem": "npm"
},
{
"name": "bser",
"direct": false,
"version": "2.1.1",
"ecosystem": "npm"
},
{
"name": "buffer-from",
"direct": false,
"version": "1.1.2",
"ecosystem": "npm"
},
{
"name": "buffer-xor",
"direct": false,
"version": "1.0.3",
"ecosystem": "npm"
},
{
"name": "bytes",
"direct": false,
"version": "3.1.2",
"ecosystem": "npm"
},
{
"name": "camelcase",
"direct": false,
"version": "5.3.1",
"ecosystem": "npm"
},
{
"name": "camelcase",
"direct": false,
"version": "6.3.0",
"ecosystem": "npm"
},
{
"name": "caniuse-lite",
"direct": false,
"version": "1.0.30001382",
"ecosystem": "npm"
},
{
"name": "chai",
"direct": false,
"version": "4.3.6",
"ecosystem": "npm"
},
{
"name": "chai-as-promised",
"direct": false,
"version": "7.1.1",
"ecosystem": "npm"
},
{
"name": "chalk",
"direct": false,
"version": "2.4.2",
"ecosystem": "npm"
},
{
"name": "chalk",
"direct": false,
"version": "4.1.2",
"ecosystem": "npm"
},
{
"name": "check-error",
"direct": false,
"version": "1.0.2",
"ecosystem": "npm"
},
{
"name": "chokidar",
"direct": false,
"version": "3.5.3",
"ecosystem": "npm"
},
{
"name": "chokidar",
"direct": false,
"version": "4.0.1",
"ecosystem": "npm"
},
{
"name": "ci-info",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "ci-info",
"direct": false,
"version": "3.3.2",
"ecosystem": "npm"
},
{
"name": "cipher-base",
"direct": false,
"version": "1.0.4",
"ecosystem": "npm"
},
{
"name": "clean-stack",
"direct": false,
"version": "2.2.0",
"ecosystem": "npm"
},
{
"name": "cli-boxes",
"direct": false,
"version": "2.2.1",
"ecosystem": "npm"
},
{
"name": "cliui",
"direct": false,
"version": "7.0.4",
"ecosystem": "npm"
},
{
"name": "collect-v8-coverage",
"direct": false,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "color-convert",
"direct": false,
"version": "1.9.3",
"ecosystem": "npm"
},
{
"name": "color-convert",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "color-name",
"direct": false,
"version": "1.1.3",
"ecosystem": "npm"
},
{
"name": "color-name",
"direct": false,
"version": "1.1.4",
"ecosystem": "npm"
},
{
"name": "command-exists",
"direct": false,
"version": "1.2.9",
"ecosystem": "npm"
},
{
"name": "command-line-args",
"direct": false,
"version": "4.0.7",
"ecosystem": "npm"
},
{
"name": "commander",
"direct": false,
"version": "8.3.0",
"ecosystem": "npm"
},
{
"name": "concat-map",
"direct": false,
"version": "0.0.1",
"ecosystem": "npm"
},
{
"name": "convert-source-map",
"direct": false,
"version": "1.8.0",
"ecosystem": "npm"
},
{
"name": "cookie",
"direct": false,
"version": "0.4.2",
"ecosystem": "npm"
},
{
"name": "create-hash",
"direct": false,
"version": "1.2.0",
"ecosystem": "npm"
},
{
"name": "create-hmac",
"direct": false,
"version": "1.1.7",
"ecosystem": "npm"
},
{
"name": "debug",
"direct": false,
"version": "4.3.4",
"ecosystem": "npm"
},
{
"name": "decamelize",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "decimal.js-light",
"direct": false,
"version": "2.5.1",
"ecosystem": "npm"
},
{
"name": "deep-eql",
"direct": false,
"version": "3.0.1",
"ecosystem": "npm"
},
{
"name": "deep-eql",
"direct": false,
"version": "4.1.3",
"ecosystem": "npm"
},
{
"name": "depd",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "diff",
"direct": false,
"version": "4.0.2",
"ecosystem": "npm"
},
{
"name": "diff",
"direct": false,
"version": "5.0.0",
"ecosystem": "npm"
},
{
"name": "diff-sequences",
"direct": false,
"version": "28.1.1",
"ecosystem": "npm"
},
{
"name": "dotenv",
"direct": false,
"version": "14.3.2",
"ecosystem": "npm"
},
{
"name": "electron-to-chromium",
"direct": false,
"version": "1.4.228",
"ecosystem": "npm"
},
{
"name": "elliptic",
"direct": false,
"version": "6.5.4",
"ecosystem": "npm"
},
{
"name": "elliptic",
"direct": false,
"version": "6.6.1",
"ecosystem": "npm"
},
{
"name": "emoji-regex",
"direct": false,
"version": "10.1.0",
"ecosystem": "npm"
},
{
"name": "emoji-regex",
"direct": false,
"version": "8.0.0",
"ecosystem": "npm"
},
{
"name": "enquirer",
"direct": false,
"version": "2.3.6",
"ecosystem": "npm"
},
{
"name": "env-paths",
"direct": false,
"version": "2.2.1",
"ecosystem": "npm"
},
{
"name": "escalade",
"direct": false,
"version": "3.1.1",
"ecosystem": "npm"
},
{
"name": "escape-string-regexp",
"direct": false,
"version": "1.0.5",
"ecosystem": "npm"
},
{
"name": "escape-string-regexp",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "escape-string-regexp",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "esprima",
"direct": false,
"version": "4.0.1",
"ecosystem": "npm"
},
{
"name": "ethereum-cryptography",
"direct": false,
"version": "0.1.3",
"ecosystem": "npm"
},
{
"name": "ethereum-cryptography",
"direct": false,
"version": "1.1.2",
"ecosystem": "npm"
},
{
"name": "ethereumjs-abi",
"direct": false,
"version": "0.6.8",
"ecosystem": "npm"
},
{
"name": "ethereumjs-util",
"direct": false,
"version": "6.2.1",
"ecosystem": "npm"
},
{
"name": "ethers",
"direct": false,
"version": "5.7.2",
"ecosystem": "npm"
},
{
"name": "ethjs-util",
"direct": false,
"version": "0.1.6",
"ecosystem": "npm"
},
{
"name": "evp_bytestokey",
"direct": false,
"version": "1.0.3",
"ecosystem": "npm"
},
{
"name": "expect",
"direct": false,
"version": "28.1.3",
"ecosystem": "npm"
},
{
"name": "fast-json-stable-stringify",
"direct": false,
"version": "2.1.0",
"ecosystem": "npm"
},
{
"name": "fb-watchman",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "fill-range",
"direct": false,
"version": "7.0.1",
"ecosystem": "npm"
},
{
"name": "find-package-json",
"direct": false,
"version": "1.2.0",
"ecosystem": "npm"
},
{
"name": "find-replace",
"direct": false,
"version": "1.0.3",
"ecosystem": "npm"
},
{
"name": "find-up",
"direct": false,
"version": "2.1.0",
"ecosystem": "npm"
},
{
"name": "find-up",
"direct": false,
"version": "4.1.0",
"ecosystem": "npm"
},
{
"name": "find-up",
"direct": false,
"version": "5.0.0",
"ecosystem": "npm"
},
{
"name": "flat",
"direct": false,
"version": "5.0.2",
"ecosystem": "npm"
},
{
"name": "follow-redirects",
"direct": false,
"version": "1.15.1",
"ecosystem": "npm"
},
{
"name": "fp-ts",
"direct": false,
"version": "1.19.3",
"ecosystem": "npm"
},
{
"name": "fs-extra",
"direct": false,
"version": "7.0.1",
"ecosystem": "npm"
},
{
"name": "fs.realpath",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "fsevents",
"direct": false,
"version": "2.3.3",
"ecosystem": "npm"
},
{
"name": "gensync",
"direct": false,
"version": "1.0.0-beta.2",
"ecosystem": "npm"
},
{
"name": "get-caller-file",
"direct": false,
"version": "2.0.5",
"ecosystem": "npm"
},
{
"name": "get-func-name",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "get-package-type",
"direct": false,
"version": "0.1.0",
"ecosystem": "npm"
},
{
"name": "glob",
"direct": false,
"version": "7.2.0",
"ecosystem": "npm"
},
{
"name": "glob-parent",
"direct": false,
"version": "5.1.2",
"ecosystem": "npm"
},
{
"name": "globals",
"direct": false,
"version": "11.12.0",
"ecosystem": "npm"
},
{
"name": "graceful-fs",
"direct": false,
"version": "4.2.10",
"ecosystem": "npm"
},
{
"name": "hardhat",
"direct": false,
"version": "2.22.14",
"ecosystem": "npm"
},
{
"name": "hardhat-typechain",
"direct": false,
"version": "0.3.5",
"ecosystem": "npm"
},
{
"name": "hardhat-watcher",
"direct": false,
"version": "2.5.0",
"ecosystem": "npm"
},
{
"name": "has-flag",
"direct": false,
"version": "3.0.0",
"ecosystem": "npm"
},
{
"name": "has-flag",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "hash-base",
"direct": false,
"version": "3.1.0",
"ecosystem": "npm"
},
{
"name": "hash.js",
"direct": false,
"version": "1.1.7",
"ecosystem": "npm"
},
{
"name": "he",
"direct": false,
"version": "1.2.0",
"ecosystem": "npm"
},
{
"name": "hmac-drbg",
"direct": false,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "http-errors",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "https-proxy-agent",
"direct": false,
"version": "5.0.1",
"ecosystem": "npm"
},
{
"name": "iconv-lite",
"direct": false,
"version": "0.4.24",
"ecosystem": "npm"
},
{
"name": "immutable",
"direct": false,
"version": "4.1.0",
"ecosystem": "npm"
},
{
"name": "imurmurhash",
"direct": false,
"version": "0.1.4",
"ecosystem": "npm"
},
{
"name": "indent-string",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "inflight",
"direct": false,
"version": "1.0.6",
"ecosystem": "npm"
},
{
"name": "inherits",
"direct": false,
"version": "2.0.4",
"ecosystem": "npm"
},
{
"name": "io-ts",
"direct": false,
"version": "1.10.4",
"ecosystem": "npm"
},
{
"name": "is-binary-path",
"direct": false,
"version": "2.1.0",
"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-hex-prefixed",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "is-number",
"direct": false,
"version": "7.0.0",
"ecosystem": "npm"
},
{
"name": "is-plain-obj",
"direct": false,
"version": "2.1.0",
"ecosystem": "npm"
},
{
"name": "is-unicode-supported",
"direct": false,
"version": "0.1.0",
"ecosystem": "npm"
},
{
"name": "istanbul-lib-coverage",
"direct": false,
"version": "3.2.0",
"ecosystem": "npm"
},
{
"name": "istanbul-lib-instrument",
"direct": false,
"version": "5.2.0",
"ecosystem": "npm"
},
{
"name": "jest-diff",
"direct": false,
"version": "28.1.3",
"ecosystem": "npm"
},
{
"name": "jest-get-type",
"direct": false,
"version": "28.0.2",
"ecosystem": "npm"
},
{
"name": "jest-haste-map",
"direct": false,
"version": "28.1.3",
"ecosystem": "npm"
},
{
"name": "jest-matcher-utils",
"direct": false,
"version": "28.1.3",
"ecosystem": "npm"
},
{
"name": "jest-message-util",
"direct": false,
"version": "28.1.3",
"ecosystem": "npm"
},
{
"name": "jest-regex-util",
"direct": false,
"version": "28.0.2",
"ecosystem": "npm"
},
{
"name": "jest-snapshot",
"direct": false,
"version": "28.1.3",
"ecosystem": "npm"
},
{
"name": "jest-util",
"direct": false,
"version": "28.1.3",
"ecosystem": "npm"
},
{
"name": "jest-worker",
"direct": false,
"version": "28.1.3",
"ecosystem": "npm"
},
{
"name": "js-sha3",
"direct": false,
"version": "0.8.0",
"ecosystem": "npm"
},
{
"name": "js-tokens",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "js-yaml",
"direct": false,
"version": "3.14.1",
"ecosystem": "npm"
},
{
"name": "js-yaml",
"direct": false,
"version": "4.1.0",
"ecosystem": "npm"
},
{
"name": "jsbi",
"direct": false,
"version": "3.2.5",
"ecosystem": "npm"
},
{
"name": "jsesc",
"direct": false,
"version": "2.5.2",
"ecosystem": "npm"
},
{
"name": "json-stream-stringify",
"direct": false,
"version": "3.1.6",
"ecosystem": "npm"
},
{
"name": "json5",
"direct": false,
"version": "2.2.1",
"ecosystem": "npm"
},
{
"name": "jsonfile",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "keccak",
"direct": false,
"version": "3.0.3",
"ecosystem": "npm"
},
{
"name": "locate-path",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "locate-path",
"direct": false,
"version": "5.0.0",
"ecosystem": "npm"
},
{
"name": "locate-path",
"direct": false,
"version": "6.0.0",
"ecosystem": "npm"
},
{
"name": "lodash",
"direct": false,
"version": "4.17.21",
"ecosystem": "npm"
},
{
"name": "log-symbols",
"direct": false,
"version": "4.1.0",
"ecosystem": "npm"
},
{
"name": "loupe",
"direct": false,
"version": "2.3.4",
"ecosystem": "npm"
},
{
"name": "lru-cache",
"direct": false,
"version": "6.0.0",
"ecosystem": "npm"
},
{
"name": "lru_map",
"direct": false,
"version": "0.3.3",
"ecosystem": "npm"
},
{
"name": "make-error",
"direct": false,
"version": "1.3.6",
"ecosystem": "npm"
},
{
"name": "makeerror",
"direct": false,
"version": "1.0.12",
"ecosystem": "npm"
},
{
"name": "md5.js",
"direct": false,
"version": "1.3.5",
"ecosystem": "npm"
},
{
"name": "memorystream",
"direct": false,
"version": "0.3.1",
"ecosystem": "npm"
},
{
"name": "merge-stream",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "micromatch",
"direct": false,
"version": "4.0.5",
"ecosystem": "npm"
},
{
"name": "minimalistic-assert",
"direct": false,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "minimalistic-crypto-utils",
"direct": false,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "minimatch",
"direct": false,
"version": "3.1.2",
"ecosystem": "npm"
},
{
"name": "minimatch",
"direct": false,
"version": "5.0.1",
"ecosystem": "npm"
},
{
"name": "minimist",
"direct": false,
"version": "1.2.6",
"ecosystem": "npm"
},
{
"name": "mkdirp",
"direct": false,
"version": "0.5.6",
"ecosystem": "npm"
},
{
"name": "mnemonist",
"direct": false,
"version": "0.38.5",
"ecosystem": "npm"
},
{
"name": "mocha",
"direct": false,
"version": "10.0.0",
"ecosystem": "npm"
},
{
"name": "mocha-chai-jest-snapshot",
"direct": false,
"version": "1.1.4",
"ecosystem": "npm"
},
{
"name": "ms",
"direct": false,
"version": "2.1.2",
"ecosystem": "npm"
},
{
"name": "ms",
"direct": false,
"version": "2.1.3",
"ecosystem": "npm"
},
{
"name": "nanoid",
"direct": false,
"version": "3.3.3",
"ecosystem": "npm"
},
{
"name": "natural-compare",
"direct": false,
"version": "1.4.0",
"ecosystem": "npm"
},
{
"name": "node-addon-api",
"direct": false,
"version": "2.0.2",
"ecosystem": "npm"
},
{
"name": "node-gyp-build",
"direct": false,
"version": "4.5.0",
"ecosystem": "npm"
},
{
"name": "node-int64",
"direct": false,
"version": "0.4.0",
"ecosystem": "npm"
},
{
"name": "node-releases",
"direct": false,
"version": "2.0.6",
"ecosystem": "npm"
},
{
"name": "normalize-path",
"direct": false,
"version": "3.0.0",
"ecosystem": "npm"
},
{
"name": "obliterator",
"direct": false,
"version": "2.0.4",
"ecosystem": "npm"
},
{
"name": "once",
"direct": false,
"version": "1.4.0",
"ecosystem": "npm"
},
{
"name": "ordinal",
"direct": false,
"version": "1.0.3",
"ecosystem": "npm"
},
{
"name": "os-tmpdir",
"direct": false,
"version": "1.0.2",
"ecosystem": "npm"
},
{
"name": "p-limit",
"direct": false,
"version": "1.3.0",
"ecosystem": "npm"
},
{
"name": "p-limit",
"direct": false,
"version": "2.3.0",
"ecosystem": "npm"
},
{
"name": "p-limit",
"direct": false,
"version": "3.1.0",
"ecosystem": "npm"
},
{
"name": "p-locate",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "p-locate",
"direct": false,
"version": "4.1.0",
"ecosystem": "npm"
},
{
"name": "p-locate",
"direct": false,
"version": "5.0.0",
"ecosystem": "npm"
},
{
"name": "p-map",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "p-try",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "p-try",
"direct": false,
"version": "2.2.0",
"ecosystem": "npm"
},
{
"name": "path-exists",
"direct": false,
"version": "3.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-parse",
"direct": false,
"version": "1.0.7",
"ecosystem": "npm"
},
{
"name": "pathval",
"direct": false,
"version": "1.1.1",
"ecosystem": "npm"
},
{
"name": "pbkdf2",
"direct": false,
"version": "3.1.2",
"ecosystem": "npm"
},
{
"name": "picocolors",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "picomatch",
"direct": false,
"version": "2.3.1",
"ecosystem": "npm"
},
{
"name": "pirates",
"direct": false,
"version": "4.0.5",
"ecosystem": "npm"
},
{
"name": "prettier",
"direct": false,
"version": "2.7.1",
"ecosystem": "npm"
},
{
"name": "prettier-plugin-solidity",
"direct": false,
"version": "1.0.0-beta.24",
"ecosystem": "npm"
},
{
"name": "pretty-format",
"direct": false,
"version": "28.1.3",
"ecosystem": "npm"
},
{
"name": "randombytes",
"direct": false,
"version": "2.1.0",
"ecosystem": "npm"
},
{
"name": "raw-body",
"direct": false,
"version": "2.5.1",
"ecosystem": "npm"
},
{
"name": "react-is",
"direct": false,
"version": "18.2.0",
"ecosystem": "npm"
},
{
"name": "readable-stream",
"direct": false,
"version": "3.6.0",
"ecosystem": "npm"
},
{
"name": "readdirp",
"direct": false,
"version": "3.6.0",
"ecosystem": "npm"
},
{
"name": "readdirp",
"direct": false,
"version": "4.0.2",
"ecosystem": "npm"
},
{
"name": "require-directory",
"direct": false,
"version": "2.1.1",
"ecosystem": "npm"
},
{
"name": "resolve",
"direct": false,
"version": "1.17.0",
"ecosystem": "npm"
},
{
"name": "resolve-from",
"direct": false,
"version": "5.0.0",
"ecosystem": "npm"
},
{
"name": "ripemd160",
"direct": false,
"version": "2.0.2",
"ecosystem": "npm"
},
{
"name": "rlp",
"direct": false,
"version": "2.2.7",
"ecosystem": "npm"
},
{
"name": "safe-buffer",
"direct": false,
"version": "5.1.2",
"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": "scrypt-js",
"direct": false,
"version": "3.0.1",
"ecosystem": "npm"
},
{
"name": "secp256k1",
"direct": false,
"version": "4.0.3",
"ecosystem": "npm"
},
{
"name": "semver",
"direct": false,
"version": "5.7.1",
"ecosystem": "npm"
},
{
"name": "semver",
"direct": false,
"version": "6.3.0",
"ecosystem": "npm"
},
{
"name": "semver",
"direct": false,
"version": "7.3.7",
"ecosystem": "npm"
},
{
"name": "serialize-javascript",
"direct": false,
"version": "6.0.0",
"ecosystem": "npm"
},
{
"name": "setimmediate",
"direct": false,
"version": "1.0.5",
"ecosystem": "npm"
},
{
"name": "setprototypeof",
"direct": false,
"version": "1.2.0",
"ecosystem": "npm"
},
{
"name": "sha.js",
"direct": false,
"version": "2.4.11",
"ecosystem": "npm"
},
{
"name": "signal-exit",
"direct": false,
"version": "3.0.7",
"ecosystem": "npm"
},
{
"name": "slash",
"direct": false,
"version": "3.0.0",
"ecosystem": "npm"
},
{
"name": "solc",
"direct": false,
"version": "0.8.26",
"ecosystem": "npm"
},
{
"name": "solidity-comments-extractor",
"direct": false,
"version": "0.0.7",
"ecosystem": "npm"
},
{
"name": "source-map",
"direct": false,
"version": "0.6.1",
"ecosystem": "npm"
},
{
"name": "source-map-support",
"direct": false,
"version": "0.5.21",
"ecosystem": "npm"
},
{
"name": "sprintf-js",
"direct": false,
"version": "1.0.3",
"ecosystem": "npm"
},
{
"name": "stack-utils",
"direct": false,
"version": "2.0.5",
"ecosystem": "npm"
},
{
"name": "stacktrace-parser",
"direct": false,
"version": "0.1.10",
"ecosystem": "npm"
},
{
"name": "statuses",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "string-width",
"direct": false,
"version": "4.2.3",
"ecosystem": "npm"
},
{
"name": "string_decoder",
"direct": false,
"version": "1.3.0",
"ecosystem": "npm"
},
{
"name": "strip-ansi",
"direct": false,
"version": "6.0.1",
"ecosystem": "npm"
},
{
"name": "strip-hex-prefix",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "strip-json-comments",
"direct": false,
"version": "3.1.1",
"ecosystem": "npm"
},
{
"name": "supports-color",
"direct": false,
"version": "5.5.0",
"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": "test-exclude",
"direct": false,
"version": "6.0.0",
"ecosystem": "npm"
},
{
"name": "test-value",
"direct": false,
"version": "2.1.0",
"ecosystem": "npm"
},
{
"name": "tiny-invariant",
"direct": false,
"version": "1.2.0",
"ecosystem": "npm"
},
{
"name": "tiny-warning",
"direct": false,
"version": "1.0.3",
"ecosystem": "npm"
},
{
"name": "tmp",
"direct": false,
"version": "0.0.33",
"ecosystem": "npm"
},
{
"name": "tmpl",
"direct": false,
"version": "1.0.5",
"ecosystem": "npm"
},
{
"name": "to-fast-properties",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "to-regex-range",
"direct": false,
"version": "5.0.1",
"ecosystem": "npm"
},
{
"name": "toformat",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "toidentifier",
"direct": false,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "ts-essentials",
"direct": false,
"version": "1.0.4",
"ecosystem": "npm"
},
{
"name": "ts-essentials",
"direct": false,
"version": "7.0.3",
"ecosystem": "npm"
},
{
"name": "ts-generator",
"direct": false,
"version": "0.1.1",
"ecosystem": "npm"
},
{
"name": "ts-node",
"direct": false,
"version": "8.10.2",
"ecosystem": "npm"
},
{
"name": "tslib",
"direct": false,
"version": "1.14.1",
"ecosystem": "npm"
},
{
"name": "tsort",
"direct": false,
"version": "0.0.1",
"ecosystem": "npm"
},
{
"name": "tweetnacl",
"direct": false,
"version": "1.0.3",
"ecosystem": "npm"
},
{
"name": "tweetnacl-util",
"direct": false,
"version": "0.15.1",
"ecosystem": "npm"
},
{
"name": "type-detect",
"direct": false,
"version": "4.0.8",
"ecosystem": "npm"
},
{
"name": "type-fest",
"direct": false,
"version": "0.20.2",
"ecosystem": "npm"
},
{
"name": "type-fest",
"direct": false,
"version": "0.21.3",
"ecosystem": "npm"
},
{
"name": "type-fest",
"direct": false,
"version": "0.7.1",
"ecosystem": "npm"
},
{
"name": "typechain",
"direct": false,
"version": "4.0.3",
"ecosystem": "npm"
},
{
"name": "typescript",
"direct": false,
"version": "3.9.10",
"ecosystem": "npm"
},
{
"name": "typical",
"direct": false,
"version": "2.6.1",
"ecosystem": "npm"
},
{
"name": "undici",
"direct": false,
"version": "5.28.4",
"ecosystem": "npm"
},
{
"name": "universalify",
"direct": false,
"version": "0.1.2",
"ecosystem": "npm"
},
{
"name": "unpipe",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "update-browserslist-db",
"direct": false,
"version": "1.0.5",
"ecosystem": "npm"
},
{
"name": "util-deprecate",
"direct": false,
"version": "1.0.2",
"ecosystem": "npm"
},
{
"name": "uuid",
"direct": false,
"version": "8.3.2",
"ecosystem": "npm"
},
{
"name": "walker",
"direct": false,
"version": "1.0.8",
"ecosystem": "npm"
},
{
"name": "widest-line",
"direct": false,
"version": "3.1.0",
"ecosystem": "npm"
},
{
"name": "workerpool",
"direct": false,
"version": "6.2.1",
"ecosystem": "npm"
},
{
"name": "wrap-ansi",
"direct": false,
"version": "7.0.0",
"ecosystem": "npm"
},
{
"name": "wrappy",
"direct": false,
"version": "1.0.2",
"ecosystem": "npm"
},
{
"name": "write-file-atomic",
"direct": false,
"version": "4.0.2",
"ecosystem": "npm"
},
{
"name": "ws",
"direct": false,
"version": "7.4.6",
"ecosystem": "npm"
},
{
"name": "y18n",
"direct": false,
"version": "5.0.8",
"ecosystem": "npm"
},
{
"name": "yallist",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "yargs",
"direct": false,
"version": "16.2.0",
"ecosystem": "npm"
},
{
"name": "yargs",
"direct": false,
"version": "17.5.1",
"ecosystem": "npm"
},
{
"name": "yargs-parser",
"direct": false,
"version": "20.2.4",
"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": "yn",
"direct": false,
"version": "3.1.1",
"ecosystem": "npm"
},
{
"name": "yocto-queue",
"direct": false,
"version": "0.1.0",
"ecosystem": "npm"
}
],
"collected": true,
"truncated": false,
"total_count": 497,
"direct_count": 5,
"indirect_count": 492
}
},
"maintainership": {
"issues": {
"open_prs": 26,
"merged_prs": 278,
"open_issues": 35,
"closed_ratio": 0.698,
"closed_issues": 81,
"closed_unmerged_prs": 64
},
"bus_factor": 2,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "hensha256",
"commits": 133,
"avatar_url": "https://avatars.githubusercontent.com/u/34962750?v=4"
},
{
"type": "User",
"login": "ewilz",
"commits": 58,
"avatar_url": "https://avatars.githubusercontent.com/u/5539720?v=4"
},
{
"type": "User",
"login": "dianakocsis",
"commits": 30,
"avatar_url": "https://avatars.githubusercontent.com/u/59492811?v=4"
},
{
"type": "User",
"login": "marktoda",
"commits": 23,
"avatar_url": "https://avatars.githubusercontent.com/u/40770586?v=4"
},
{
"type": "User",
"login": "hodl4fun",
"commits": 13,
"avatar_url": "https://avatars.githubusercontent.com/u/144828035?v=4"
},
{
"type": "User",
"login": "NoahZinsmeister",
"commits": 11,
"avatar_url": "https://avatars.githubusercontent.com/u/3760414?v=4"
},
{
"type": "User",
"login": "zhongeric",
"commits": 6,
"avatar_url": "https://avatars.githubusercontent.com/u/25067635?v=4"
},
{
"type": "User",
"login": "azflin",
"commits": 5,
"avatar_url": "https://avatars.githubusercontent.com/u/10667203?v=4"
},
{
"type": "User",
"login": "snreynolds",
"commits": 5,
"avatar_url": "https://avatars.githubusercontent.com/u/30504811?v=4"
},
{
"type": "User",
"login": "gretzke",
"commits": 4,
"avatar_url": "https://avatars.githubusercontent.com/u/10338391?v=4"
}
],
"contributors_sampled": 19,
"top_contributor_share": 0.439
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"claude-code-review.yml",
"claude-pr-metadata-update.yml",
"deploy.yml",
"forge.yml",
"lint.yml",
"test.yml"
],
"has_docs_dir": false,
"linter_configs": [],
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [
"yarn.lock"
],
"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": null,
"reason": "internal error: error during branchesHandler.setup: internal error: some github tokens can't read classic branch protection rules: https://github.com/ossf/scorecard-action/blob/main/docs/authentication/fine-grained-auth-token.md",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 4,
"reason": "13 out of 29 merged PRs checked by a CI test -- score normalized to 4",
"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": 9,
"reason": "Found 28/29 approved changesets -- score normalized to 9",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 6,
"reason": "project has 2 contributing companies or organizations -- score normalized to 6",
"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": 3,
"reason": "4 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 3",
"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": 7,
"reason": "dependency not pinned by hash detected -- score normalized to 7",
"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": 0,
"reason": "68 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "cb222d358a2ea780feedee6990ff8a3c185301bf",
"ran_at": "2026-07-23T07:41:27Z",
"aggregate_score": 4.4,
"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-06-25T18:48:12Z",
"oldest_open_prs": [
{
"number": 114,
"created_at": "2022-10-27T21:03:10Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 249,
"created_at": "2023-03-09T17:47:46Z",
"last_comment_at": "2023-03-22T14:47:52Z",
"last_comment_author": "InoMurko"
},
{
"number": 291,
"created_at": "2023-05-07T15:08:21Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 299,
"created_at": "2023-05-24T10:06:58Z",
"last_comment_at": "2023-07-13T06:13:43Z",
"last_comment_author": "restlessronin"
},
{
"number": 300,
"created_at": "2023-05-24T10:10:42Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 307,
"created_at": "2023-06-28T20:50:19Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 310,
"created_at": "2023-07-25T06:45:47Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 313,
"created_at": "2023-08-22T18:21:44Z",
"last_comment_at": "2023-08-24T13:22:17Z",
"last_comment_author": "grabbou"
},
{
"number": 322,
"created_at": "2023-10-11T14:04:05Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 323,
"created_at": "2023-10-11T21:50:37Z",
"last_comment_at": "2024-02-03T13:45:02Z",
"last_comment_author": "filoozom"
},
{
"number": 336,
"created_at": "2024-01-25T16:48:43Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 374,
"created_at": "2024-08-09T19:18:21Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 378,
"created_at": "2024-08-19T12:55:31Z",
"last_comment_at": "2024-10-02T21:41:38Z",
"last_comment_author": "jfbloom22"
},
{
"number": 432,
"created_at": "2024-12-11T21:46:26Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 434,
"created_at": "2025-01-05T17:47:08Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 448,
"created_at": "2025-03-26T02:20:43Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 449,
"created_at": "2025-03-31T23:15:45Z",
"last_comment_at": "2025-04-01T13:50:45Z",
"last_comment_author": "OscBacon"
},
{
"number": 473,
"created_at": "2026-03-24T07:49:09Z",
"last_comment_at": "2026-03-24T07:49:35Z",
"last_comment_author": "socket-security"
},
{
"number": 477,
"created_at": "2026-05-03T06:10:36Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 485,
"created_at": "2026-05-18T13:55:49Z",
"last_comment_at": "2026-05-18T14:10:40Z",
"last_comment_author": "linear"
}
],
"last_merged_pr_at": "2026-06-25T18:46:42Z",
"ci_last_conclusion": "FAILURE",
"oldest_open_issues": [
{
"number": 9,
"created_at": "2022-08-25T19:32:45Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 50,
"created_at": "2022-09-19T16:31:24Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 176,
"created_at": "2022-11-18T14:49:34Z",
"last_comment_at": "2025-09-24T16:19:23Z",
"last_comment_author": "BlinkyStitt"
},
{
"number": 180,
"created_at": "2022-11-19T22:47:24Z",
"last_comment_at": "2022-11-21T14:05:02Z",
"last_comment_author": "ewilz"
},
{
"number": 238,
"created_at": "2023-02-24T18:39:59Z",
"last_comment_at": "2023-03-15T20:09:52Z",
"last_comment_author": "qraxiss"
},
{
"number": 250,
"created_at": "2023-03-10T10:17:51Z",
"last_comment_at": "2023-06-28T10:46:24Z",
"last_comment_author": "hensha256"
},
{
"number": 255,
"created_at": "2023-03-12T12:50:27Z",
"last_comment_at": "2023-03-17T09:46:39Z",
"last_comment_author": "hensha256"
},
{
"number": 262,
"created_at": "2023-03-17T03:06:55Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 277,
"created_at": "2023-04-25T09:55:48Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 290,
"created_at": "2023-05-07T15:06:16Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 292,
"created_at": "2023-05-09T06:41:54Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 295,
"created_at": "2023-05-16T08:58:53Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 297,
"created_at": "2023-05-20T07:33:53Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 319,
"created_at": "2023-09-19T20:57:37Z",
"last_comment_at": "2024-06-21T15:31:42Z",
"last_comment_author": "dbarabashh"
},
{
"number": 321,
"created_at": "2023-10-06T08:37:30Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 330,
"created_at": "2023-11-08T22:56:55Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 333,
"created_at": "2023-12-19T02:12:00Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 338,
"created_at": "2024-02-01T00:27:46Z",
"last_comment_at": "2024-02-01T07:28:32Z",
"last_comment_author": "bscNinja"
},
{
"number": 341,
"created_at": "2024-03-21T17:33:23Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 345,
"created_at": "2024-05-21T03:27:41Z",
"last_comment_at": "2024-08-08T03:59:16Z",
"last_comment_author": "Aman9723"
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/Uniswap/universal-router",
"host": "github.com",
"name": "universal-router",
"owner": "Uniswap"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 66,
"inputs": {
"security": 55,
"vitality": 74,
"community": 67,
"governance": 75,
"engineering": 54
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "good",
"name": "Vitality",
"value": 74,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "moderate",
"name": "Development activity",
"note": null,
"notes": [],
"value": 56,
"inputs": {
"commits_last_year": 13,
"human_commit_share": 1,
"days_since_last_push": 4,
"active_weeks_last_year": 10
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 4 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "push_recency",
"params": {
"days": 4
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "10/52 weeks with commits",
"points": 6.9,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 10
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "13 commits in the last year",
"points": 10.3,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 13
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "4 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 3",
"points": 3,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "excellent",
"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": 100,
"inputs": {
"releases_count": 3,
"latest_release_tag": "2.2.0",
"releases_from_tags": false,
"days_since_latest_release": 4,
"mean_days_between_releases": 0
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "3 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 3
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 4 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 4
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~0 days",
"points": 27,
"status": "met",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 0
}
}
],
"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": 27,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 27 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 27
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "moderate",
"name": "Community & Adoption",
"value": 67,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "moderate",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 69,
"inputs": {
"forks": 291,
"stars": 504,
"watchers": 8,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "504 stars",
"points": 43.8,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 504
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "291 forks",
"points": 20.5,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 291
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "8 watchers",
"points": 4.7,
"status": "partial",
"details": [
{
"code": "watchers",
"params": {
"count": 8
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "moderate",
"name": "Community health",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"has_readme": true,
"has_license": true,
"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": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "recognized license (GPL-3.0)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "GPL-3.0"
}
}
],
"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": "excellent",
"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": 88,
"inputs": {
"packages": [
"@uniswap/universal-router"
],
"dependents": null,
"ecosystems": "npm",
"total_downloads": null,
"monthly_downloads": 195377
},
"components": [
{
"key": "monthly_downloads",
"name": "Monthly downloads",
"detail": "195,377 downloads/month across npm",
"points": 70.5,
"status": "partial",
"details": [
{
"code": "downloads_monthly",
"params": {
"count": 195377,
"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": 75,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "moderate",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 57,
"inputs": {
"bus_factor": 2,
"contributors_sampled": 19,
"top_contributor_share": 0.439
},
"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 44% of commits",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 44
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "19 contributors",
"points": 13.5,
"status": "met",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 19
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 2 contributing companies or organizations -- score normalized to 6",
"points": 6,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "good",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 77,
"inputs": {
"merged_prs": 278,
"open_issues": 35,
"closed_issues": 81,
"issue_closed_ratio": 0.698,
"closed_unmerged_prs": 64
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "70% of issues closed",
"points": 32.6,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 70
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "278/342 decided PRs merged",
"points": 31.1,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 278,
"decided": 342
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 28/29 approved changesets -- score normalized to 9",
"points": 13.5,
"status": "partial",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "good",
"name": "Ownership & stewardship",
"note": null,
"notes": [],
"value": 80,
"inputs": {
"followers": 6880,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "Uniswap",
"public_repos": 171,
"account_age_days": 3091
},
"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": "6,880 followers of Uniswap",
"points": 25,
"status": "met",
"details": [
{
"code": "owner_followers",
"params": {
"count": 6880,
"login": "Uniswap"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "171 public repos, account ~8 yr old",
"points": 25,
"status": "met",
"details": [
{
"code": "public_repos",
"params": {
"count": 171
}
},
{
"code": "account_age_years",
"params": {
"years": 8
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 91,
"inputs": {
"packages": [
"@uniswap/universal-router"
],
"ecosystems": "npm",
"any_deprecated": false,
"min_days_since_publish": 252
},
"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 252 days ago",
"points": 26,
"status": "partial",
"details": [
{
"code": "publish_recency",
"params": {
"days": 252
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "23 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 23
}
}
],
"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": "moderate",
"name": "Engineering Quality",
"value": 54,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "moderate",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 56,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "6 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 6
}
}
],
"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": null,
"points": 0,
"status": "missed",
"details": [],
"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": "13 out of 29 merged PRs checked by a CI test -- score normalized to 4",
"points": 8,
"status": "partial",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "moderate",
"name": "Documentation",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"topics": [],
"has_wiki": true,
"homepage": null,
"has_readme": true,
"has_docs_dir": false,
"has_description": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 30,
"status": "met",
"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": 10,
"status": "met",
"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": "moderate",
"name": "Security",
"value": 55,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "at_risk",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Branch-Protection, Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"branch_protection",
"signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 44,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 16,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 2,
"scorecard_aggregate": 4.4
},
"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": "internal error: error during branchesHandler.setup: internal error: some github tokens can't read classic branch protection rules: https://github.com/ossf/scorecard-action/blob/main/docs/authentication/fine-grained-auth-token.md",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "13 out of 29 merged PRs checked by a CI test -- score normalized to 4",
"points": 1,
"status": "partial",
"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 28/29 approved changesets -- score normalized to 9",
"points": 6.8,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 2 contributing companies or organizations -- score normalized to 6",
"points": 1.5,
"status": "partial",
"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": "4 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 3",
"points": 2.2,
"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 7",
"points": 3.5,
"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": "68 existing vulnerabilities detected",
"points": 0,
"status": "missed",
"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:@uniswap/universal-router@2.1.0 runtime dependency closure — what installing the published package pulls in — 3 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:@uniswap/universal-router@2.1.0",
"assessed": 3
}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 100,
"inputs": {
"source": "osv",
"advisories": 0,
"affected_packages": 0,
"assessed_packages": 3,
"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": 3,
"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": 8
},
"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": "good",
"name": "AI Readiness",
"value": 74,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "excellent",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 85,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.9,
"agent_instruction_files": [
"CLAUDE.md",
"audit/CLAUDE.md",
"contracts/base/CLAUDE.md",
"contracts/deploy/CLAUDE.md",
"contracts/interfaces/CLAUDE.md",
"contracts/libraries/CLAUDE.md",
"contracts/modules/CLAUDE.md",
"contracts/test/CLAUDE.md",
"contracts/types/CLAUDE.md",
"deploy-addresses/CLAUDE.md",
"script/deployParameters/CLAUDE.md",
"test/integration-tests/shared/CLAUDE.md"
],
"agent_instruction_max_bytes": 1896
},
"components": [
{
"key": "agent_instructions",
"name": "Agent instructions",
"detail": "CLAUDE.md, audit/CLAUDE.md, contracts/base/CLAUDE.md, contracts/deploy/CLAUDE.md, contracts/interfaces/CLAUDE.md, contracts/libraries/CLAUDE.md, contracts/modules/CLAUDE.md, contracts/test/CLAUDE.md, contracts/types/CLAUDE.md, deploy-addresses/CLAUDE.md, script/deployParameters/CLAUDE.md, test/integration-tests/shared/CLAUDE.md",
"points": 45,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "CLAUDE.md, audit/CLAUDE.md, contracts/base/CLAUDE.md, contracts/deploy/CLAUDE.md, contracts/interfaces/CLAUDE.md, contracts/libraries/CLAUDE.md, contracts/modules/CLAUDE.md, contracts/test/CLAUDE.md, contracts/types/CLAUDE.md, deploy-addresses/CLAUDE.md, script/deployParameters/CLAUDE.md, test/integration-tests/shared/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": "90 of 100 human commits state their intent (structured subject or explanatory body)",
"points": 40,
"status": "met",
"details": [
{
"code": "legible_history",
"params": {
"legible": 90,
"sampled": 100
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "moderate",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 56,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [
"yarn.lock"
],
"has_dockerfile": false,
"typed_language": true,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [
"tsconfig.json"
],
"agent_commit_share": 0.03,
"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": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": "tsconfig.json",
"points": 11,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "tsconfig.json"
}
}
],
"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": "3 of the last 100 commits agent-authored or agent-credited",
"points": 6,
"status": "partial",
"details": [
{
"code": "agent_authored_commits",
"params": {
"count": 3,
"sampled": 100
}
}
],
"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 7",
"points": 7,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "excellent",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 98,
"inputs": {
"primary_language": "TypeScript",
"largest_source_bytes": 64770,
"source_files_sampled": 28,
"oversized_source_files": 1
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "TypeScript (statically typed)",
"points": 45,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "TypeScript"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "1/28 source files over 60KB",
"points": 53,
"status": "partial",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 28,
"oversized": 1
}
}
],
"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"
],
"report_type": "repository",
"generated_at": "2026-07-23T07:41:52.022190Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/u/Uniswap/universal-router.svg",
"full_name": "Uniswap/universal-router",
"license_state": "standard",
"license_spdx": "GPL-3.0"
}