Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@wp-playground/wordpress

Package Overview
Dependencies
Maintainers
5
Versions
71
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@wp-playground/wordpress - npm Package Compare versions

Comparing version 1.0.12 to 1.0.13

14

package.json
{
"name": "@wp-playground/wordpress",
"version": "1.0.12",
"version": "1.0.13",
"description": "WordPress-related plumbing for WordPress Playground",

@@ -31,3 +31,3 @@ "repository": {

},
"gitHead": "e5cb134823eedc139ca490661b75d490364cc0b7",
"gitHead": "22888c009b54e0b1e5a5c9961b9d97c08b39f672",
"dependencies": {

@@ -41,8 +41,8 @@ "comlink": "^4.4.1",

"yargs": "17.7.2",
"@php-wasm/universal": "1.0.12",
"@php-wasm/util": "1.0.12",
"@php-wasm/logger": "1.0.12",
"@wp-playground/common": "1.0.12",
"@php-wasm/node": "1.0.12"
"@php-wasm/universal": "1.0.13",
"@php-wasm/util": "1.0.13",
"@php-wasm/logger": "1.0.13",
"@wp-playground/common": "1.0.13",
"@php-wasm/node": "1.0.13"
}
}
import type { PHPRequestHandler } from '@php-wasm/universal';
export declare function getLoadedWordPressVersion(requestHandler: PHPRequestHandler): Promise<string>;
/**
* Returns a WordPress build version string, for a given WordPress version string.
*
* You can find the full list of supported build version strings in
* packages/playground/wordpress-builds/src/wordpress/wp-versions.json
*
* Each released version will be converted to the major.minor format.
* For example 6.6.1 will be converted to 6.6.
*
* Release candidates (RC) and beta releases are converted to "beta".
*
* Nightly releases are converted to "nightly".
*
* @param wpVersionString - A WordPress version string.
* @returns A Playground WordPress build version.
*/
export declare function versionStringToLoadedWordPressVersion(wpVersionString: string): string;
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc