{"id":15828081,"url":"https://github.com/jastinxyz/scramb","last_synced_at":"2025-03-15T04:31:18.927Z","repository":{"id":41894464,"uuid":"435410430","full_name":"JastinXyz/scramb","owner":"JastinXyz","description":"a useful package for some random functions related to javascript with few lines and types.","archived":false,"fork":false,"pushed_at":"2022-04-24T04:20:07.000Z","size":55,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-10-12T10:44:17.861Z","etag":null,"topics":["number","random","random-option","randomize","scrambler","something-random","string"],"latest_commit_sha":null,"homepage":"https://jastinxyz.github.io/scramb","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/JastinXyz.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":"2021-12-06T08:07:00.000Z","updated_at":"2022-02-10T03:19:01.000Z","dependencies_parsed_at":"2022-08-11T20:31:05.675Z","dependency_job_id":null,"html_url":"https://github.com/JastinXyz/scramb","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/JastinXyz%2Fscramb","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JastinXyz%2Fscramb/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JastinXyz%2Fscramb/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JastinXyz%2Fscramb/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/JastinXyz","download_url":"https://codeload.github.com/JastinXyz/scramb/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243685506,"owners_count":20330980,"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":["number","random","random-option","randomize","scrambler","something-random","string"],"created_at":"2024-10-05T10:21:37.033Z","updated_at":"2025-03-15T04:31:18.632Z","avatar_url":"https://github.com/JastinXyz.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SCRAMB\r\n\u003cdiv align=\"center\"\u003e\r\n\r\n![scramb](https://img.shields.io/badge/Scramb-Randomize%20anything...-brightgreen?style=for-the-badge)\u003cbr\u003e\r\n![npm](https://img.shields.io/npm/v/scramb?label=Current%20Version\u0026style=for-the-badge)\u003cbr\u003e\r\n![npm](https://img.shields.io/npm/dt/scramb?style=for-the-badge)\r\n\r\n\u003c/div\u003e\r\n\r\n## Instalation\r\n```cli\r\nnpm i scramb\r\n```\r\n\r\n## Example\r\n```js\r\nconst scramb = require('scramb')\r\n\r\nconst makeid = scramb.makeId(8)\r\nconsole.log(makeid) // e.g Result: { result: 'VYbF8638' }\r\n```\r\n\r\n## What's new in v3.0.6?\r\n- added isInstagramURL, isYoutubeURL, isSoundcloudURL\r\n\r\n## Function\r\n[**Find all functions in our website...**](https://jastinxyz.github.io/scramb) Maybe in the future there will be many other functions.\r\n\r\n## Changelog\r\n[v3.0.4](https://www.npmjs.com/package/scramb/v/3.0.4)\r\n\r\n- [+] `\u003cscramb\u003e.makeidNumber(\"length\")` - From contributor ([ThisMe124](https://github.com/ThisMe124))\r\n- [+] `\u003cscramb\u003e.magicConchShell()`\r\n- [+] `\u003cscramb\u003e.shuffle([\"array\"])`\r\n- [+] `\u003cscramb\u003e.coin()`\r\n- [+] `\u003cscramb\u003e.falsy()`\r\n- [/] Fixed the comparison in the docs...\r\n\r\n[v3.0.0](https://www.npmjs.com/package/scramb/v/3.0.0)\r\n- [/] `Changed \u003cscramb\u003e.trueOrFalse() to \u003cscramb\u003e.boolean()`\r\n- [+] `Docs At https://jastinxyz.github.io/scramb/`\r\n- [+] `\u003cscramb\u003e.userAgents()`\r\n- [+] `\u003cscramb\u003e.isEmail(\"STRING\")`\r\n- [+] `\u003cscramb\u003e.isURL(\"STRING\")`\r\n- [+] `\u003cscramb\u003e.rps()`\r\n\r\n[v2.0.5](https://www.npmjs.com/package/scramb/v/2.0.5)\r\n- [+] `\u003cscramb\u003e.isNumber()`\r\n- [+] `\u003cscramb\u003e.isString()`\r\n- [+] `\u003cscramb\u003e.minMax()`\r\n\r\n[v2.0.0](https://www.npmjs.com/package/scramb/v/2.0.0)\r\n- First stable release\r\n\r\n# Contributors\r\n\r\n\u003ca href = \"https://github.com/JastinXyz/scramb/graphs/contributors\"\u003e\r\n  \u003cimg src = \"https://contrib.rocks/image?repo=JastinXyz/scramb\"/\u003e\r\n\u003c/a\u003e\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjastinxyz%2Fscramb","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjastinxyz%2Fscramb","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjastinxyz%2Fscramb/lists"}