Sha256: 419693bdfaef07d66aa2bc5f70a983174ed05bc5ada8fdc6acd4e79b7a0cb37b

Contents?: true

Size: 508 Bytes

Versions: 50

Compression:

Stored size: 508 Bytes

Contents

"slug": <%= @wp_item.slug.to_json %>,
"location": <%= @wp_item.url.to_json %>,
"latest_version": <%= @wp_item.latest_version ? @wp_item.latest_version.number.to_json : nil.to_json %>,
"last_updated": <%= @wp_item.last_updated.to_json %>,
"outdated": <%= @wp_item.outdated?.to_json %>,
"readme_url": <%= @wp_item.readme_url.to_json %>,
"directory_listing": <%= @wp_item.directory_listing?.to_json %>,
"error_log_url": <% if @wp_item.error_log? %><%= @wp_item.url('error_log').to_json %><% else %>null<% end %>

Version data entries

50 entries across 50 versions & 1 rubygems

Version Path
wpscan-3.8.28 app/views/json/wp_item.erb
wpscan-3.8.27 app/views/json/wp_item.erb
wpscan-3.8.26 app/views/json/wp_item.erb
wpscan-3.8.25 app/views/json/wp_item.erb
wpscan-3.8.24 app/views/json/wp_item.erb
wpscan-3.8.22 app/views/json/wp_item.erb
wpscan-3.8.21 app/views/json/wp_item.erb
wpscan-3.8.20 app/views/json/wp_item.erb
wpscan-3.8.19 app/views/json/wp_item.erb
wpscan-3.8.18 app/views/json/wp_item.erb
wpscan-3.8.17 app/views/json/wp_item.erb
wpscan-3.8.16 app/views/json/wp_item.erb
wpscan-3.8.15 app/views/json/wp_item.erb
wpscan-3.8.14 app/views/json/wp_item.erb
wpscan-3.8.13 app/views/json/wp_item.erb
wpscan-3.8.12 app/views/json/wp_item.erb
wpscan-3.8.11 app/views/json/wp_item.erb
wpscan-3.8.10 app/views/json/wp_item.erb
wpscan-3.8.9 app/views/json/wp_item.erb
wpscan-3.8.8 app/views/json/wp_item.erb