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
41
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.9.5
to
0.9.6
+1
-1
dist/utils.mjs

@@ -105,3 +105,3 @@ //#region src/utils.ts

if (child.name === name) result.push(child);
result.push(...findDeep(child, name));
for (const found of findDeep(child, name)) result.push(found);
}

@@ -108,0 +108,0 @@ return result;

{
"name": "@office-open/xml",
"version": "0.9.5",
"version": "0.9.6",
"description": "XML parsing and serialization for Office Open XML. Zero dependencies, drop-in replacement for xml + xml-js.",

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