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

3

lib/const.d.ts

@@ -58,2 +58,4 @@ declare const _default: {

'3ffa': string;
'3007': string;
'3008': string;
'3703': string;

@@ -93,2 +95,3 @@ '3704': string;

'001f': string;
'0040': string;
'0102': string;

@@ -95,0 +98,0 @@ '0003': string;

@@ -64,2 +64,4 @@ "use strict";

// attachment specific
'3007': 'creationTime',
'3008': 'lastModificationTime',
'3703': 'extension',

@@ -94,2 +96,3 @@ '3704': 'fileNameShort',

'001f': 'unicode',
'0040': 'time',
'0102': 'binary',

@@ -96,0 +99,0 @@ '0003': 'integer',

@@ -102,2 +102,7 @@ "use strict";

}
else if (decodeAs === "time") {
var lo = ds.readUint32();
var fileTime = lo + (4294967296.0 * ds.readUint32());
value = new Date(fileTimeToUnixEpoch(fileTime)).toUTCString();
}
if (skip) {

@@ -104,0 +109,0 @@ key = undefined;

2

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