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

browserbox

Package Overview
Dependencies
Maintainers
3
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

browserbox - npm Package Compare versions

Comparing version 0.4.0 to 0.5.0

2

package.json
{
"name": "browserbox",
"version": "0.4.0",
"version": "0.5.0",
"homepage": "https://github.com/whiteout-io/browserbox",

@@ -5,0 +5,0 @@ "description": "IMAP client for browsers.",

@@ -15,3 +15,3 @@ # browserbox

If you are on a platform that uses forge instead of a native TLS implementation (e.g. chrome.socket), you have to set the .oncert(pemEncodedCertificate) handler that passes the TLS certificate that the server presents. It can be used on a trust-on-first-use basis for subsequent connection.
If you are on a platform that uses forge instead of a native TLS implementation (e.g. chrome.socket), you have to set the .oncert(pemEncodedCertificate) handler that passes the TLS certificate that the server presents. It can be used on a trust-on-first-use basis for subsequent connection.

@@ -143,3 +143,3 @@ If forge is used to handle TLS traffic, you may choose to handle the TLS-related load in a Web Worker. Please use tlsWorkerPath to point to `tcp-socket-tls-worker.js`!

* **path** (string) full path to the mailbox
* **delimiter** (string) path delimiting symbol
* **delimiter** (string) path delimiting symbol. In the event the server returns NIL for this (some servers do this for the INBOX), it will be coerced to a '/' at this time, but the behavior may be changed in the future depending on how the folder creation API is implemented.
* **listed** (boolean) mailbox was found in the LIST response

@@ -252,3 +252,3 @@ * **subscribed** (boolean) mailbox was found in the LSUB response

* **prefix** is the prefix string
* **delimiter** is the hierarchy delimiter
* **delimiter** is the hierarchy delimiter. This can be null for some servers but will usually be a string.

@@ -303,3 +303,3 @@ **NB!** Namespace_Response_Extensions are not supported (extension data is silently skipped)

* **uidNext** (number) predicted next UID value
* **highestModseq** (number) (with CONDSTORE only) highest modseq value
* **highestModseq** (string) (with CONDSTORE only) highest modseq value (javascript can't handle 64bit uints so this is a string)

@@ -328,3 +328,3 @@ Example

"uidNext": 38361,
"highestModseq": 3682918
"highestModseq": "3682918"
}

@@ -331,0 +331,0 @@ ```

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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