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

@ooxml-tools/cli

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ooxml-tools/cli - npm Package Compare versions

Comparing version
0.3.2
to
0.4.1
+13
-8
package.json
{
"name": "@ooxml-tools/cli",
"description": "Command line tools for dealing with Office Open XML files in node.js",
"version": "0.3.2",
"version": "0.4.1",
"license": "MIT",

@@ -9,2 +9,6 @@ "type": "module",

"types": "./dist/npm/types.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/ooxml-tools/cli"
},
"bin": {

@@ -29,3 +33,4 @@ "ooxml": "./dist/npm/bin/ooxml-cli.js"

"@rollup/plugin-virtual": "^3.0.2",
"@tsconfig/node22": "^22.0.0",
"@tsconfig/node24": "^24.0.0",
"@types/node": "^24.0.0",
"@types/yargs": "^17.0.32",

@@ -45,10 +50,10 @@ "prettier": "^3.4.2",

"dependencies": {
"@ooxml-tools/file": "^0.2.7",
"@ooxml-tools/render": "^0.3.1",
"@ooxml-tools/units": "^0.1.4",
"@ooxml-tools/validate": "^0.2.2",
"@ooxml-tools/file": "^0.6.1",
"@ooxml-tools/render": "^0.5.2",
"@ooxml-tools/units": "^0.4.6",
"@ooxml-tools/validate": "^0.4.4",
"execa": "^9.3.0",
"open": "^10.1.0",
"yargs": "^17.7.2"
"open": "^11.0.0",
"yargs": "^18.0.0"
}
}

@@ -18,11 +18,11 @@ <h1>

# Commands:
# pack <docxpath> <dirpath> pack directory to docx file
# unpack <docxpath> <dirpath> unpack docx to a directory
# list <docxpath> list files in docx
# read <docxpath> <filepath> read file inside docx to sdtout
# write <docxpath> <filepath> create/override file in docx
# init <docxpath> initializes a blank file (docx)
# render <filepath> render files
# support <filepath> list supported apps for <filepath>
# validate <filepath> validate docx files
# pack <ooxmlpath> <dirpath> pack directory to docx file
# unpack <ooxmlpath> <dirpath> unpack docx to a directory
# list <ooxmlpath> list files in docx
# read <ooxmlpath> <filepath> read file inside docx to sdtout
# write <ooxmlpath> <filepath> create/override file in docx
# init <ooxmlpath> initializes a blank file (docx)
# render <ooxmlpath> render files
# support <ooxmlpath> list supported apps for <ooxmlpath>
# validate <ooxmlpath> validate docx files
# convert <from> <to> <value> convert between units

@@ -29,0 +29,0 @@ #