🚀. Socket Launch Week Day 3:Socket Firewall Now Blocks Malicious VS Code and Open VSX Extensions.Learn more
Sign In

wiretext

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

wiretext - npm Package Compare versions

Comparing version
0.3.3
to
0.3.4
+14
-10
package.json
{
"name": "wiretext",
"version": "0.3.3",
"version": "0.3.4",
"type": "module",

@@ -12,16 +12,20 @@ "bin": {

],
"scripts": {
"build": "tsup",
"dev": "tsup --watch",
"typecheck": "tsc --noEmit",
"lint": "howells-lint",
"prepublishOnly": "pnpm build"
},
"devDependencies": {
"@types/node": "^25.3.5",
"@wiretext/engine": "workspace:*",
"@wiretext/schemas": "workspace:*",
"tsup": "^8.0.0",
"typescript": "^5.7.0",
"zod": "^4.3.6",
"@wiretext/engine": "0.0.0",
"@wiretext/schemas": "0.0.0"
"zod": "^4.3.6"
},
"scripts": {
"build": "tsup",
"dev": "tsup --watch",
"typecheck": "tsc --noEmit",
"lint": "biome check ."
"dependencies": {
"@howells/cli": "^0.1.0"
}
}
}