[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"$fMdN2-h5Ed7Llw038xKaQRmEN-wAr-F40TLKiiPknrGo":3,"$fD8euEabs9hxvcLI2SPBXAV0YLlmFlPXfSlOTSeq0MCA":227},{"slug":4,"name":5,"version":6,"author":7,"author_profile":8,"description":9,"short_description":10,"active_installs":11,"downloaded":12,"rating":13,"num_ratings":14,"last_updated":15,"tested_up_to":16,"requires_at_least":17,"requires_php":18,"tags":19,"homepage":25,"download_link":26,"security_score":27,"vuln_count":28,"unpatched_count":28,"last_vuln_date":29,"fetched_at":30,"vulnerabilities":31,"developer":47,"crawl_stats":37,"alternatives":54,"analysis":151,"fingerprints":213},"asynchronous-javascript","Asynchronous Javascript","1.3.5","Paris Holley","https:\u002F\u002Fprofiles.wordpress.org\u002Fparisholley\u002F","\u003Cp>This plugin is meant to be a drop-in to your wordpress installation with no additional configuration. The goals\u002Ffeatures of this plugin are:\u003C\u002Fp>\n\u003Cul>\n\u003Cli>Load javascript files in an asynchronous manner to improve time to DomReady\u002FOnLoad\u003C\u002Fli>\n\u003Cli>Use existing wordpress APIs for backwards compatability and prevent coupling to this plugin\u003C\u002Fli>\n\u003Cli>Leverage dependency model wordpress provides for assets to improve loading performance\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>Please submit bugs or contributions to the github location and not here on wordpress’ system:\u003C\u002Fp>\n\u003Cp>https:\u002F\u002Fgithub.com\u002Fparisholley\u002Fwordpress-asynchronous-javascript\u002F\u003C\u002Fp>\n\u003Cp>SEO: async js, asynchronous js, async javascript\u003C\u002Fp>\n\u003Ch3>Incompatibility\u003C\u002Fh3>\n\u003Cp>This plugin will not work out the box with the following plugins (unless they are modified to support asynchronous loading).\u003C\u002Fp>\n\u003Cul>\n\u003Cli>Jetpack by WordPress.com (social plugin)\u003C\u002Fli>\n\u003Cli>WP Most Popular\u003C\u002Fli>\n\u003C\u002Ful>\n","Improve page load performance by asynchronously loading javascript using head.js",200,35805,74,9,"2013-11-02T21:58:00.000Z","3.5.2","3.5","",[20,21,22,23,24],"async","asynchronous","headjs","javascript","js","http:\u002F\u002Fwordpress.org\u002Fextend\u002Fplugins\u002Fasynchronous-javascript\u002F","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fasynchronous-javascript.zip",63,1,"2026-01-27 00:00:00","2026-04-06T09:54:40.288Z",[32],{"id":33,"url_slug":34,"title":35,"description":36,"plugin_slug":4,"theme_slug":37,"affected_versions":38,"patched_in_version":37,"severity":39,"cvss_score":40,"cvss_vector":41,"vuln_type":42,"published_date":29,"updated_date":43,"references":44,"days_to_patch":37,"patch_diff_files":46,"patch_trac_url":37},"CVE-2025-68846","asynchronous-javascript-reflected-cross-site-scripting","Asynchronous Javascript \u003C= 1.3.5 - Reflected Cross-Site Scripting","The Asynchronous Javascript plugin for WordPress is vulnerable to Reflected Cross-Site Scripting in versions up to, and including, 1.3.5 due to insufficient input sanitization and output escaping. This makes it possible for unauthenticated attackers to inject arbitrary web scripts in pages that execute if they can successfully trick a user into performing an action such as clicking on a link.",null,"\u003C=1.3.5","medium",6.1,"CVSS:3.1\u002FAV:N\u002FAC:L\u002FPR:N\u002FUI:R\u002FS:C\u002FC:L\u002FI:L\u002FA:N","Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')","2026-02-02 16:20:32",[45],"https:\u002F\u002Fwww.wordfence.com\u002Fthreat-intel\u002Fvulnerabilities\u002Fid\u002Ff497c9b0-afd4-48b8-a701-b2a9ad2b4389?source=api-prod",[],{"slug":48,"display_name":7,"profile_url":8,"plugin_count":49,"total_installs":50,"avg_security_score":13,"avg_patch_time_days":51,"trust_score":52,"computed_at":53},"parisholley",2,300,30,76,"2026-04-06T10:47:59.256Z",[55,75,92,113,129],{"slug":56,"name":57,"version":58,"author":59,"author_profile":60,"description":61,"short_description":62,"active_installs":63,"downloaded":64,"rating":65,"num_ratings":66,"last_updated":67,"tested_up_to":68,"requires_at_least":69,"requires_php":18,"tags":70,"homepage":71,"download_link":72,"security_score":73,"vuln_count":74,"unpatched_count":74,"last_vuln_date":37,"fetched_at":30},"async-js-and-css","Async JS and CSS","1.7.13","dmikam","https:\u002F\u002Fprofiles.wordpress.org\u002Fdmikam\u002F","\u003Cp>When your page is loaded by browser – all that stuff placed in HEAD tag is loaded before the page content – in blocking way. So the content is delivered to user in the last moment, after all javascript and css files are loaded.\u003C\u002Fp>\n\u003Cp>If you are a webmaster or just want to make your web to make better your positions on search engines (yes, they preffer faster webs), just take a look on Google PageSpeed Insights – you’ll see that one of the mos important things is fastenes and one of the reason why your page is not so fast – is “Render-blocking JavaScript and CSS”.\u003C\u002Fp>\n\u003Cp>This plugin makes ALL scripts loaded by other plugins to be loaded in asynchronous way just like Google PageSpeed Insights recommends.\u003Cbr \u002F>\nAll CSS files will be inserted inline into the document code or moved from the document beginning to the end, just before closing BODY tag (or just where you placed wp_foot() function). There are various methods to do that – they are all in plugin’s configuration page.\u003C\u002Fp>\n\u003Cp>Plugin makes all scripts to be loaded asynchronously using wp_enqueue_script and also can detect scrips included inside of wp_head and wp_footer hooks.\u003C\u002Fp>\n\u003Cp>All CSS files loaded using wp_enqueue_style can be loaded just before closing BODY tag by four methods:\u003C\u002Fp>\n\u003Cpre>\u003Ccode>* inserting \u003Clink rel=\"stylesheet\" ...> tag\n\n* inserting \u003Cstyle>@import url(...);\u003C\u002Fstyle>\n\n* generating \u003Clink rel=\"stylesheet\" ...> tag with javascript after all have loaded\n\n* inserting ALL CSS CODE INLINE into the document (the fastest way)\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Cp>I was inspired to create this small plugin by Asynchronous Javascript but it works in completely different way.\u003C\u002Fp>\n\u003Ch3>Known incompatibilities\u003C\u002Fh3>\n\u003Cpre>\u003Ccode>* Internet Explorer 7 - Some scripts could be loaded impropertly (trying to fix it)\n\n* Plugin - WP JetPack - Share - everithing works but \"More\" dropdown menú\n\n* Plugin - Google Analyticator\u003Ch3>Special thanks\u003C\u002Fh3>\n* NicMic\u003Ch3>TODO\u003C\u002Fh3>\n* Inline JS\n* Minify JS\n* Cache\n\u003C\u002Fcode>\u003C\u002Fpre>\n","Converts render-blocking CSS and JS files into NON-render-blocking, improving performance of web page.",800,114036,84,51,"2017-11-28T15:34:00.000Z","3.7.41","2.6",[20,21,22,23,24],"http:\u002F\u002Fwordpress.org\u002Fextend\u002Fplugins\u002FasyncJSandCSS\u002F","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fasync-js-and-css.zip",85,0,{"slug":76,"name":77,"version":78,"author":79,"author_profile":80,"description":81,"short_description":82,"active_installs":83,"downloaded":84,"rating":74,"num_ratings":74,"last_updated":85,"tested_up_to":68,"requires_at_least":86,"requires_php":18,"tags":87,"homepage":89,"download_link":90,"security_score":73,"vuln_count":74,"unpatched_count":74,"last_vuln_date":37,"fetched_at":91},"headwp","Head.WP","2.0.3","kylereicks","https:\u002F\u002Fprofiles.wordpress.org\u002Fkylereicks\u002F","\u003Cp>Head.js is a script to asynchronously load and manage dependencies of javascript and CSS assets.\u003C\u002Fp>\n\u003Cp>This plugin loads the scripts and styles enqueued in footer with the head.js loader. It does not include head.js’ feature detection.\u003C\u002Fp>\n\u003Cp>Head.js.wp assumes that scripts are loaded via \u003Ccode>wp_enqueue_script()\u003C\u002Fcode> and that any script enqueued in the \u003Ccode>\u003Chead>\u003C\u002Fcode> intends to be loaded before the rest of the page.\u003C\u002Fp>\n","Head.js is a script to asynchronously load and manage dependencies of javascript and CSS assets.",10,2629,"2014-02-18T00:00:00.000Z","3.2",[20,21,22,23,88],"script-loading","http:\u002F\u002Fgithub.com\u002Fkylereicks\u002Fhead.js.wp","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fheadwp.2.0.3.zip","2026-03-15T15:16:48.613Z",{"slug":93,"name":94,"version":95,"author":96,"author_profile":97,"description":98,"short_description":99,"active_installs":83,"downloaded":100,"rating":101,"num_ratings":49,"last_updated":102,"tested_up_to":103,"requires_at_least":104,"requires_php":105,"tags":106,"homepage":110,"download_link":111,"security_score":112,"vuln_count":74,"unpatched_count":74,"last_vuln_date":37,"fetched_at":30},"ajax-loading","AJAX Loading","1.1","Mahesh Thorat","https:\u002F\u002Fprofiles.wordpress.org\u002Fmaheshmthorat\u002F","\u003Cp>Enhance your website’s performance and user experience with our \u003Cstrong>Ajax Page Loading Plugin\u003C\u002Fstrong>. Load content asynchronously without reloading the page, thanks to the power of AJAX. Enjoy seamless content updates and a smoother browsing experience with lightweight JavaScript implementation—no heavy JS frameworks required.\u003C\u002Fp>\n\u003Ch3>Key Features:\u003C\u002Fh3>\n\u003Cp>🔹 \u003Cstrong>Seamless Content Updates:\u003C\u002Fstrong> Load new content without refreshing the entire page, ensuring a fluid and uninterrupted user experience.\u003Cbr \u002F>\n🔹 \u003Cstrong>Lightweight Implementation:\u003C\u002Fstrong> Boost your website’s performance with minimal JavaScript, avoiding the bloat of heavy frameworks.\u003Cbr \u002F>\n🔹 \u003Cstrong>Customizable JavaScript Callback:\u003C\u002Fstrong> Leverage the \u003Ccode>wp_ajax_load_complete\u003C\u002Fcode> callback function for tailored JS hooks and custom behaviors.\u003C\u002Fp>\n\u003Ch3>JavaScript Callback Function\u003C\u002Fh3>\n\u003Cp>Use below callback function in your javascript library or you can just directly use * wp_footer * hook for add custom script.\u003C\u002Fp>\n\u003Cpre>\u003Ccode>wp_ajax_load_complete = function() {\n  \u002F\u002F YOUR JS HOOKS\n}\n\u003C\u002Fcode>\u003C\u002Fpre>\n","This plugin improves your users page experience without reloading pages using AJAX.",2304,60,"2025-03-07T11:45:00.000Z","6.7.5","4.5","5.6",[107,21,108,23,109],"ajax","content","page-loading","https:\u002F\u002Fwordpress.org\u002Fplugins\u002Fajax-loading\u002F","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fajax-loading.1.1.zip",92,{"slug":114,"name":115,"version":116,"author":117,"author_profile":118,"description":119,"short_description":120,"active_installs":83,"downloaded":121,"rating":74,"num_ratings":74,"last_updated":122,"tested_up_to":123,"requires_at_least":124,"requires_php":18,"tags":125,"homepage":127,"download_link":128,"security_score":73,"vuln_count":74,"unpatched_count":74,"last_vuln_date":37,"fetched_at":30},"wp-headjs","WP HeadJS","0.1","Brian Zeligson","https:\u002F\u002Fprofiles.wordpress.org\u002Fbeezeee\u002F","\u003Cp>This plugin uses the wp_print_scripts action hook, as opposed to output buffering and regex used by alternative implementations.\u003C\u002Fp>\n\u003Cp>The downside of this method is that only scripts loaded via wp_enqueue_script will be affected by the plugin, the upside is better\u003Cbr \u002F>\nperformance by avoiding output buffering on every page load.\u003C\u002Fp>\n\u003Cp>The plugin will preserve any localizations added via wp_localize_script, and uses the first parameter passed to wp_enqueue_script\u003Cbr \u002F>\nas the label for the script in the head.js call. For example,\u003C\u002Fp>\n\u003Cpre>\u003Ccode>wp_enqueue_script('jquery', 'https:\u002F\u002Fajax.googleapis.com\u002Fajax\u002Flibs\u002Fjquery\u002F1.7.1\u002Fjquery.min.js');\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Cp>would show up as\u003C\u002Fp>\n\u003Cpre>\u003Ccode>head.js({\"jquery\": \"https:\u002F\u002Fajax.googleapis.com\u002Fajax\u002Flibs\u002Fjquery\u002F1.7.1\u002Fjquery.min.js\"});\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Cp>This allows you to run callbacks when specific scripts are ready, such as\u003C\u002Fp>\n\u003Cpre>\u003Ccode>head.ready('jquery', function() {\n    \u002F\u002Fdo something when jquery is loaded\n});\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Cp>For more on HeadJS usage, see http:\u002F\u002Fheadjs.com\u002F\u003C\u002Fp>\n","Uses HeadJS to load your enqueued scripts asynchronously, in parallel, executing them in order.",1647,"2012-06-17T17:52:00.000Z","3.2.1","2.9.1",[22,23,126],"wp_enqueue_script","http:\u002F\u002Fgithub.com\u002Fbeezee\u002Fwp_headjs","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fwp-headjs.zip",{"slug":130,"name":131,"version":132,"author":133,"author_profile":134,"description":135,"short_description":136,"active_installs":137,"downloaded":138,"rating":139,"num_ratings":140,"last_updated":141,"tested_up_to":142,"requires_at_least":143,"requires_php":18,"tags":144,"homepage":148,"download_link":149,"security_score":65,"vuln_count":49,"unpatched_count":74,"last_vuln_date":150,"fetched_at":30},"async-javascript","Async JavaScript","2.21.08.31","David Clough","https:\u002F\u002Fprofiles.wordpress.org\u002Fcloughit\u002F","\u003Cp>Eliminate Render-blocking Javascript in above-the-fold content with Async Javascript.\u003C\u002Fp>\n\u003Cp>Render-blocking Javascript prevents above-the-fold content on your page from being rendered until the javascript has finished loading. This can impact on your page speed and ultimately your ranking within search engines. It can also impact your user’s experience.\u003C\u002Fp>\n\u003Cp>Async JavaScript gives you full control of which scripts to add an ‘async’ or ‘defer’ attribute to or to exclude to help increase the performance of your WordPress website.\u003C\u002Fp>\n","Async Javascript lets you add 'async' or 'defer' attribute to scripts to exclude to help increase the performance of your WordPres &hellip;",80000,2049763,94,102,"2023-06-22T08:00:00.000Z","6.2.9","4.6",[20,23,145,146,147],"pagespeed","performance","render-blocking","https:\u002F\u002Fautoptimize.com\u002F","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fasync-javascript.2.21.08.31.zip","2021-06-13 00:00:00",{"attackSurface":152,"codeSignals":180,"taintFlows":197,"riskAssessment":198,"analyzedAt":212},{"hooks":153,"ajaxHandlers":176,"restRoutes":177,"shortcodes":178,"cronEvents":179,"entryPointCount":74,"unprotectedCount":74},[154,160,165,169,172],{"type":155,"name":156,"callback":157,"file":158,"line":159},"action","wp_print_scripts","action_prevent_script_output","asynchronous-javascript.php",41,{"type":161,"name":162,"callback":163,"priority":83,"file":158,"line":164},"filter","script_loader_src","filter_queue_script",42,{"type":161,"name":166,"callback":167,"file":158,"line":168},"print_footer_scripts","filter_headjs",43,{"type":161,"name":170,"callback":167,"file":158,"line":171},"print_head_scripts",44,{"type":155,"name":173,"callback":174,"file":158,"line":175},"init","admin",46,[],[],[],[],{"dangerousFunctions":181,"sqlUsage":182,"outputEscaping":184,"fileOperations":74,"externalRequests":74,"nonceChecks":74,"capabilityChecks":74,"bundledLibraries":196},[],{"prepared":74,"raw":74,"locations":183},[],{"escaped":74,"rawEcho":185,"locations":186},4,[187,190,192,194],{"file":158,"line":188,"context":189},150,"raw output",{"file":158,"line":191,"context":189},172,{"file":158,"line":193,"context":189},178,{"file":158,"line":195,"context":189},183,[],[],{"summary":199,"deductions":200},"The \"asynchronous-javascript\" plugin version 1.3.5 exhibits a mixed security posture. On the positive side, the static analysis reveals no discernible attack surface in terms of AJAX handlers, REST API routes, shortcodes, or cron events. Furthermore, all identified SQL queries are correctly using prepared statements, and there are no direct file operations or external HTTP requests, which are common vectors for vulnerabilities. However, a significant concern arises from the complete lack of output escaping, meaning any data rendered to the user interface is potentially vulnerable to Cross-Site Scripting (XSS) attacks. The absence of nonce and capability checks on any potential (though seemingly absent) entry points is also a weakness.\n\nThe vulnerability history is particularly alarming. The plugin has a known medium severity CVE related to Cross-site Scripting, and critically, this vulnerability is currently unpatched. This indicates a recurring security issue within the plugin that has not been adequately addressed. The existence of this unpatched vulnerability, coupled with the complete lack of output escaping in the current code, strongly suggests that XSS vulnerabilities are a persistent and unresolved problem for this plugin. While the current code analysis doesn't reveal immediate entry points, the historical context and output escaping issues present a clear and present danger.",[201,204,207,210],{"reason":202,"points":203},"Unpatched CVE",15,{"reason":205,"points":206},"No output escaping",8,{"reason":208,"points":209},"Missing nonce checks",5,{"reason":211,"points":209},"Missing capability checks","2026-03-16T20:25:27.362Z",{"wat":214,"direct":220},{"assetPaths":215,"generatorPatterns":217,"scriptPaths":218,"versionParams":219},[216],"\u002Fwp-content\u002Fplugins\u002Fasynchronous-javascript\u002Fjs\u002Fhead.load.min.js",[],[],[],{"cssClasses":221,"htmlComments":222,"htmlAttributes":223,"restEndpoints":224,"jsGlobals":225,"shortcodeOutput":226},[],[],[],[],[],[],{"slug":4,"current_version":6,"total_versions":228,"versions":229},12,[230,239,247,255,263,271,279,287,295,303,311,318],{"version":6,"download_url":231,"svn_tag_url":232,"released_at":37,"has_diff":233,"diff_files_changed":234,"diff_lines":37,"trac_diff_url":235,"vulnerabilities":236,"is_current":238},"https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fasynchronous-javascript.1.3.5.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fasynchronous-javascript\u002Ftags\u002F1.3.5\u002F",false,[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fasynchronous-javascript%2Ftags%2F1.3.4&new_path=%2Fasynchronous-javascript%2Ftags%2F1.3.5",[237],{"id":33,"url_slug":34,"title":35,"severity":39,"cvss_score":40,"vuln_type":42,"patched_in_version":37},true,{"version":240,"download_url":241,"svn_tag_url":242,"released_at":37,"has_diff":233,"diff_files_changed":243,"diff_lines":37,"trac_diff_url":244,"vulnerabilities":245,"is_current":233},"1.3.4","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fasynchronous-javascript.1.3.4.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fasynchronous-javascript\u002Ftags\u002F1.3.4\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fasynchronous-javascript%2Ftags%2F1.3.3&new_path=%2Fasynchronous-javascript%2Ftags%2F1.3.4",[246],{"id":33,"url_slug":34,"title":35,"severity":39,"cvss_score":40,"vuln_type":42,"patched_in_version":37},{"version":248,"download_url":249,"svn_tag_url":250,"released_at":37,"has_diff":233,"diff_files_changed":251,"diff_lines":37,"trac_diff_url":252,"vulnerabilities":253,"is_current":233},"1.3.3","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fasynchronous-javascript.1.3.3.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fasynchronous-javascript\u002Ftags\u002F1.3.3\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fasynchronous-javascript%2Ftags%2F1.3.2&new_path=%2Fasynchronous-javascript%2Ftags%2F1.3.3",[254],{"id":33,"url_slug":34,"title":35,"severity":39,"cvss_score":40,"vuln_type":42,"patched_in_version":37},{"version":256,"download_url":257,"svn_tag_url":258,"released_at":37,"has_diff":233,"diff_files_changed":259,"diff_lines":37,"trac_diff_url":260,"vulnerabilities":261,"is_current":233},"1.3.2","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fasynchronous-javascript.1.3.2.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fasynchronous-javascript\u002Ftags\u002F1.3.2\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fasynchronous-javascript%2Ftags%2F1.3.1&new_path=%2Fasynchronous-javascript%2Ftags%2F1.3.2",[262],{"id":33,"url_slug":34,"title":35,"severity":39,"cvss_score":40,"vuln_type":42,"patched_in_version":37},{"version":264,"download_url":265,"svn_tag_url":266,"released_at":37,"has_diff":233,"diff_files_changed":267,"diff_lines":37,"trac_diff_url":268,"vulnerabilities":269,"is_current":233},"1.3.1","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fasynchronous-javascript.1.3.1.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fasynchronous-javascript\u002Ftags\u002F1.3.1\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fasynchronous-javascript%2Ftags%2F1.3.0&new_path=%2Fasynchronous-javascript%2Ftags%2F1.3.1",[270],{"id":33,"url_slug":34,"title":35,"severity":39,"cvss_score":40,"vuln_type":42,"patched_in_version":37},{"version":272,"download_url":273,"svn_tag_url":274,"released_at":37,"has_diff":233,"diff_files_changed":275,"diff_lines":37,"trac_diff_url":276,"vulnerabilities":277,"is_current":233},"1.3.0","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fasynchronous-javascript.1.3.0.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fasynchronous-javascript\u002Ftags\u002F1.3.0\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fasynchronous-javascript%2Ftags%2F1.2.1&new_path=%2Fasynchronous-javascript%2Ftags%2F1.3.0",[278],{"id":33,"url_slug":34,"title":35,"severity":39,"cvss_score":40,"vuln_type":42,"patched_in_version":37},{"version":280,"download_url":281,"svn_tag_url":282,"released_at":37,"has_diff":233,"diff_files_changed":283,"diff_lines":37,"trac_diff_url":284,"vulnerabilities":285,"is_current":233},"1.2.1","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fasynchronous-javascript.1.2.1.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fasynchronous-javascript\u002Ftags\u002F1.2.1\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fasynchronous-javascript%2Ftags%2F1.2.0&new_path=%2Fasynchronous-javascript%2Ftags%2F1.2.1",[286],{"id":33,"url_slug":34,"title":35,"severity":39,"cvss_score":40,"vuln_type":42,"patched_in_version":37},{"version":288,"download_url":289,"svn_tag_url":290,"released_at":37,"has_diff":233,"diff_files_changed":291,"diff_lines":37,"trac_diff_url":292,"vulnerabilities":293,"is_current":233},"1.2.0","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fasynchronous-javascript.1.2.0.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fasynchronous-javascript\u002Ftags\u002F1.2.0\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fasynchronous-javascript%2Ftags%2F1.1.2&new_path=%2Fasynchronous-javascript%2Ftags%2F1.2.0",[294],{"id":33,"url_slug":34,"title":35,"severity":39,"cvss_score":40,"vuln_type":42,"patched_in_version":37},{"version":296,"download_url":297,"svn_tag_url":298,"released_at":37,"has_diff":233,"diff_files_changed":299,"diff_lines":37,"trac_diff_url":300,"vulnerabilities":301,"is_current":233},"1.1.2","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fasynchronous-javascript.1.1.2.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fasynchronous-javascript\u002Ftags\u002F1.1.2\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fasynchronous-javascript%2Ftags%2F1.1.1&new_path=%2Fasynchronous-javascript%2Ftags%2F1.1.2",[302],{"id":33,"url_slug":34,"title":35,"severity":39,"cvss_score":40,"vuln_type":42,"patched_in_version":37},{"version":304,"download_url":305,"svn_tag_url":306,"released_at":37,"has_diff":233,"diff_files_changed":307,"diff_lines":37,"trac_diff_url":308,"vulnerabilities":309,"is_current":233},"1.1.1","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fasynchronous-javascript.1.1.1.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fasynchronous-javascript\u002Ftags\u002F1.1.1\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fasynchronous-javascript%2Ftags%2F1.1&new_path=%2Fasynchronous-javascript%2Ftags%2F1.1.1",[310],{"id":33,"url_slug":34,"title":35,"severity":39,"cvss_score":40,"vuln_type":42,"patched_in_version":37},{"version":95,"download_url":312,"svn_tag_url":313,"released_at":37,"has_diff":233,"diff_files_changed":314,"diff_lines":37,"trac_diff_url":315,"vulnerabilities":316,"is_current":233},"https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fasynchronous-javascript.1.1.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fasynchronous-javascript\u002Ftags\u002F1.1\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fasynchronous-javascript%2Ftags%2F1.0&new_path=%2Fasynchronous-javascript%2Ftags%2F1.1",[317],{"id":33,"url_slug":34,"title":35,"severity":39,"cvss_score":40,"vuln_type":42,"patched_in_version":37},{"version":319,"download_url":320,"svn_tag_url":321,"released_at":37,"has_diff":233,"diff_files_changed":322,"diff_lines":37,"trac_diff_url":37,"vulnerabilities":323,"is_current":233},"1.0","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fasynchronous-javascript.1.0.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fasynchronous-javascript\u002Ftags\u002F1.0\u002F",[],[324],{"id":33,"url_slug":34,"title":35,"severity":39,"cvss_score":40,"vuln_type":42,"patched_in_version":37}]