imap-client
Advanced tools
Comparing version 0.13.2 to 0.14.0
{ | ||
"name": "imap-client", | ||
"version": "0.13.2", | ||
"version": "0.14.0", | ||
"scripts": { | ||
@@ -10,3 +10,3 @@ "pretest": "dir=$(pwd) && cd node_modules/browserbox/node_modules/tcp-socket/node_modules/node-forge/ && npm install && npm run minify && cd $dir", | ||
"dependencies": { | ||
"browserbox": "~0.8.0", | ||
"browserbox": "~0.9.0", | ||
"axe-logger": "~0.0.2" | ||
@@ -31,2 +31,2 @@ }, | ||
} | ||
} | ||
} |
@@ -48,3 +48,5 @@ (function(factory) { | ||
ca: options.ca, | ||
tlsWorkerPath: options.tlsWorkerPath | ||
tlsWorkerPath: options.tlsWorkerPath, | ||
enableCompression: true, // enable compression by default | ||
compressionWorkerPath: options.compressionWorkerPath | ||
}; | ||
@@ -51,0 +53,0 @@ self._client = new BrowserBox(options.host, options.port, credentials); |
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
114972
2444
+ Addedbrowserbox@0.9.1(transitive)
+ Addedwo-addressparser@0.1.3(transitive)
- Removedbrowserbox@0.8.3(transitive)
Updatedbrowserbox@~0.9.0