🚀. Socket Launch Week Day 2:Introducing Manifest Alerts.Learn more
Sign In

@office-open/docx

Package Overview
Dependencies
Maintainers
1
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@office-open/docx - npm Package Compare versions

Comparing version
0.4.0
to
0.4.1
+4
-5
package.json
{
"name": "@office-open/docx",
"version": "0.4.0",
"version": "0.4.1",
"description": "Easily generate .docx files with JS/TS with a nice declarative API. Works for Node and on the Browser.",

@@ -46,4 +46,4 @@ "keywords": [

"undio": "0.2.0",
"@office-open/core": "0.4.0",
"@office-open/xml": "0.4.0"
"@office-open/core": "0.4.1",
"@office-open/xml": "0.4.1"
},

@@ -58,5 +58,4 @@ "scripts": {

"extract": "tsx scripts/extract-document.ts",
"demos": "tsx scripts/run-all-demos.ts",
"run-ts": "tsx"
"demos": "tsx scripts/run-all-demos.ts"
}
}