Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

imap-client

Package Overview
Dependencies
Maintainers
3
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

imap-client - npm Package Compare versions

Comparing version 0.13.2 to 0.14.0

6

package.json
{
"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);

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