New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@wp-playground/wordpress

Package Overview
Dependencies
Maintainers
5
Versions
73
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 0.9.38 to 0.9.39

2

boot.d.ts

@@ -1,2 +0,2 @@

import { FileNotFoundAction, FileNotFoundGetActionCallback, FileTree, PHP, PHPProcessManager, PHPRequestHandler, SpawnHandler } from '../../../php-wasm/universal/src/index.ts';
import { FileNotFoundAction, FileNotFoundGetActionCallback, FileTree, PHP, PHPProcessManager, PHPRequestHandler, SpawnHandler } from '@php-wasm/universal';
export type PhpIniOptions = Record<string, string>;

@@ -3,0 +3,0 @@ export type Hook = (php: PHP) => void | Promise<void>;

@@ -1,2 +0,2 @@

import { PHP, UniversalPHP } from '../../../php-wasm/universal/src/index.ts';
import { PHP, UniversalPHP } from '@php-wasm/universal';
export { bootWordPress, getFileNotFoundActionForWordPress } from './boot';

@@ -3,0 +3,0 @@ export { getLoadedWordPressVersion } from './version-detect';

{
"name": "@wp-playground/wordpress",
"version": "0.9.38",
"version": "0.9.39",
"description": "WordPress-related plumbing for WordPress Playground",

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

},
"gitHead": "f07ef4e59813c2d43d71d639237457b029dea995",
"gitHead": "cbb5ec6aeed54bebf0fd6503f207c93261b3e4ba",
"dependencies": {

@@ -39,7 +39,7 @@ "comlink": "^4.4.1",

"yargs": "17.7.2",
"@php-wasm/universal": "0.9.38",
"@php-wasm/util": "0.9.38",
"@wp-playground/common": "0.9.38",
"@php-wasm/node": "0.9.38"
"@php-wasm/universal": "0.9.39",
"@php-wasm/util": "0.9.39",
"@wp-playground/common": "0.9.39",
"@php-wasm/node": "0.9.39"
}
}

@@ -1,2 +0,2 @@

import type { RewriteRule } from '../../../php-wasm/universal/src/index.ts';
import type { RewriteRule } from '@php-wasm/universal';
/**

@@ -3,0 +3,0 @@ * The default rewrite rules for WordPress.

@@ -1,3 +0,3 @@

import type { PHPRequestHandler } from '../../../php-wasm/universal/src/index.ts';
import type { PHPRequestHandler } from '@php-wasm/universal';
export declare function getLoadedWordPressVersion(requestHandler: PHPRequestHandler): Promise<string>;
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