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

5

lib/Reader.js

@@ -267,3 +267,6 @@ "use strict";

Reader.prototype.readProperty = function (fieldProperty) {
if (fieldProperty.sizeBlock < const_1.default.MSG.BIG_BLOCK_MIN_DOC_SIZE) {
if (!fieldProperty.sizeBlock) {
return new Uint8Array(0);
}
else if (fieldProperty.sizeBlock < const_1.default.MSG.BIG_BLOCK_MIN_DOC_SIZE) {
var chain = this.getChainByBlockSmall(fieldProperty);

@@ -270,0 +273,0 @@ if (chain.length == 1) {

2

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