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

imap

Package Overview
Dependencies
Maintainers
1
Versions
54
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

imap - npm Package Compare versions

Comparing version 0.2.4 to 0.2.5

3

imap.js

@@ -340,3 +340,3 @@ var util = require('util'), net = require('net'),

self._state.requests[0].args.push({});
result = /^\((.*)\) (.+?) "?(.+)"?$/.exec(data[2]);
result = /^\((.*)\) (.+?) "?([^"]+)"?$/.exec(data[2]);
var box = {

@@ -954,2 +954,3 @@ attribs: result[1].split(' ').map(function(attrib) {

switch(criteria) {
case 'ALL':
case 'ANSWERED':

@@ -956,0 +957,0 @@ case 'DELETED':

{ "name": "imap",
"version": "0.2.4",
"version": "0.2.5",
"author": "Brian White <mscdex@mscdex.net>",

@@ -4,0 +4,0 @@ "description": "An IMAP module for node.js that makes communicating with IMAP servers easy",

@@ -310,2 +310,3 @@ Description

* The following message flags are valid criterion and do not require values:
* 'ALL' - All messages.
* 'ANSWERED' - Messages with the Answered flag set.

@@ -312,0 +313,0 @@ * 'DELETED' - Messages with the Deleted flag set.

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