Download the PHP package automattic/jetpack-scan-page without Composer
On this page you can find all versions of the php package automattic/jetpack-scan-page. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download automattic/jetpack-scan-page
More information about automattic/jetpack-scan-page
Files in automattic/jetpack-scan-page
Package jetpack-scan-page
Short Description Scan UI for the Jetpack plugin in wp-admin.
License GPL-2.0-or-later
Informations about the package jetpack-scan-page
Scan UI for Jetpack
This package hosts the wp-admin Scan UI for the Jetpack plugin. It
ports Calypso's Scan dashboard (client/dashboard/sites/scan/) onto a
native wp-admin page so customers see active threats, scan history, and
the fix / ignore / view-details flows without leaving their site.
The package mirrors the architecture of projects/packages/activity-log/
and projects/packages/backup/: a TanStack Query data layer, a hash
router, an AdminPage shell, and @wordpress/dataviews lists.
Architecture
src/class-jetpack-scan.php— wp-admin submenu under Jetpack (?page=jetpack-scan), asset enqueue, REST registration.src/class-initial-state.php—JPSCAN_INITIAL_STATEhydration global.src/class-rest-controller.php—jetpack/v4/site/scan/*bridges proxied to WPCOM via the site's Jetpack connection.src/js/admin.tsx—createHashRouter+RouterProvider.src/js/shell.tsx—AdminPagechrome +HeaderActionsProvider+Outlet.src/js/providers.tsx—QueryClient+ThemeProvider.src/js/gates.tsx— connection / capabilities gates with mock-mode short-circuit.
Mock mode
Append ?jps-mock=1 to the wp-admin URL to short-circuit every gate
and render the overview against fixtures. No server requests are made.
All versions of jetpack-scan-page with dependencies
automattic/jetpack-admin-ui Version ^0.8.6
automattic/jetpack-assets Version ^4.3.38
automattic/jetpack-autoloader Version ^5.0.18
automattic/jetpack-composer-plugin Version ^4.0.7
automattic/jetpack-connection Version ^8.4.0
automattic/jetpack-status Version ^6.1.5
automattic/jetpack-wp-build-polyfills Version ^0.1.10