{"id":20962997,"url":"https://github.com/doesdev/snabbdom-safe-props","last_synced_at":"2026-04-21T23:03:03.258Z","repository":{"id":57364463,"uuid":"53504390","full_name":"doesdev/snabbdom-safe-props","owner":"doesdev","description":"Snabbdom replacement module for 'props' with unsupported 'type' protection","archived":false,"fork":false,"pushed_at":"2017-07-26T23:19:06.000Z","size":2,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-03-29T09:57:36.524Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/doesdev.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}},"created_at":"2016-03-09T14:33:32.000Z","updated_at":"2016-03-09T14:40:09.000Z","dependencies_parsed_at":"2022-09-13T21:11:17.896Z","dependency_job_id":null,"html_url":"https://github.com/doesdev/snabbdom-safe-props","commit_stats":null,"previous_names":["musocrat/snabbdom-safe-props"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/doesdev/snabbdom-safe-props","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/doesdev%2Fsnabbdom-safe-props","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/doesdev%2Fsnabbdom-safe-props/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/doesdev%2Fsnabbdom-safe-props/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/doesdev%2Fsnabbdom-safe-props/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/doesdev","download_url":"https://codeload.github.com/doesdev/snabbdom-safe-props/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/doesdev%2Fsnabbdom-safe-props/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32113748,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-21T11:25:29.218Z","status":"ssl_error","status_checked_at":"2026-04-21T11:25:28.499Z","response_time":128,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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"}},"keywords":[],"created_at":"2024-11-19T02:40:01.369Z","updated_at":"2026-04-21T23:03:03.233Z","avatar_url":"https://github.com/doesdev.png","language":"JavaScript","readme":"# snabbdom-safe-props\n\nSnabbdom replacement for default module 'props' with unsupported 'type' protection.\nThis simply adds a try/catch if the property being updated is `type`, as unsupported\ntypes will cause the browser to throw an exception.\n\n### Usage\n\nInstall:\n\n`npm i snabbdom-safe-props --save`\n\nUse:\n\n```javascript\nvar patch = snabbdom.init([\n  require('snabbdom-safe-props') // Instead of require('snabbdom/modules/props')\n]);\n```\n\n### The props module\n\nAllows you to set properties on DOM elements.\n\n```javascript\nh('a', {props: {href: '/foo'}}, 'Go to Foo');\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdoesdev%2Fsnabbdom-safe-props","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdoesdev%2Fsnabbdom-safe-props","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdoesdev%2Fsnabbdom-safe-props/lists"}