🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@fre4x/docx

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fre4x/docx - npm Package Compare versions

Comparing version
1.1.2
to
1.1.3
+5
-6
package.json
{
"name": "@fre4x/docx",
"version": "1.1.2",
"version": "1.1.3",
"description": "DOCX Editor MCP server",

@@ -14,13 +14,12 @@ "main": "dist/index.js",

"scripts": {
"build": "node -e \"require('fs').rmSync('dist',{recursive:true,force:true})\" && npx esbuild src/index.ts --bundle --outfile=dist/index.js --platform=node --format=esm --banner:js=\"import{createRequire}from'module';const require=createRequire(import.meta.url);\" && node -e \"const fs=require('fs');const p='dist/index.js';const c=fs.readFileSync(p,'utf8');const next=c.startsWith('#!/usr/bin/env node')?c:'#!/usr/bin/env node\\n'+c;fs.writeFileSync(p,next);fs.chmodSync(p,0o755);\"",
"build": "node ../scripts/build-package.mjs",
"dev": "tsx src/index.ts",
"typecheck": "cross-env NODE_OPTIONS=--max-old-space-size=4096 tsc --noEmit",
"prepublishOnly": "npm run typecheck && npm run build",
"test": "vitest run --exclude dist",
"test:watch": "vitest",
"inspector": "node ../scripts/run-official-inspector.mjs node dist/index.js"
"test": "node ../scripts/run-vitest.mjs run --exclude dist",
"test:watch": "node ../scripts/run-vitest.mjs",
"inspector": "npm run build && node ../scripts/run-official-inspector.mjs node dist/index.js"
},
"devDependencies": {
"@types/node": "^25.3.5",
"esbuild": "^0.27.3",
"tsx": "^4.21.0",

@@ -27,0 +26,0 @@ "typescript": "^5.9.3",

Sorry, the diff of this file is too big to display