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

node-imap

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-imap - npm Package Compare versions

Comparing version 0.9.2 to 0.9.3

6

package.json
{
"name": "node-imap",
"version": "0.9.2",
"version": "0.9.3",
"author": "Brian White <mscdex@mscdex.net>",
"contributors": [{
"email": "michael.bevz@gmail.com",
"name": "Michael Bevz"
}],
"description": "A fork of the famous and outdated IMAP module for node.js that makes communicating with IMAP servers easy",

@@ -6,0 +10,0 @@ "main": "./lib/Connection",

6

README.md
Note
====
This a fork that aims to bring the package up-to-date and incorporate Pull Requests from the original repo. (See the list of applied Pull requets below )
This a fork of [Node-Imap](https://github.com/mscdex/node-imap) that aims to bring the package up-to-date and incorporate all the Pull Requests from the original repo. (See the list of applied Pull requets below).

@@ -32,3 +32,3 @@

npm install imap
npm install node-imap

@@ -41,3 +41,3 @@ Examples

```javascript
var Imap = require('imap'),
var Imap = require('node-imap'),
inspect = require('util').inspect;

@@ -44,0 +44,0 @@

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