New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@kenjiuno/msgreader

Package Overview
Dependencies
Maintainers
1
Versions
87
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@kenjiuno/msgreader - npm Package Compare versions

Comparing version 1.1.3 to 1.1.4

test.js

5

lib/const.js

@@ -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',

1

lib/MsgReader.js

@@ -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",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc