{"package":"resque-meta","ecosystem":"rubygems","latest_version":"2.0.1","description":"A Resque plugin.  If you want to be able to add metadata for a job\nto track anything you want, extend it with this module.\n\nFor example:\n\n    require 'resque-meta'\n\n    class MyJob\n      extend Resque::Plugins::Meta\n\n      def self.perform(meta_id, *args)\n        heavy_lifting\n      end\n    end\n\n    meta0 = MyJob.enqueue('stuff')\n    meta0.enqueued_at # => 'Wed May 19 13:42:41 -0600 2010'\n    meta0.meta_id # => '03c9e1a045ad012dd20500264a19273c'\n    meta0['foo'] = 'bar' # => 'bar'\n    meta0.save","license":"","license_risk":"unknown","commercial_use_notes":"No license declared in registry metadata — verify manually before commercial use.","homepage":"http://github.com/lmarlow/resque-meta","repository":"http://github.com/lmarlow/resque-meta","downloads_weekly":218460,"health":{"score":45,"risk":"high","breakdown":{"maintenance":0,"popularity":14,"security":25,"maturity":6,"community":0},"deprecated":false,"max_score":100},"vulnerabilities":{"count":0,"critical":0,"high":0,"medium":0,"low":0,"details":[]},"versions":{"latest":"2.0.1","total_count":6,"recent":["2.0.1","2.0.0","1.0.3","1.0.2","1.0.1","1.0.0"]},"metadata":{"deprecated":false,"deprecated_message":null,"maintainers_count":0,"first_published":null,"last_published":"2013-11-27T06:35:18.499Z","dependencies_count":1,"dependencies":["resque"]},"github_stats":null,"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":"2.0.1","version_hint":null,"summary":"resque-meta@2.0.1 is safe to use (health: 45/100)"},"version_scoped":null,"requested_version":null,"_cache":"miss","_response_ms":919,"_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":6,"first_release_age_days":null,"last_release_days_ago":4538,"avg_days_between_releases":null,"release_velocity":"stale"}}