{"id":18325030,"url":"https://github.com/maxdeviant/serialize-killer","last_synced_at":"2025-04-09T15:16:50.044Z","repository":{"id":60325468,"uuid":"542376034","full_name":"maxdeviant/serialize-killer","owner":"maxdeviant","description":"Make your objects unserializable","archived":false,"fork":false,"pushed_at":"2023-03-25T18:11:51.000Z","size":94,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-09T15:16:46.154Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/maxdeviant.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-09-28T02:34:24.000Z","updated_at":"2023-07-25T15:02:07.000Z","dependencies_parsed_at":"2024-11-05T18:43:39.934Z","dependency_job_id":"e4c8318a-ef1b-43a9-a45a-b854f6756fc0","html_url":"https://github.com/maxdeviant/serialize-killer","commit_stats":{"total_commits":9,"total_committers":1,"mean_commits":9.0,"dds":0.0,"last_synced_commit":"12528c2f99ebae1b811feac026c1654c7bbf7854"},"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxdeviant%2Fserialize-killer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxdeviant%2Fserialize-killer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxdeviant%2Fserialize-killer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxdeviant%2Fserialize-killer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/maxdeviant","download_url":"https://codeload.github.com/maxdeviant/serialize-killer/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248055272,"owners_count":21040157,"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-11-05T18:36:35.805Z","updated_at":"2025-04-09T15:16:50.025Z","avatar_url":"https://github.com/maxdeviant.png","language":"TypeScript","readme":"# serialize-killer\n\n[![npm](https://img.shields.io/npm/v/serialize-killer.svg?maxAge=3600)](https://www.npmjs.com/package/serialize-killer)\n[![CI](https://github.com/maxdeviant/serialize-killer/actions/workflows/ci.yml/badge.svg?branch=master)](https://github.com/maxdeviant/serialize-killer/actions/workflows/ci.yml)\n\n`serialize-killer` will make your objects unserializable.\n\nYou might want to use this if you have sensitive data that you don't want to accidentally get leaked over the wire.\n\n## Installation\n\n#### Yarn\n\n```sh\nyarn add serialize-killer\n```\n\n#### npm\n\n```sh\nnpm install serialize-killer\n```\n\n## Usage\n\n```ts\nimport { unserializable } from 'serialize-killer';\n\nJSON.stringify({\n  sanity: unserializable(),\n  ssn: '555-55-5555',\n  creditCard: '4242 4242 4242 4242',\n});\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaxdeviant%2Fserialize-killer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmaxdeviant%2Fserialize-killer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaxdeviant%2Fserialize-killer/lists"}