{"id":15380538,"url":"https://github.com/coryrylan/selector-reporter","last_synced_at":"2025-03-15T10:11:00.598Z","repository":{"id":27299812,"uuid":"30773735","full_name":"coryrylan/selector-reporter","owner":"coryrylan","description":"A simple library to help report deprecated attributes or CSS classes in your html.","archived":false,"fork":false,"pushed_at":"2015-02-13T21:27:25.000Z","size":924,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-22T00:46:28.124Z","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/coryrylan.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":"2015-02-13T20:04:10.000Z","updated_at":"2015-02-13T21:27:25.000Z","dependencies_parsed_at":"2022-08-26T22:41:13.570Z","dependency_job_id":null,"html_url":"https://github.com/coryrylan/selector-reporter","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/coryrylan%2Fselector-reporter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coryrylan%2Fselector-reporter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coryrylan%2Fselector-reporter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coryrylan%2Fselector-reporter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/coryrylan","download_url":"https://codeload.github.com/coryrylan/selector-reporter/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243713415,"owners_count":20335567,"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-10-01T14:23:46.973Z","updated_at":"2025-03-15T10:11:00.574Z","avatar_url":"https://github.com/coryrylan.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"#Selector Reporter\n\nA simple library to help report deprecated attributes or CSS classes in your html.\n\n![Image of selector-reporter](https://github.com/splintercode/selector-reporter/blob/master/App/Content/Images/example.JPG?raw=true)\n\n```javascript\nselectorReporter.run({\n    //production: true,         // Optional if wanting to run outside of localhost\n    prefix: 'mywebsite.com',    // Optional if messages should be prefixed\n    messages: [\n        { selector: '.button', message: 'is deprecated please use .btn', level: 'warning' },\n        { selector: '.floatLeft' }\n    ]\n});\n```\n\nMessages is an array of objects containing three properties `selector`, `message` and `level`.\n`selectorReporter` will find the given `selector` to determine if it exists and display the `message`.\n\nThere are four `level` types, 'error', 'warning', 'info', and 'log'. If a level is not specified\nthe default is 'warning'.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcoryrylan%2Fselector-reporter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcoryrylan%2Fselector-reporter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcoryrylan%2Fselector-reporter/lists"}