{"package":"charlotte","ecosystem":"hex","latest_version":"0.4.0","description":"  Charlotte is a Web Framework.  It takes a little from Rails and a little from Sinatra and does a few things it's own way.  The goal is to be light weight, fun and get out of your way.\n\n  defmodule Controller do\n    use Charlotte.Handlers.HTTP\n\n    def routes do\n      [\n        {\"/path\", :path},\n        {\"/path/:part\", :path_with_part}\n      ]\n    end\n\n    def path(\"GET\", _params, conn) do\n      render [message: \"hello from path\"], conn\n    end\n\n    def path(verb, _params, conn) do\n      respond 405, {\"Allowed\", \"GET\"}, \"#{verb} not allowed\", conn\n    end\n  end\n","license":"MIT","license_risk":"permissive","commercial_use_notes":"Permissive: commercial closed-source use OK; preserve the copyright notice.","homepage":"https://github.com/LeakyBucket/charlotte.git","repository":"https://github.com/LeakyBucket/charlotte.git","downloads_weekly":0,"health":{"score":42,"risk":"high","breakdown":{"maintenance":0,"popularity":0,"security":25,"maturity":15,"community":2},"deprecated":false,"max_score":100},"vulnerabilities":{"count":0,"critical":0,"high":0,"medium":0,"low":0,"details":[]},"versions":{"latest":"0.4.0","total_count":8,"recent":["0.4.0","0.3.4","0.3.3","0.3.2","0.3.1","0.3.0","0.2.1","0.2.0"]},"metadata":{"deprecated":false,"deprecated_message":null,"maintainers_count":1,"first_published":"2014-08-08T02:48:34.000000Z","last_published":"2014-09-12T21:14:05.000000Z","dependencies_count":0,"dependencies":[]},"bundle":null,"typescript":null,"known_issues":{"bugs_count":0,"bugs_severity":{},"status_breakdown":{},"link":null,"scope":"none"},"historical_compromise":null,"recommendation":{"action":"safe_to_use","issues":[],"use_version":"0.4.0","version_hint":null,"summary":"charlotte@0.4.0 is safe to use (health: 42/100)"},"version_scoped":null,"requested_version":null,"_cache":"hit","_response_ms":0,"_powered_by":"depscope.dev — free package intelligence for AI agents","typosquat":{"is_suspected":false},"maintainer_trust":{"available":false},"malicious":{"is_malicious":false},"scorecard":{"available":false},"quality":{"available":false},"version_history_summary":{"total_versions":8,"first_release_age_days":4281,"last_release_days_ago":4246,"avg_days_between_releases":612,"release_velocity":"stale"}}