imap-client
Advanced tools
Comparing version 0.4.1 to 0.4.2
{ | ||
"name": "imap-client", | ||
"version": "0.4.1", | ||
"version": "0.4.2", | ||
"scripts": { | ||
@@ -5,0 +5,0 @@ "pretest": "cd node_modules/node-forge/ && npm install && npm run minify && cd ../..", |
@@ -38,2 +38,3 @@ (function(factory) { | ||
useSecureTransport: options.secure, | ||
ignoreTLS: options.ignoreTLS, | ||
auth: options.auth, | ||
@@ -40,0 +41,0 @@ ca: options.ca |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
100233
2241