Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@office-open/xml

Package Overview
Dependencies
Maintainers
1
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@office-open/xml - npm Package Compare versions

Comparing version
0.7.1
to
0.8.0
+1
-1
package.json
{
"name": "@office-open/xml",
"version": "0.7.1",
"version": "0.8.0",
"description": "XML parsing and serialization for Office Open XML. Zero dependencies, drop-in replacement for xml + xml-js.",

@@ -5,0 +5,0 @@ "keywords": [

@@ -23,7 +23,13 @@ # @office-open/xml

```bash
# Install with npm
$ npm install @office-open/xml
# pnpm
pnpm add @office-open/xml
# Install with pnpm
$ pnpm add @office-open/xml
# npm
npm install @office-open/xml
# yarn
yarn add @office-open/xml
# bun
bun add @office-open/xml
```

@@ -30,0 +36,0 @@