{"id":15537337,"url":"https://github.com/nullvoxpopuli/punycode-detector","last_synced_at":"2025-04-23T14:09:56.117Z","repository":{"id":250495788,"uuid":"834621858","full_name":"NullVoxPopuli/punycode-detector","owner":"NullVoxPopuli","description":"Find out who/what still needs to deal with the punycode deprecation","archived":false,"fork":false,"pushed_at":"2024-09-09T21:08:20.000Z","size":25,"stargazers_count":5,"open_issues_count":1,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-23T14:09:39.841Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/NullVoxPopuli.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-07-27T20:48:54.000Z","updated_at":"2024-09-11T15:59:54.000Z","dependencies_parsed_at":null,"dependency_job_id":"cba1f077-012d-4a55-a909-8f62aa4e6672","html_url":"https://github.com/NullVoxPopuli/punycode-detector","commit_stats":null,"previous_names":["nullvoxpopuli/punycode-detector"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NullVoxPopuli%2Fpunycode-detector","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NullVoxPopuli%2Fpunycode-detector/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NullVoxPopuli%2Fpunycode-detector/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NullVoxPopuli%2Fpunycode-detector/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/NullVoxPopuli","download_url":"https://codeload.github.com/NullVoxPopuli/punycode-detector/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250447999,"owners_count":21432164,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-02T11:56:15.366Z","updated_at":"2025-04-23T14:09:56.069Z","avatar_url":"https://github.com/NullVoxPopuli.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# punycode-detector\n\nHave you seen this deprecation?\n\n\u003e The version of the punycode module bundled in Node.js is being deprecated. In a future major version of Node.js this module will be removed. Users currently depending on the punycode module should switch to using the userland-provided Punycode.js module instead.\n\n\n\nThis tool tells you exactly which files need to update to use the [punycode module userland module](https://github.com/mathiasbynens/punycode.js).\n\n## Usage\n\nStep zero: have [`ag` / `the_silver_searcher`](https://github.com/ggreer/the_silver_searcher?tab=readme-ov-file#installing)\n\nStep one: install your packages with npm/pnpm/yarn/bun/etc\n\nStep two: run punycode-detector:\n\n```bash\nnpx punycode-detector\n```\nor \n```bash \npnpm dlx punycode-detector\n```\n\nOutput:\n```bash\nThere are 12 imports/requires of 'punycode' : The node builtin (which is deprecated) and not the 'punycode/' userland package.\nSet(12) {\n  'node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/index.js',\n  'node_modules/.pnpm/markdown-it@13.0.2/node_modules/markdown-it/lib/index.js',\n  'node_modules/.pnpm/markdown-it@8.4.2/node_modules/markdown-it/lib/index.js',\n  'node_modules/.pnpm/markdown-it@8.4.2/node_modules/markdown-it/dist/markdown-it.js',\n  'node_modules/.pnpm/normalize-url@2.0.1/node_modules/normalize-url/index.js',\n  'node_modules/.pnpm/psl@1.9.0/node_modules/psl/index.js',\n  'node_modules/.pnpm/psl@1.9.0/node_modules/psl/dist/psl.js',\n  'node_modules/.pnpm/whatwg-url@5.0.0/node_modules/whatwg-url/lib/url-state-machine.js',\n  'node_modules/.pnpm/tr46@2.1.0/node_modules/tr46/index.js',\n  'node_modules/.pnpm/whatwg-url@8.7.0/node_modules/whatwg-url/dist/url-state-machine.js',\n  'node_modules/.pnpm/tr46@3.0.0/node_modules/tr46/index.js',\n  'node_modules/.pnpm/tr46@0.0.3/node_modules/tr46/index.js'\n}\n\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnullvoxpopuli%2Fpunycode-detector","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnullvoxpopuli%2Fpunycode-detector","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnullvoxpopuli%2Fpunycode-detector/lists"}