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

@wp-playground/common

Package Overview
Dependencies
Maintainers
0
Versions
62
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@wp-playground/common - npm Package Compare versions

Comparing version 1.0.17 to 1.0.18

index.js.map

1

index.js

@@ -49,1 +49,2 @@ function l(e){return`json_decode(base64_decode('${d(JSON.stringify(e))}'), true)`}function $(e){const t={};for(const r in e)t[r]=l(e[r]);return t}function d(e){return p(new TextEncoder().encode(e))}function p(e){const t=String.fromCodePoint(...e);return btoa(t)}function h(e=fetch){const t={};return async function(i,n){t[i]||(t[i]=e(i,n).then(o=>({body:o.body,responseInit:{status:o.status,statusText:o.statusText,headers:o.headers}})));const{body:a,responseInit:s}=await t[i],[f,u]=a.tee();return t[i]={body:f,responseInit:s},new Response(u,s)}}const w="8.0",c="/tmp/file.zip",z=async(e,t,r,i=!0)=>{if(t instanceof File){const a=t;t=c,await e.writeFile(t,new Uint8Array(await a.arrayBuffer()))}const n=$({zipPath:t,extractToPath:r,overwriteFiles:i});await e.run({code:`<?php

`});const n=await e.readFileAsBuffer(r);return e.unlink(r),n};export{w as RecommendedPHPVersion,h as createMemoizedFetch,z as unzipFile,x as zipDirectory};
//# sourceMappingURL=index.js.map

8

package.json
{
"name": "@wp-playground/common",
"version": "1.0.17",
"version": "1.0.18",
"description": "Common exports and utilities for WordPress Playground",

@@ -30,9 +30,9 @@ "repository": {

},
"gitHead": "c6b9b151a8baf922d23294d953e346458b9616cb",
"gitHead": "4990f91c0f2f1657ec3742fedc711f7593afe2f6",
"dependencies": {
"comlink": "^4.4.1",
"ini": "4.1.2",
"@php-wasm/universal": "1.0.17",
"@php-wasm/util": "1.0.17"
"@php-wasm/universal": "1.0.18",
"@php-wasm/util": "1.0.18"
}
}
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