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.17.0-alpha.6 to 1.17.0-alpha.7

9

lib/MsgReader.js

@@ -147,3 +147,10 @@ "use strict";

else if (key === "apptRecur") {
value = (0, AppointmentRecurParser_1.parse)(ds, ansiEncoding);
try {
value = (0, AppointmentRecurParser_1.parse)(ds, ansiEncoding);
}
catch (ex) {
console.debug(ex);
// drop this data
key = undefined;
}
}

@@ -150,0 +157,0 @@ else if (key === "recipType") {

2

package.json
{
"name": "@kenjiuno/msgreader",
"version": "1.17.0-alpha.6",
"version": "1.17.0-alpha.7",
"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