{"id":2244954,"name":"react-lifecycle-visualizer","ecosystem":"npm","description":"Visualizer for React lifecycle methods","homepage":"https://github.com/Oblosys/react-lifecycle-visualizer#readme","licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/Oblosys/react-lifecycle-visualizer","keywords_array":["react","reactjs","lifecycle","trace","visualize","animated"],"namespace":null,"versions_count":36,"first_release_published_at":"2018-04-18T23:47:30.266Z","latest_release_published_at":"2023-05-05T17:03:39.702Z","latest_release_number":"3.1.1","last_synced_at":"2026-03-30T00:49:24.483Z","created_at":"2022-04-09T23:03:33.367Z","updated_at":"2026-03-30T00:49:24.484Z","registry_url":"https://www.npmjs.com/package/react-lifecycle-visualizer","install_command":"npm install react-lifecycle-visualizer","documentation_url":null,"metadata":{"funding":null,"dist-tags":{"latest":"3.1.1"}},"repo_metadata":{"id":31876121,"uuid":"130080150","full_name":"Oblosys/react-lifecycle-visualizer","owner":"Oblosys","description":"Real-time visualizer for React lifecycle methods","archived":false,"fork":false,"pushed_at":"2023-05-05T17:11:44.000Z","size":11976,"stargazers_count":1332,"open_issues_count":0,"forks_count":30,"subscribers_count":18,"default_branch":"master","last_synced_at":"2025-10-08T22:43:21.446Z","etag":null,"topics":["lifecycle-methods","react","reactjs","trace","visualizer"],"latest_commit_sha":null,"homepage":"https://codesandbox.io/s/github/Oblosys/react-lifecycle-visualizer/tree/master/examples/parent-child-demo?file=/src/samples/New.js","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Oblosys.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}},"created_at":"2018-04-18T15:04:10.000Z","updated_at":"2025-09-09T18:53:45.000Z","dependencies_parsed_at":"2023-01-14T19:59:08.064Z","dependency_job_id":"e16665db-4e41-43f6-bc0a-1418bfe8fb5a","html_url":"https://github.com/Oblosys/react-lifecycle-visualizer","commit_stats":{"total_commits":231,"total_committers":3,"mean_commits":77.0,"dds":0.02164502164502169,"last_synced_commit":"fd3dcfcfbb872bf5df005b14f67070db07107122"},"previous_names":[],"tags_count":30,"template":false,"template_full_name":null,"purl":"pkg:github/Oblosys/react-lifecycle-visualizer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Oblosys%2Freact-lifecycle-visualizer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Oblosys%2Freact-lifecycle-visualizer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Oblosys%2Freact-lifecycle-visualizer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Oblosys%2Freact-lifecycle-visualizer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Oblosys","download_url":"https://codeload.github.com/Oblosys/react-lifecycle-visualizer/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Oblosys%2Freact-lifecycle-visualizer/sbom","scorecard":{"id":103995,"data":{"date":"2025-08-11","repo":{"name":"github.com/Oblosys/react-lifecycle-visualizer","commit":"12fe1e627a46abf67255c643aa98a90ff1f9a94d"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":2.6,"checks":[{"name":"Maintained","score":0,"reason":"0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"SAST","score":0,"reason":"no SAST tool detected","details":["Warn: no pull requests merged into dev branch"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}},{"name":"Code-Review","score":0,"reason":"Found 0/30 approved changesets -- score normalized to 0","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/build-test.yml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"Pinned-Dependencies","score":2,"reason":"dependency not pinned by hash detected -- score normalized to 2","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-test.yml:13: update your workflow using https://app.stepsecurity.io/secureworkflow/Oblosys/react-lifecycle-visualizer/build-test.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-test.yml:15: update your workflow using https://app.stepsecurity.io/secureworkflow/Oblosys/react-lifecycle-visualizer/build-test.yml/master?enable=pin","Warn: npmCommand not pinned by hash: scripts/tag-release.sh:39","Info:   0 out of   2 GitHub-owned GitHubAction dependencies pinned","Info:   1 out of   2 npmCommand dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"Security-Policy","score":0,"reason":"security policy file not detected","details":["Warn: no security policy file detected","Warn: no security file to analyze","Warn: no security file to analyze","Warn: no security file to analyze"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: MIT License: LICENSE:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Signed-Releases","score":-1,"reason":"no releases found","details":null,"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Branch-Protection","score":0,"reason":"branch protection not enabled on development/release branches","details":["Warn: branch protection not enabled for branch 'master'"],"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"name":"Vulnerabilities","score":0,"reason":"34 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-hpx4-r86g-5jrg","Warn: Project is vulnerable to: GHSA-prr3-c3m5-p7q2","Warn: Project is vulnerable to: GHSA-968p-4wvh-cqc8","Warn: Project is vulnerable to: GHSA-67hx-6x53-jw92","Warn: Project is vulnerable to: GHSA-qwcr-r2fm-qrc7","Warn: Project is vulnerable to: GHSA-v6h2-p8h4-qcjw","Warn: Project is vulnerable to: GHSA-grv7-fg5c-xmjg","Warn: Project is vulnerable to: GHSA-pxg6-pf52-xh8x","Warn: Project is vulnerable to: GHSA-3xgq-45jj-v275","Warn: Project is vulnerable to: GHSA-rv95-896h-c2vc","Warn: Project is vulnerable to: GHSA-qw6h-vgh9-j6wx","Warn: Project is vulnerable to: GHSA-jchw-25xp-jwwc","Warn: Project is vulnerable to: GHSA-cxjh-pqwp-8mfp","Warn: Project is vulnerable to: GHSA-fjxv-7rqg-78g4","Warn: Project is vulnerable to: GHSA-c7qv-q95q-8v27","Warn: Project is vulnerable to: GHSA-4www-5p9h-95mh","Warn: Project is vulnerable to: GHSA-9gqv-wp59-fq42","Warn: Project is vulnerable to: GHSA-952p-6rrq-rcjv","Warn: Project is vulnerable to: GHSA-mwcw-c2x4-8c55","Warn: Project is vulnerable to: GHSA-76c9-3jph-rj3q","Warn: Project is vulnerable to: GHSA-9wv6-86v2-598j","Warn: Project is vulnerable to: GHSA-rhx6-c78j-4q9w","Warn: Project is vulnerable to: GHSA-7fh5-64p2-3v2j","Warn: Project is vulnerable to: GHSA-c2qf-rxjj-qqgw","Warn: Project is vulnerable to: GHSA-m6fv-jmcg-4jfg","Warn: Project is vulnerable to: GHSA-76p7-773f-r4q5","Warn: Project is vulnerable to: GHSA-cm22-4g7w-348p","Warn: Project is vulnerable to: GHSA-72xf-g2v4-qvf3","Warn: Project is vulnerable to: GHSA-4vvj-4cpr-p986","Warn: Project is vulnerable to: GHSA-wr3j-pwj9-hqq6","Warn: Project is vulnerable to: GHSA-4v9v-hfq4-rm2v","Warn: Project is vulnerable to: GHSA-9jgg-88mc-972h","Warn: Project is vulnerable to: GHSA-j8xg-fqg3-53r7","Warn: Project is vulnerable to: GHSA-3h5v-q93c-6h6q"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}}]},"last_synced_at":"2025-08-15T10:44:49.946Z","repository_id":31876121,"created_at":"2025-08-15T10:44:49.946Z","updated_at":"2025-08-15T10:44:49.946Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279004685,"owners_count":26083748,"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","status":"online","status_checked_at":"2025-10-10T02:00:06.843Z","response_time":62,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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"},"owner_record":{"login":"Oblosys","name":"Martijn Schrage","uuid":"1735040","kind":"user","description":"Freelance React/TypeScript developer","email":"","website":"https://www.oblomov.com","location":"Utrecht, The Netherlands","twitter":null,"company":"Oblomov Systems","icon_url":"https://avatars.githubusercontent.com/u/1735040?v=4","repositories_count":22,"last_synced_at":"2024-04-10T09:30:38.692Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/Oblosys","funding_links":[],"total_stars":1445,"followers":34,"following":0,"created_at":"2022-11-04T01:40:11.262Z","updated_at":"2024-04-10T09:30:43.838Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Oblosys","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Oblosys/repositories"},"tags":[{"name":"v3.1.1","sha":"9f03d2fb4f9e1523a54a00f335d1c480d8585dd3","kind":"tag","published_at":"2023-05-05T17:00:44.000Z","download_url":"https://codeload.github.com/Oblosys/react-lifecycle-visualizer/tar.gz/v3.1.1","html_url":"https://github.com/Oblosys/react-lifecycle-visualizer/releases/tag/v3.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/Oblosys/react-lifecycle-visualizer@v3.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Oblosys%2Freact-lifecycle-visualizer/tags/v3.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Oblosys%2Freact-lifecycle-visualizer/tags/v3.1.1/manifests"},{"name":"v3.1.0","sha":"e4fd18c791dc2bf4292e3b34104349ffcabd62d3","kind":"tag","published_at":"2022-10-03T18:30:38.000Z","download_url":"https://codeload.github.com/Oblosys/react-lifecycle-visualizer/tar.gz/v3.1.0","html_url":"https://github.com/Oblosys/react-lifecycle-visualizer/releases/tag/v3.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/Oblosys/react-lifecycle-visualizer@v3.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Oblosys%2Freact-lifecycle-visualizer/tags/v3.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Oblosys%2Freact-lifecycle-visualizer/tags/v3.1.0/manifests"},{"name":"v3.0.1","sha":"3213cb1b2fabf9cf0b0a25a2941348fca3a0d0dc","kind":"tag","published_at":"2021-06-26T16:26:16.000Z","download_url":"https://codeload.github.com/Oblosys/react-lifecycle-visualizer/tar.gz/v3.0.1","html_url":"https://github.com/Oblosys/react-lifecycle-visualizer/releases/tag/v3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/Oblosys/react-lifecycle-visualizer@v3.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Oblosys%2Freact-lifecycle-visualizer/tags/v3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Oblosys%2Freact-lifecycle-visualizer/tags/v3.0.1/manifests"},{"name":"v3.0.0","sha":"f4aabe5c1cc2627629a55369eb87cf5bcdd14d1b","kind":"tag","published_at":"2021-04-28T16:20:51.000Z","download_url":"https://codeload.github.com/Oblosys/react-lifecycle-visualizer/tar.gz/v3.0.0","html_url":"https://github.com/Oblosys/react-lifecycle-visualizer/releases/tag/v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/Oblosys/react-lifecycle-visualizer@v3.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Oblosys%2Freact-lifecycle-visualizer/tags/v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Oblosys%2Freact-lifecycle-visualizer/tags/v3.0.0/manifests"},{"name":"v2.2.12","sha":"dd70f872d8b1f9b949daf2f69405f26762751699","kind":"tag","published_at":"2021-04-09T16:08:59.000Z","download_url":"https://codeload.github.com/Oblosys/react-lifecycle-visualizer/tar.gz/v2.2.12","html_url":"https://github.com/Oblosys/react-lifecycle-visualizer/releases/tag/v2.2.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/Oblosys/react-lifecycle-visualizer@v2.2.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Oblosys%2Freact-lifecycle-visualizer/tags/v2.2.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Oblosys%2Freact-lifecycle-visualizer/tags/v2.2.12/manifests"},{"name":"v2.2.11","sha":"e1323051c476b9904f26b7e4f233a7e31c77976e","kind":"tag","published_at":"2020-12-25T13:04:10.000Z","download_url":"https://codeload.github.com/Oblosys/react-lifecycle-visualizer/tar.gz/v2.2.11","html_url":"https://github.com/Oblosys/react-lifecycle-visualizer/releases/tag/v2.2.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/Oblosys/react-lifecycle-visualizer@v2.2.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Oblosys%2Freact-lifecycle-visualizer/tags/v2.2.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Oblosys%2Freact-lifecycle-visualizer/tags/v2.2.11/manifests"},{"name":"v2.2.10","sha":"bd09e0e489043b001a149a23bcceab825766c277","kind":"tag","published_at":"2020-09-16T15:57:12.000Z","download_url":"https://codeload.github.com/Oblosys/react-lifecycle-visualizer/tar.gz/v2.2.10","html_url":"https://github.com/Oblosys/react-lifecycle-visualizer/releases/tag/v2.2.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/Oblosys/react-lifecycle-visualizer@v2.2.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Oblosys%2Freact-lifecycle-visualizer/tags/v2.2.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Oblosys%2Freact-lifecycle-visualizer/tags/v2.2.10/manifests"},{"name":"v2.2.9","sha":"82dadc957cbe2286d0569b29da3f6332e3486852","kind":"tag","published_at":"2020-08-13T17:18:06.000Z","download_url":"https://codeload.github.com/Oblosys/react-lifecycle-visualizer/tar.gz/v2.2.9","html_url":"https://github.com/Oblosys/react-lifecycle-visualizer/releases/tag/v2.2.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/Oblosys/react-lifecycle-visualizer@v2.2.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Oblosys%2Freact-lifecycle-visualizer/tags/v2.2.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Oblosys%2Freact-lifecycle-visualizer/tags/v2.2.9/manifests"},{"name":"v2.2.8","sha":"842d2cd7c10ff0af7b7dd9bdf47feb2b8d26e554","kind":"tag","published_at":"2020-06-15T17:14:05.000Z","download_url":"https://codeload.github.com/Oblosys/react-lifecycle-visualizer/tar.gz/v2.2.8","html_url":"https://github.com/Oblosys/react-lifecycle-visualizer/releases/tag/v2.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/Oblosys/react-lifecycle-visualizer@v2.2.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Oblosys%2Freact-lifecycle-visualizer/tags/v2.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Oblosys%2Freact-lifecycle-visualizer/tags/v2.2.8/manifests"},{"name":"v2.2.7","sha":"523afcf9e2b90ec873ad9e245cc4fa6c2725ca0d","kind":"tag","published_at":"2020-03-29T13:36:51.000Z","download_url":"https://codeload.github.com/Oblosys/react-lifecycle-visualizer/tar.gz/v2.2.7","html_url":"https://github.com/Oblosys/react-lifecycle-visualizer/releases/tag/v2.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/Oblosys/react-lifecycle-visualizer@v2.2.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Oblosys%2Freact-lifecycle-visualizer/tags/v2.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Oblosys%2Freact-lifecycle-visualizer/tags/v2.2.7/manifests"},{"name":"v2.2.6","sha":"3e9b08ce4c83970b0abe49d2cd42f5eabdf87507","kind":"tag","published_at":"2019-12-08T12:11:30.000Z","download_url":"https://codeload.github.com/Oblosys/react-lifecycle-visualizer/tar.gz/v2.2.6","html_url":"https://github.com/Oblosys/react-lifecycle-visualizer/releases/tag/v2.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/Oblosys/react-lifecycle-visualizer@v2.2.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Oblosys%2Freact-lifecycle-visualizer/tags/v2.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Oblosys%2Freact-lifecycle-visualizer/tags/v2.2.6/manifests"},{"name":"v2.2.5","sha":"c6b7d595331173ecdcf54189a99a0dcc19b6de36","kind":"tag","published_at":"2019-08-18T10:20:18.000Z","download_url":"https://codeload.github.com/Oblosys/react-lifecycle-visualizer/tar.gz/v2.2.5","html_url":"https://github.com/Oblosys/react-lifecycle-visualizer/releases/tag/v2.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/Oblosys/react-lifecycle-visualizer@v2.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Oblosys%2Freact-lifecycle-visualizer/tags/v2.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Oblosys%2Freact-lifecycle-visualizer/tags/v2.2.5/manifests"},{"name":"v2.2.4","sha":"2a6c3e5cbd2623fe98197155a1f41aaad8815413","kind":"tag","published_at":"2019-06-23T12:26:24.000Z","download_url":"https://codeload.github.com/Oblosys/react-lifecycle-visualizer/tar.gz/v2.2.4","html_url":"https://github.com/Oblosys/react-lifecycle-visualizer/releases/tag/v2.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/Oblosys/react-lifecycle-visualizer@v2.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Oblosys%2Freact-lifecycle-visualizer/tags/v2.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Oblosys%2Freact-lifecycle-visualizer/tags/v2.2.4/manifests"},{"name":"v2.2.3","sha":"159f04b1a3f554bd264fa5fcf8c9edd4ccf32215","kind":"tag","published_at":"2019-05-14T19:25:19.000Z","download_url":"https://codeload.github.com/Oblosys/react-lifecycle-visualizer/tar.gz/v2.2.3","html_url":"https://github.com/Oblosys/react-lifecycle-visualizer/releases/tag/v2.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/Oblosys/react-lifecycle-visualizer@v2.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Oblosys%2Freact-lifecycle-visualizer/tags/v2.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Oblosys%2Freact-lifecycle-visualizer/tags/v2.2.3/manifests"},{"name":"v2.2.2","sha":"3e674a2b1a253725c063924d4ad2a6c1f1a66e24","kind":"tag","published_at":"2019-05-04T13:05:50.000Z","download_url":"https://codeload.github.com/Oblosys/react-lifecycle-visualizer/tar.gz/v2.2.2","html_url":"https://github.com/Oblosys/react-lifecycle-visualizer/releases/tag/v2.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/Oblosys/react-lifecycle-visualizer@v2.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Oblosys%2Freact-lifecycle-visualizer/tags/v2.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Oblosys%2Freact-lifecycle-visualizer/tags/v2.2.2/manifests"},{"name":"v2.2.1","sha":"d6050c17f5f9daa95d09684508b8e95b5c1d2d61","kind":"tag","published_at":"2019-03-26T19:21:39.000Z","download_url":"https://codeload.github.com/Oblosys/react-lifecycle-visualizer/tar.gz/v2.2.1","html_url":"https://github.com/Oblosys/react-lifecycle-visualizer/releases/tag/v2.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/Oblosys/react-lifecycle-visualizer@v2.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Oblosys%2Freact-lifecycle-visualizer/tags/v2.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Oblosys%2Freact-lifecycle-visualizer/tags/v2.2.1/manifests"},{"name":"v2.2.0","sha":"94962bab1ee7e3a38b1ac272145358358c29e505","kind":"tag","published_at":"2019-01-27T18:44:33.000Z","download_url":"https://codeload.github.com/Oblosys/react-lifecycle-visualizer/tar.gz/v2.2.0","html_url":"https://github.com/Oblosys/react-lifecycle-visualizer/releases/tag/v2.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/Oblosys/react-lifecycle-visualizer@v2.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Oblosys%2Freact-lifecycle-visualizer/tags/v2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Oblosys%2Freact-lifecycle-visualizer/tags/v2.2.0/manifests"},{"name":"v2.2.0-beta.1","sha":"f4a5f1abfc80d709b781d4003b51b0048821d44a","kind":"tag","published_at":"2019-01-27T18:22:44.000Z","download_url":"https://codeload.github.com/Oblosys/react-lifecycle-visualizer/tar.gz/v2.2.0-beta.1","html_url":"https://github.com/Oblosys/react-lifecycle-visualizer/releases/tag/v2.2.0-beta.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/Oblosys/react-lifecycle-visualizer@v2.2.0-beta.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Oblosys%2Freact-lifecycle-visualizer/tags/v2.2.0-beta.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Oblosys%2Freact-lifecycle-visualizer/tags/v2.2.0-beta.1/manifests"},{"name":"v2.1.1","sha":"91c752b7737db7eb2f06d52c9fd09c93a11853a0","kind":"tag","published_at":"2018-09-15T20:22:56.000Z","download_url":"https://codeload.github.com/Oblosys/react-lifecycle-visualizer/tar.gz/v2.1.1","html_url":"https://github.com/Oblosys/react-lifecycle-visualizer/releases/tag/v2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/Oblosys/react-lifecycle-visualizer@v2.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Oblosys%2Freact-lifecycle-visualizer/tags/v2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Oblosys%2Freact-lifecycle-visualizer/tags/v2.1.1/manifests"},{"name":"v2.1.0","sha":"185ff995edd7f52c9b675f91dc9259ac71012855","kind":"tag","published_at":"2018-07-10T12:39:46.000Z","download_url":"https://codeload.github.com/Oblosys/react-lifecycle-visualizer/tar.gz/v2.1.0","html_url":"https://github.com/Oblosys/react-lifecycle-visualizer/releases/tag/v2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/Oblosys/react-lifecycle-visualizer@v2.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Oblosys%2Freact-lifecycle-visualizer/tags/v2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Oblosys%2Freact-lifecycle-visualizer/tags/v2.1.0/manifests"},{"name":"v2.0.0","sha":"b5afcabd8d5775a5a32010a07775bb6af5985b1e","kind":"tag","published_at":"2018-06-20T16:03:48.000Z","download_url":"https://codeload.github.com/Oblosys/react-lifecycle-visualizer/tar.gz/v2.0.0","html_url":"https://github.com/Oblosys/react-lifecycle-visualizer/releases/tag/v2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/Oblosys/react-lifecycle-visualizer@v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Oblosys%2Freact-lifecycle-visualizer/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Oblosys%2Freact-lifecycle-visualizer/tags/v2.0.0/manifests"},{"name":"v2.0.0-beta.5","sha":"55fa2a629594a32669d13d9881563ac8d1ae8487","kind":"tag","published_at":"2018-06-19T10:54:59.000Z","download_url":"https://codeload.github.com/Oblosys/react-lifecycle-visualizer/tar.gz/v2.0.0-beta.5","html_url":"https://github.com/Oblosys/react-lifecycle-visualizer/releases/tag/v2.0.0-beta.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/Oblosys/react-lifecycle-visualizer@v2.0.0-beta.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Oblosys%2Freact-lifecycle-visualizer/tags/v2.0.0-beta.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Oblosys%2Freact-lifecycle-visualizer/tags/v2.0.0-beta.5/manifests"},{"name":"v2.0.0-beta.4","sha":"0906e0976244553093bcdacb99fa9f8b1705ebe7","kind":"tag","published_at":"2018-05-25T19:07:06.000Z","download_url":"https://codeload.github.com/Oblosys/react-lifecycle-visualizer/tar.gz/v2.0.0-beta.4","html_url":"https://github.com/Oblosys/react-lifecycle-visualizer/releases/tag/v2.0.0-beta.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/Oblosys/react-lifecycle-visualizer@v2.0.0-beta.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Oblosys%2Freact-lifecycle-visualizer/tags/v2.0.0-beta.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Oblosys%2Freact-lifecycle-visualizer/tags/v2.0.0-beta.4/manifests"},{"name":"v2.0.0-beta.3","sha":"6827edebb3efcbf409129aa5c1ad22febcacec80","kind":"tag","published_at":"2018-05-23T11:40:35.000Z","download_url":"https://codeload.github.com/Oblosys/react-lifecycle-visualizer/tar.gz/v2.0.0-beta.3","html_url":"https://github.com/Oblosys/react-lifecycle-visualizer/releases/tag/v2.0.0-beta.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/Oblosys/react-lifecycle-visualizer@v2.0.0-beta.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Oblosys%2Freact-lifecycle-visualizer/tags/v2.0.0-beta.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Oblosys%2Freact-lifecycle-visualizer/tags/v2.0.0-beta.3/manifests"},{"name":"v2.0.0-beta.2","sha":"e51aed0e6e85a9372fd36e319a75c0325adf0fbd","kind":"tag","published_at":"2018-05-22T14:44:38.000Z","download_url":"https://codeload.github.com/Oblosys/react-lifecycle-visualizer/tar.gz/v2.0.0-beta.2","html_url":"https://github.com/Oblosys/react-lifecycle-visualizer/releases/tag/v2.0.0-beta.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/Oblosys/react-lifecycle-visualizer@v2.0.0-beta.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Oblosys%2Freact-lifecycle-visualizer/tags/v2.0.0-beta.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Oblosys%2Freact-lifecycle-visualizer/tags/v2.0.0-beta.2/manifests"},{"name":"v2.0.0-beta.1","sha":"52c735f517f5609739ce1d0174b0ee4d5c715818","kind":"tag","published_at":"2018-05-22T13:40:47.000Z","download_url":"https://codeload.github.com/Oblosys/react-lifecycle-visualizer/tar.gz/v2.0.0-beta.1","html_url":"https://github.com/Oblosys/react-lifecycle-visualizer/releases/tag/v2.0.0-beta.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/Oblosys/react-lifecycle-visualizer@v2.0.0-beta.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Oblosys%2Freact-lifecycle-visualizer/tags/v2.0.0-beta.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Oblosys%2Freact-lifecycle-visualizer/tags/v2.0.0-beta.1/manifests"},{"name":"v1.0.2","sha":"4669f5b8b8e168ee8f4950bc309edd73cbfea066","kind":"tag","published_at":"2018-05-04T21:17:01.000Z","download_url":"https://codeload.github.com/Oblosys/react-lifecycle-visualizer/tar.gz/v1.0.2","html_url":"https://github.com/Oblosys/react-lifecycle-visualizer/releases/tag/v1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/Oblosys/react-lifecycle-visualizer@v1.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Oblosys%2Freact-lifecycle-visualizer/tags/v1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Oblosys%2Freact-lifecycle-visualizer/tags/v1.0.2/manifests"},{"name":"v1.0.1","sha":"e6e4023e6959cb9a3d02feb28cda0583ce4a9b09","kind":"tag","published_at":"2018-05-03T17:16:45.000Z","download_url":"https://codeload.github.com/Oblosys/react-lifecycle-visualizer/tar.gz/v1.0.1","html_url":"https://github.com/Oblosys/react-lifecycle-visualizer/releases/tag/v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/Oblosys/react-lifecycle-visualizer@v1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Oblosys%2Freact-lifecycle-visualizer/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Oblosys%2Freact-lifecycle-visualizer/tags/v1.0.1/manifests"},{"name":"v1.0.0","sha":"d3b346c3fcdc64c1cfe3e52f6d5d34d592931af6","kind":"tag","published_at":"2018-05-03T17:00:48.000Z","download_url":"https://codeload.github.com/Oblosys/react-lifecycle-visualizer/tar.gz/v1.0.0","html_url":"https://github.com/Oblosys/react-lifecycle-visualizer/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/Oblosys/react-lifecycle-visualizer@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Oblosys%2Freact-lifecycle-visualizer/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Oblosys%2Freact-lifecycle-visualizer/tags/v1.0.0/manifests"},{"name":"v0.1.6","sha":"c12cbc78a423eda52be9e1de6c40ae7d753acd1c","kind":"tag","published_at":"2018-04-26T11:49:24.000Z","download_url":"https://codeload.github.com/Oblosys/react-lifecycle-visualizer/tar.gz/v0.1.6","html_url":"https://github.com/Oblosys/react-lifecycle-visualizer/releases/tag/v0.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/Oblosys/react-lifecycle-visualizer@v0.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Oblosys%2Freact-lifecycle-visualizer/tags/v0.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Oblosys%2Freact-lifecycle-visualizer/tags/v0.1.6/manifests"}]},"repo_metadata_updated_at":"2025-10-10T16:22:00.708Z","dependent_packages_count":3,"downloads":176,"downloads_period":"last-month","dependent_repos_count":8,"rankings":{"downloads":10.378659163404256,"dependent_repos_count":4.10066669818904,"dependent_packages_count":5.911667239895366,"stargazers_count":2.2180987355224526,"forks_count":4.317423086743419,"docker_downloads_count":null,"average":5.385302984750907},"purl":"pkg:npm/react-lifecycle-visualizer","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/npm/react-lifecycle-visualizer","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/npm/react-lifecycle-visualizer","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/npm/react-lifecycle-visualizer/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2025-08-10T20:26:08.034Z","issues_count":3,"pull_requests_count":11,"avg_time_to_close_issue":1177844.3333333333,"avg_time_to_close_pull_request":667208.8181818182,"issues_closed_count":3,"pull_requests_closed_count":11,"pull_request_authors_count":2,"issue_authors_count":2,"avg_comments_per_issue":1.6666666666666667,"avg_comments_per_pull_request":0.8181818181818182,"merged_pull_requests_count":6,"bot_issues_count":0,"bot_pull_requests_count":9,"past_year_issues_count":0,"past_year_pull_requests_count":0,"past_year_avg_time_to_close_issue":null,"past_year_avg_time_to_close_pull_request":null,"past_year_issues_closed_count":0,"past_year_pull_requests_closed_count":0,"past_year_pull_request_authors_count":0,"past_year_issue_authors_count":0,"past_year_avg_comments_per_issue":null,"past_year_avg_comments_per_pull_request":null,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":0,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/Oblosys%2Freact-lifecycle-visualizer/issues","maintainers":[],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/react-lifecycle-visualizer/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/react-lifecycle-visualizer/version_numbers","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/react-lifecycle-visualizer/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/react-lifecycle-visualizer/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/react-lifecycle-visualizer/codemeta","maintainers":[{"uuid":"oblosys","login":"oblosys","name":null,"email":"martijn@oblomov.com","url":null,"packages_count":4,"html_url":"https://www.npmjs.com/~oblosys","role":null,"created_at":"2022-11-14T03:10:22.519Z","updated_at":"2022-11-14T03:10:22.519Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/oblosys/packages"}]}