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

imapflow

Package Overview
Dependencies
Maintainers
1
Versions
171
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

imapflow - npm Package Compare versions

Comparing version 1.0.32 to 1.0.33

4

CHANGELOG.md
# CHANGELOG
- 1.0.33 - 2020-03-20
- Fixed issue with using date queries in search [a0000778](1e6ce952)
- 1.0.30 - 2020-03-06

@@ -4,0 +8,0 @@

4

lib/search-compiler.js

@@ -37,3 +37,3 @@ 'use strict';

setOpt(attributes, term, value);
setOpt(attributes, term, date);
};

@@ -121,3 +121,3 @@

case 'SENTSINCE':
processDateField(term, params[term]);
processDateField(attributes, term, params[term]);
break;

@@ -124,0 +124,0 @@

@@ -131,2 +131,3 @@ 'use strict';

'törölt elemek',
'törölt',
'usunięte wiadomości',

@@ -133,0 +134,0 @@ 'verwijderde items',

{
"name": "imapflow",
"version": "1.0.32",
"version": "1.0.33",
"description": "IMAP Client for Node",

@@ -34,3 +34,3 @@ "main": "./lib/imap-flow.js",

"eslint-config-prettier": "6.10.0",
"grunt": "1.0.4",
"grunt": "1.1.0",
"grunt-cli": "1.3.2",

@@ -43,3 +43,3 @@ "grunt-contrib-nodeunit": "2.1.0",

"dependencies": {
"@types/node": "13.7.7",
"@types/node": "13.9.2",
"encoding-japanese": "1.0.30",

@@ -46,0 +46,0 @@ "iconv-lite": "0.5.1",

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