{"id":27298451,"url":"https://github.com/mathieuloutre/jquery-mask-password","last_synced_at":"2026-03-15T07:03:50.840Z","repository":{"id":16752369,"uuid":"19510017","full_name":"MathieuLoutre/jquery-mask-password","owner":"MathieuLoutre","description":"Hides the content of a text field after a given delay","archived":false,"fork":false,"pushed_at":"2015-02-17T11:37:58.000Z","size":168,"stargazers_count":1,"open_issues_count":0,"forks_count":3,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-22T07:35:42.141Z","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/MathieuLoutre.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":"2014-05-06T20:43:00.000Z","updated_at":"2018-11-23T15:32:31.000Z","dependencies_parsed_at":"2022-09-11T06:50:22.635Z","dependency_job_id":null,"html_url":"https://github.com/MathieuLoutre/jquery-mask-password","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/MathieuLoutre/jquery-mask-password","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MathieuLoutre%2Fjquery-mask-password","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MathieuLoutre%2Fjquery-mask-password/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MathieuLoutre%2Fjquery-mask-password/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MathieuLoutre%2Fjquery-mask-password/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MathieuLoutre","download_url":"https://codeload.github.com/MathieuLoutre/jquery-mask-password/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MathieuLoutre%2Fjquery-mask-password/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267865831,"owners_count":24157343,"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-30T02:00:09.044Z","response_time":70,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","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":[],"created_at":"2025-04-12T00:27:02.257Z","updated_at":"2026-03-15T07:03:45.796Z","avatar_url":"https://github.com/MathieuLoutre.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# jquery-mask-password\n\n\u003e Hides the content of a text field after a given delay\n\n## Why?\n\nMasking your password is very useful, but not always. Particularly not when you're typing. This is simple solution to the problem.\n\n## How?\n\nIt changes the type of the input from password to text when typing, and back to password after a delay (1s by default)\n\n## Usage\n\nInstall using bower: `bower install jquery-mask-password`  \nOr using npm: `npm install jquery-mask-password`  \nOr just by downloading the [tarball](https://github.com/MathieuLoutre/jquery-mask-password/archive/master.zip)\n\n```js\n\n\t$(\"input[type=password\").maskPassword();\n\n\t$(\"input[type=password\").maskPassword(2000);\n\n```\n\n## Changelog\n\n- 0.2.2 - Use `setSelectionRange` to not lose focus in FF\n\n- 0.1.1 - Remove console.log\n\n- 0.1.0 - First release","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmathieuloutre%2Fjquery-mask-password","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmathieuloutre%2Fjquery-mask-password","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmathieuloutre%2Fjquery-mask-password/lists"}