Sign In

wpconvert

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

wpconvert - npm Package Compare versions

Comparing version
0.3.0
to
0.3.1
+21
LICENSE
MIT License
Copyright (c) 2026 WPConvert.ai
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
+1
-1

@@ -105,3 +105,3 @@ #!/usr/bin/env node

case 'theme_too_large_for_preview':
return 'This theme is too large for in-browser preview (over 30MB). Download it and test on a WordPress install instead.';
return e.message || 'This theme is too large for in-browser preview. Download it and test on a WordPress install instead.';
default:

@@ -108,0 +108,0 @@ return e.message || 'Request failed.';

{
"name": "wpconvert",
"version": "0.3.0",
"version": "0.3.1",
"description": "WPConvert.ai CLI — convert a website/codebase folder into a WordPress theme without leaving your terminal.",
"license": "MIT",
"author": "WPConvert.ai",
"homepage": "https://wpconvert.ai/developers",
"bugs": {
"url": "https://github.com/FTWAgency/wpconvert-devtools/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/FTWAgency/wpconvert-devtools.git",
"directory": "packages/cli"
},
"type": "commonjs",

@@ -14,3 +23,4 @@ "bin": {

"src/",
"README.md"
"README.md",
"LICENSE"
],

@@ -22,3 +32,3 @@ "engines": {

"start": "node bin/wpconvert.js",
"test": "node --test tests/**/*.test.js"
"test": "node scripts/run-tests.cjs"
},

@@ -34,4 +44,14 @@ "dependencies": {

"wpconvert",
"cli"
"cli",
"lovable",
"cursor",
"v0",
"vite",
"react",
"frontend",
"static-site",
"ai-agent",
"agent",
"llm"
]
}

@@ -69,3 +69,3 @@ # wpconvert (CLI)

The URL boots WordPress Playground with your theme installed and activated — the same preview you get in the dashboard. Sessions expire after 30 minutes and are use-limited.
The URL boots WordPress Playground with your theme installed and activated — the same preview you get in the dashboard. Sessions expire after about ten minutes and are use-limited.

@@ -72,0 +72,0 @@ ## Other commands