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

@types/nodemailer

Package Overview
Dependencies
Maintainers
1
Versions
69
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/nodemailer - npm Package Compare versions

Comparing version 4.3.0 to 4.3.1

10

nodemailer/lib/smtp-connection.d.ts

@@ -73,9 +73,11 @@ /// <reference types="node" />

class SMTPError extends Error {
interface SMTPError extends NodeJS.ErrnoException {
/** string code identifying the error, for example ‘EAUTH’ is returned when authentication */
code: string;
code?: string;
/** the last response received from the server (if the error is caused by an error response from the server) */
response: string;
response?: string;
/** the numeric response code of the response string (if available) */
responseCode: string;
responseCode?: number;
/** command which provoked an error */
command?: string;
}

@@ -82,0 +84,0 @@

4

nodemailer/package.json
{
"name": "@types/nodemailer",
"version": "4.3.0",
"version": "4.3.1",
"description": "TypeScript definitions for Nodemailer",

@@ -27,4 +27,4 @@ "license": "MIT",

},
"typesPublisherContentHash": "2ce423ee648b909f193f5015c4ed9616ceee7ed2b2b4360779e4fa163a065c4d",
"typesPublisherContentHash": "9f5f77c030775c90f4f6d2e727175c22a0b2c2c5c7e0a8ea6be15b467f6c6cec",
"typeScriptVersion": "2.3"
}

@@ -11,4 +11,4 @@ # Installation

Additional Details
* Last updated: Thu, 09 Nov 2017 22:22:58 GMT
* Dependencies: node, stream, tls, events, url, net, http
* Last updated: Wed, 15 Nov 2017 23:11:40 GMT
* Dependencies: node, stream, tls, url, events, net, http
* Global values: none

@@ -15,0 +15,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