docx-parser-5c
Advanced tools
Comparing version 1.2.2 to 1.2.3
{ | ||
"name": "docx-parser-5c", | ||
"version": "1.2.2", | ||
"version": "1.2.3", | ||
"description": "Javascript port of python-docx.", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
@@ -111,3 +111,3 @@ /* | ||
} else { | ||
return entry.async('arraybuffer'); | ||
return entry.generateAsync({ type: 'arraybuffer' }); | ||
} | ||
@@ -114,0 +114,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
1683183