@kenjiuno/msgreader
Advanced tools
Comparing version 1.17.0 to 1.18.0-alpha.1
@@ -267,3 +267,6 @@ "use strict"; | ||
Reader.prototype.readProperty = function (fieldProperty) { | ||
if (fieldProperty.sizeBlock < const_1.default.MSG.BIG_BLOCK_MIN_DOC_SIZE) { | ||
if (!fieldProperty.sizeBlock) { | ||
return new Uint8Array(0); | ||
} | ||
else if (fieldProperty.sizeBlock < const_1.default.MSG.BIG_BLOCK_MIN_DOC_SIZE) { | ||
var chain = this.getChainByBlockSmall(fieldProperty); | ||
@@ -270,0 +273,0 @@ if (chain.length == 1) { |
{ | ||
"name": "@kenjiuno/msgreader", | ||
"version": "1.17.0", | ||
"version": "1.18.0-alpha.1", | ||
"description": "Outlook Item File (.msg) reader in JavaScript Npm Module", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
369133
10028
2