docx-parser-5c
Advanced tools
Comparing version 1.2.8 to 1.2.9
{ | ||
"name": "docx-parser-5c", | ||
"version": "1.2.8", | ||
"version": "1.2.9", | ||
"description": "Javascript port of python-docx.", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
@@ -55,3 +55,3 @@ | ||
*iter() { | ||
for(let style of this._element.style_iter){ | ||
for(let style of (this._element.style_iter ?? [])){ | ||
yield StyleFactory(style); | ||
@@ -58,0 +58,0 @@ } |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1683215