@kenjiuno/msgreader
Advanced tools
Comparing version 1.1.3 to 1.1.4
@@ -53,3 +53,4 @@ "use strict"; | ||
RECIPIENT: '__recip_version1.0', | ||
DOCUMENT: '__substg1.' | ||
DOCUMENT: '__substg1.', | ||
NAMEID: '__nameid_version1.0' | ||
}, | ||
@@ -64,2 +65,3 @@ // example (use fields as needed) | ||
'007d': 'headers', | ||
'1009': 'compressedRtf', | ||
// attachment specific | ||
@@ -70,2 +72,3 @@ '3703': 'extension', | ||
'3712': 'pidContentId', | ||
'3701': 'dataBinary', | ||
// recipient specific | ||
@@ -72,0 +75,0 @@ '3001': 'name', |
@@ -273,2 +273,3 @@ "use strict"; | ||
fieldsDataDir(ds, msgData, dirProperty, recipientField); | ||
} else if (dirProperty.name.indexOf(_const.default.MSG.FIELD.PREFIX.NAMEID) == 0) {// unknown, skip | ||
} else { | ||
@@ -275,0 +276,0 @@ // other dir |
{ | ||
"name": "@kenjiuno/msgreader", | ||
"version": "1.1.3", | ||
"version": "1.1.4", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
1883
71974
10
2