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.7.1 to 1.7.2-alpha.1

55

lib/MsgReader.d.ts

@@ -279,13 +279,10 @@ export interface ParserConfig {

/**
* VerbStream (PidLidVerbStream)
* Indicates whether an attachment is hidden from the end user.
*
* e.g. `Yes;No;Maybe`
* e.g. `はい;γ„γ„γˆ;γŸγΆγ‚“`
* Target {@link dataType} = 'attachment'.
*
* Target {@link dataType} = 'msg'.
*
* @see https://docs.microsoft.com/en-us/openspecs/exchange_server_protocols/ms-oxprops/e11cc753-cecf-4fdc-bec7-23304d12388a
* @see https://docs.microsoft.com/en-us/openspecs/exchange_server_protocols/ms-oxomsg/89a70cdb-28ca-4d63-9deb-6d8c15c2cb47
* @see https://docs.microsoft.com/en-us/office/client-developer/outlook/mapi/pidtagattachmenthidden-canonical-property
* @see https://github.com/HiraokaHyperTools/OXPROPS/blob/master/JSON/7FFE-PidTagAttachmentHidden.md
*/
votingOptions?: string;
attachmentHidden?: boolean;
/**

@@ -305,3 +302,24 @@ * VerbResponse (PidLidVerbResponse)

export interface SomeParsedOxProps {
/**
* Contains the recipient type for a message recipient.
*
* Target {@link dataType} = 'recipient'.
*
* @see https://docs.microsoft.com/en-us/openspecs/exchange_server_protocols/ms-oxomsg/144ae256-8cf2-45a1-a297-221b44f68cfe
* @see https://docs.microsoft.com/en-us/office/client-developer/outlook/mapi/pidtagrecipienttype-canonical-property
* @see https://github.com/HiraokaHyperTools/OXPROPS/blob/master/JSON/0C15-PidTagRecipientType.md
*/
recipType?: "to" | "cc" | "bcc";
/**
* VerbStream (PidLidVerbStream)
*
* e.g. `Yes;No;Maybe`
* e.g. `はい;γ„γ„γˆ;γŸγΆγ‚“`
*
* Target {@link dataType} = 'msg'.
*
* @see https://docs.microsoft.com/en-us/openspecs/exchange_server_protocols/ms-oxprops/e11cc753-cecf-4fdc-bec7-23304d12388a
* @see https://docs.microsoft.com/en-us/openspecs/exchange_server_protocols/ms-oxomsg/89a70cdb-28ca-4d63-9deb-6d8c15c2cb47
*/
votingOptions?: string;
}

@@ -387,21 +405,3 @@ export interface FieldsData extends SomeOxProps, SomeParsedOxProps {

error?: string;
/**
* Indicates whether an attachment is hidden from the end user.
*
* Target {@link dataType} = 'attachment'.
*
* @see https://docs.microsoft.com/en-us/office/client-developer/outlook/mapi/pidtagattachmenthidden-canonical-property
* @see https://github.com/HiraokaHyperTools/OXPROPS/blob/master/JSON/7FFE-PidTagAttachmentHidden.md
*/
attachmentHidden?: boolean;
}
declare enum KeyType {
root = 0,
toSub = 1
}
interface FieldValuePair {
key: string;
keyType: KeyType;
value: string | Uint8Array;
}
/**

@@ -422,3 +422,3 @@ * The core implementation of MsgReader

private fieldsDataDocument;
setDecodedFieldTo(fields: FieldsData, pair: FieldValuePair): void;
private setDecodedFieldTo;
private getFieldType;

@@ -451,2 +451,1 @@ private fieldsDataDirInner;

}
export {};
{
"name": "@kenjiuno/msgreader",
"version": "1.7.1",
"version": "1.7.2-alpha.1",
"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