{"id":16006597,"url":"https://github.com/nikku/inherits-browser","last_synced_at":"2026-04-30T00:38:16.537Z","repository":{"id":57748663,"uuid":"478694949","full_name":"nikku/inherits-browser","owner":"nikku","description":"Browser first inherits utility.","archived":false,"fork":false,"pushed_at":"2022-08-11T16:57:58.000Z","size":107,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-02T12:11:36.659Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"isc","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nikku.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-04-06T19:13:14.000Z","updated_at":"2022-04-06T19:14:08.000Z","dependencies_parsed_at":"2022-08-27T00:01:59.102Z","dependency_job_id":null,"html_url":"https://github.com/nikku/inherits-browser","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nikku%2Finherits-browser","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nikku%2Finherits-browser/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nikku%2Finherits-browser/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nikku%2Finherits-browser/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nikku","download_url":"https://codeload.github.com/nikku/inherits-browser/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245063373,"owners_count":20554924,"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-08T11:42:33.632Z","updated_at":"2026-04-30T00:38:16.505Z","avatar_url":"https://github.com/nikku.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# inherits-browser\n\nA [inherits@2](https://www.npmjs.com/package/inherits) fork that is safe per default to use in browsers.\n\n\n## Usage\n\n```javascript\nimport inherits from 'inherits-browser';\n\nfunction Parent() {}\n\nfunction Child() {\n  Parent.call(this);\n}\n\ninherits(Child, Parent);\n```\n\n\n## Why\n\n* Do not require `package.json#browser`; always be browser compatible\n* Target modern run-times (IE9+, other browsers + NodeJS) only\n\n## License\n\nISC","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnikku%2Finherits-browser","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnikku%2Finherits-browser","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnikku%2Finherits-browser/lists"}