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.20.0 to 1.21.0-alpha1

1

lib/const.d.ts

@@ -72,2 +72,3 @@ declare const _default: {

'7ffe': string;
'370e': string;
'0c15': string;

@@ -74,0 +75,0 @@ '3001': string;

@@ -78,2 +78,3 @@ "use strict";

'7ffe': 'attachmentHidden',
'370e': 'attachMimeTag',
// recipient specific

@@ -80,0 +81,0 @@ '0c15': 'recipType',

@@ -932,2 +932,12 @@ import { TzDefinition } from './TZDEFINITIONParser';

timeZoneDesc?: string;
/**
* Contains formatting information about a Multipurpose Internet Mail Extensions (MIME) attachment.
*
* e.g. `image/png`
*
* Target {@link dataType} = 'attachment'.
*
* @see [PidTagAttachMimeTag Canonical Property | Microsoft Learn](https://learn.microsoft.com/en-us/office/client-developer/outlook/mapi/pidtagattachmimetag-canonical-property)
*/
attachMimeTag?: string;
}

@@ -934,0 +944,0 @@ export interface SomeParsedOxProps {

2

package.json
{
"name": "@kenjiuno/msgreader",
"version": "1.20.0",
"version": "1.21.0-alpha1",
"description": "Outlook Item File (.msg) reader in JavaScript Npm Module",

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