{"id":19903924,"url":"https://github.com/zerotohero-dev/eagle-eye","last_synced_at":"2026-06-15T09:31:35.006Z","repository":{"id":26258850,"uuid":"29706065","full_name":"zerotohero-dev/eagle-eye","owner":"zerotohero-dev","description":"A keen, close watch on your dependencies.","archived":false,"fork":false,"pushed_at":"2015-02-06T16:39:29.000Z","size":180,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-05-07T12:15:23.503Z","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":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zerotohero-dev.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-01-22T23:33:08.000Z","updated_at":"2023-10-03T04:45:24.000Z","dependencies_parsed_at":"2022-08-28T21:40:51.504Z","dependency_job_id":null,"html_url":"https://github.com/zerotohero-dev/eagle-eye","commit_stats":null,"previous_names":["v0lkan/eagle-eye"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/zerotohero-dev/eagle-eye","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zerotohero-dev%2Feagle-eye","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zerotohero-dev%2Feagle-eye/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zerotohero-dev%2Feagle-eye/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zerotohero-dev%2Feagle-eye/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zerotohero-dev","download_url":"https://codeload.github.com/zerotohero-dev/eagle-eye/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zerotohero-dev%2Feagle-eye/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34357281,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-15T02:00:07.085Z","response_time":63,"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":"2024-11-12T20:26:00.062Z","updated_at":"2026-06-15T09:31:34.976Z","avatar_url":"https://github.com/zerotohero-dev.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"        ______            __        ______\n       / ____/___ _____ _/ /__     / ____/_  _____\n      / __/ / __ `/ __ `/ / _ \\   / __/ / / / / _ \\\n     / /___/ /_/ / /_/ / /  __/  / /___/ /_/ /  __/\n    /_____/\\__,_/\\__, /_/\\___/  /_____/\\__, /\\___/\n                /____/                /____/\n         someone’s watching your dependencies\n\n# Eagle Eye\n\n**Eagle Eye** analyzes your **npm** and **bower** dependencies, and reports\nwhich of them are out of date.\n\nNote that **Eagle Eye** is in its early development, use at your own rist.\n\nContributions are always welcome.\n\n## Basic Usage\n\nInstall **Eagle Eye** via **npm** globally:\n\n    npm install -g eagle-eye\n\n`cd` to your project directory where you have **package.json** and **bower.json**.\n\n    cd ~/PROJECTS/cool-aid\n\nRun `eagle-eye`\n\n    eagle-eye\n\nThe output will be similar to something like this:\n\n    chai has a wildcard local version (*), and it is dangerous. Please be more specific!\n    chai-as-promised has a wildcard local version (*), and it is dangerous. Please be more specific!\n    grunt-contrib-jshint has a local version (~0.9.2); and there’s a newer/brighter/better version (0.11.0) at npm.\n    grunt-contrib-less has a local version (^0.11.0); and there’s a newer/brighter/better version (1.0.0) at npm.\n    grunt-cucumberjs has a local version (^0.4.1); and there’s a newer/brighter/better version (0.5.1) at npm.\n    socket.io-client has a local version (1.2.1); and there’s a newer/brighter/better version (1.3.2) at bower.\n    handlebars has a local version (1.3.0); and there’s a newer/brighter/better version (2.0.0) at bower.\n    moment has a local version (2.0.0); and there’s a newer/brighter/better version (2.9.0) at bower.\n    less has a local version (1.7.3); and there’s a newer/brighter/better version (2.2.0) at bower.\n    jquery has a local version (1.8.2); and there’s a newer/brighter/better version (2.1.3) at bower.\n    All done!\n    11 of 22 dependencies failed the inspection.\n\nEnjoy\n\n## Help\n\n`eagle-eye -h` displays a help message:\n\n    eagle-eye -h\n\n    Usage: eagle-eye [options]\n\n    Options:\n\n        -h, --help                output usage information\n        -V, --version             output the version number\n        -t, --target [targetDir]  Add the specified type of cheese [targetDir]\n\n### Contact Information\n\n* **Project Owner**: [Volkan Özçelik](http://volkan.io/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzerotohero-dev%2Feagle-eye","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzerotohero-dev%2Feagle-eye","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzerotohero-dev%2Feagle-eye/lists"}