Sha256: 78a2c49a9a29031e1b624f3a4223f5b15e145519ee51177507eb07088aa712cb
Contents?: true
Size: 604 Bytes
Versions: 8
Compression:
Stored size: 604 Bytes
Contents
"plugins": { <% unless @plugins.empty? -%> <% last_index = @plugins.size - 1 -%> <% @plugins.each_with_index do |plugin, index| -%> <%= plugin.name.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
8 entries across 8 versions & 1 rubygems