{"id":17188533,"url":"https://github.com/rastapasta/invisible-attachment","last_synced_at":"2025-09-07T04:32:50.686Z","repository":{"id":47952499,"uuid":"214566035","full_name":"rastapasta/invisible-attachment","owner":"rastapasta","description":"🙈 Utilize invisible UTF8-characters to encode and attach any integer to a string without changing its visual appearance","archived":false,"fork":false,"pushed_at":"2023-01-05T05:49:43.000Z","size":80,"stargazers_count":11,"open_issues_count":6,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-27T10:01:43.249Z","etag":null,"topics":["invisible","javascript","magic","metadata","utf8"],"latest_commit_sha":null,"homepage":"","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/rastapasta.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":"2019-10-12T02:49:53.000Z","updated_at":"2023-02-13T04:57:51.000Z","dependencies_parsed_at":"2023-02-03T14:16:08.605Z","dependency_job_id":null,"html_url":"https://github.com/rastapasta/invisible-attachment","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rastapasta%2Finvisible-attachment","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rastapasta%2Finvisible-attachment/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rastapasta%2Finvisible-attachment/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rastapasta%2Finvisible-attachment/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rastapasta","download_url":"https://codeload.github.com/rastapasta/invisible-attachment/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248610353,"owners_count":21132924,"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":["invisible","javascript","magic","metadata","utf8"],"created_at":"2024-10-15T01:09:12.738Z","updated_at":"2025-04-13T19:21:18.419Z","avatar_url":"https://github.com/rastapasta.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# invisible-attachment\n[![build status](https://travis-ci.com/rastapasta/invisible-attachment.svg?token=ubbpW9so2rtnRSFNwzed\u0026branch=master)](https://travis-ci.com/rastapasta/invisible-attachment) ![coverage](https://img.shields.io/badge/coverage-100%25-green.svg) [![npm version](https://badge.fury.io/js/invisible-attachment.svg)](https://www.npmjs.com/package/invisible-attachment) [![Greenkeeper badge](https://badges.greenkeeper.io/rastapasta/invisible-attachment.svg)](https://greenkeeper.io/) ![license](https://img.shields.io/github/license/rastapasta/invisible-attachment.svg)\n\nEncode and attach any numeric value to a string by using invisible UTF8 characters.\n\n## Example\n\n```js\nconst { attach, extract } = require('invisible-attachment')\n\nconst attached = attach('this is an example', 1337)\n// -\u003e this is an example﻿﻿⠀﻿﻿﻿﻿⠀\n\nconst decoded = extract(attached)\n// -\u003e 1337\n```\n\n## Usecase\n\nAttaching additional metadata to strings in systems you don't control but want to build a beautiful client for :)\n\nImagine triggering client features by attaching invisible control commands to messages exchanged on a chat platform - while users without your client won't notice any difference in the exchanged messages.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frastapasta%2Finvisible-attachment","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frastapasta%2Finvisible-attachment","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frastapasta%2Finvisible-attachment/lists"}