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

imap-checker

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

imap-checker - npm Package Compare versions

Comparing version 0.0.5 to 0.0.6

2

index.js

@@ -29,3 +29,3 @@ const mailNotifier = require('mail-notifier');

notifier.stop();
console.log(`Timeout when checking for email from: '${from}' to: '${to}' with subject: '${subject}'`);
console.log(`Unable to find any email from: '${from}' to: '${to}' with subject: '${subject}' in ${timeout} ms`);
resolve(null);

@@ -32,0 +32,0 @@ }, timeout);

{
"name": "imap-checker",
"version": "0.0.5",
"version": "0.0.6",
"description": "Check the email server and return the matching emails",

@@ -5,0 +5,0 @@ "main": "index.js",

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