New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

wildduck

Package Overview
Dependencies
Maintainers
1
Versions
330
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

wildduck - npm Package Compare versions

Comparing version 1.0.36 to 1.0.37

10

lib/message-handler.js

@@ -444,3 +444,11 @@ 'use strict';

}
this.database.collection('messages').findOne(options.query, next);
this.database.collection('messages').findOne(options.query, {
fields: {
mailbox: true,
uid: true,
size: true,
map: true,
magic: true
}
}, next);
};

@@ -447,0 +455,0 @@

2

package.json
{
"name": "wildduck",
"version": "1.0.36",
"version": "1.0.37",
"description": "IMAP server built with Node.js and MongoDB",

@@ -5,0 +5,0 @@ "main": "server.js",

Sorry, the diff of this file is too big to display

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