docx-parser-5c
Advanced tools
Comparing version 1.2.6 to 1.2.7
{ | ||
"name": "docx-parser-5c", | ||
"version": "1.2.6", | ||
"version": "1.2.7", | ||
"description": "Javascript port of python-docx.", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
@@ -110,3 +110,3 @@ /* | ||
console.log("here we have entry ==>", entry); | ||
return entry.generateAsync({ type: 'binarystring' }); | ||
return entry.asText(); | ||
} else { | ||
@@ -113,0 +113,0 @@ return entry.generateAsync({ type: 'arraybuffer' }); |
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
1683231