Sha256: 70d706915096e183791a8d1c089241872f535e6ccb790b79a06f9694e6bc8a55
Contents?: true
Size: 604 Bytes
Versions: 63
Compression:
Stored size: 604 Bytes
Contents
"plugins": { <% unless @plugins.empty? -%> <% last_index = @plugins.size - 1 -%> <% @plugins.each_with_index do |plugin, index| -%> <%= plugin.slug.to_json %>: { <%= render('@wp_item', wp_item: plugin) %>, <%= render('@finding', item: plugin) -%>, <% if plugin.version -%> "version": { "number": <%= plugin.version.number.to_json %>, "confidence": <%= plugin.version.confidence.to_json %>, <%= render('@finding', item: plugin.version) -%> } <% else -%> "version": null <% end -%> }<% unless index == last_index -%>,<% end -%> <% end -%> <% end -%> },
Version data entries
63 entries across 63 versions & 1 rubygems