{"id":16883412,"url":"https://github.com/dbkaplun/three-snapshot-serializer","last_synced_at":"2025-07-23T02:33:31.972Z","repository":{"id":44740259,"uuid":"133388256","full_name":"dbkaplun/three-snapshot-serializer","owner":"dbkaplun","description":"Jest snapshot serializer for THREE objects","archived":false,"fork":false,"pushed_at":"2023-03-01T22:38:33.000Z","size":191,"stargazers_count":4,"open_issues_count":6,"forks_count":3,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-24T15:07:02.917Z","etag":null,"topics":["json","serializer","snapshot","threejs"],"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/dbkaplun.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,"zenodo":null}},"created_at":"2018-05-14T16:07:42.000Z","updated_at":"2023-03-04T06:36:19.000Z","dependencies_parsed_at":"2025-04-11T11:51:48.645Z","dependency_job_id":"7678a42a-86bf-4dff-9f80-ea15a7af270d","html_url":"https://github.com/dbkaplun/three-snapshot-serializer","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/dbkaplun/three-snapshot-serializer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dbkaplun%2Fthree-snapshot-serializer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dbkaplun%2Fthree-snapshot-serializer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dbkaplun%2Fthree-snapshot-serializer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dbkaplun%2Fthree-snapshot-serializer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dbkaplun","download_url":"https://codeload.github.com/dbkaplun/three-snapshot-serializer/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dbkaplun%2Fthree-snapshot-serializer/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266606617,"owners_count":23955318,"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-07-23T02:00:09.312Z","response_time":66,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"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"}},"keywords":["json","serializer","snapshot","threejs"],"created_at":"2024-10-13T16:11:38.424Z","updated_at":"2025-07-23T02:33:31.947Z","avatar_url":"https://github.com/dbkaplun.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# three-snapshot-serializer\nJest snapshot serializer for THREE objects\n\n## Usage\n\n```sh\n$ npm install three-snapshot-serializer --save-dev\n```\n\nTo use for all test files, add the following to package.json:\n\n```json\n{\n  \"jest\": {\n    \"snapshotSerializers\": [\"three-snapshot-serializer\"]\n  }\n}\n```\n\nTo use in one test file:\n\n```js\nimport { createSerializer } from 'three-snapshot-serializer';\n\nexpect.addSnapshotSerializer(createSerializer({ dropUUIDs: true }));\n```\n\nTo use in one assertion:\n\n```js\nimport { toJSON } from 'three-snapshot-serializer';\n\nexpect(toJSON(obj)).matchesSnapshot();\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdbkaplun%2Fthree-snapshot-serializer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdbkaplun%2Fthree-snapshot-serializer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdbkaplun%2Fthree-snapshot-serializer/lists"}