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

@usejunior/safe-docx

Package Overview
Dependencies
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@usejunior/safe-docx - npm Package Compare versions

Comparing version
0.16.0
to
0.17.0
+2
-2
package.json
{
"name": "@usejunior/safe-docx",
"version": "0.16.0",
"version": "0.17.0",
"description": "Edit Word (.docx) and OpenDocument (.odt) files with tracked changes, redlines, and formatting preservation. Built for AI coding agents. Apache-2.0 licensed, 100% local processing.",

@@ -28,3 +28,3 @@ "mcpName": "io.github.UseJunior/safe-docx",

"dependencies": {
"@usejunior/docx-mcp": "^0.16.0"
"@usejunior/docx-mcp": "^0.17.0"
},

@@ -31,0 +31,0 @@ "engines": {

# @usejunior/safe-docx
[![npm version](https://img.shields.io/npm/v/%40usejunior%2Fsafe-docx)](https://www.npmjs.com/package/@usejunior/safe-docx)
[![CI](https://github.com/UseJunior/safe-docx/actions/workflows/ci.yml/badge.svg)](https://github.com/UseJunior/safe-docx/actions/workflows/ci.yml)
[![License: Apache 2.0](https://img.shields.io/badge/license-Apache--2.0-green.svg)](https://github.com/UseJunior/safe-docx/blob/main/LICENSE)
The Safe Docx MCP server.
Canonical npm install name for Safe Docx MCP workflows.
Use this package when you want coding agents to perform surgical edits on existing Word `.docx` documents with formatting preservation.
## Install and Run
```bash
npx -y @usejunior/safe-docx
npm install --global @usejunior/safe-docx
safe-docx
```
Implementation is provided by `@usejunior/docx-mcp`; this package re-exports the public API and CLI entrypoint under the canonical name.
## Scope
`@usejunior/safe-docx` is focused on brownfield editing of existing `.docx` files.
If your primary use case is creating new documents from scratch, use generation-oriented packages such as [`docx`](https://www.npmjs.com/package/docx).
## Full Docs
- `packages/docx-mcp/README.md`
- `packages/docx-mcp/docs/tool-reference.generated.md`
See [installation and verification](../../docs/installation.md), the [tutorial](../../docs/tutorial.md), and the [tool reference](../docx-mcp/docs/tool-reference.generated.md).

@@ -6,3 +6,3 @@ {

"description": "AI-native surgical editing of Word .docx and OpenDocument .odt files with formatting preservation",
"version": "0.16.0",
"version": "0.17.0",
"websiteUrl": "https://usejunior.com/developer-tools/safe-docx",

@@ -22,3 +22,3 @@ "icons": [

"identifier": "@usejunior/safe-docx",
"version": "0.16.0",
"version": "0.17.0",
"transport": {

@@ -25,0 +25,0 @@ "type": "stdio"