smtp-server-as-promised
Advanced tools
Comparing version 2.0.0 to 2.0.2
# Changelog | ||
## v2.0.2 2017-10-09 | ||
* Do not publish typings for `nodemailer`. | ||
## v2.0.1 2017-10-06 | ||
* Do not use UMD import internally. | ||
## v2.0.0 2017-10-06 | ||
@@ -4,0 +12,0 @@ |
/// <reference types="node" /> | ||
/// <reference path="../typings/nodemailer-shared.d.ts" /> | ||
/// <reference path="../typings/smtp-server.d.ts" /> | ||
@@ -5,0 +3,0 @@ import * as net from 'net' |
@@ -5,3 +5,3 @@ 'use strict' | ||
const PromiseReadable = require('promise-readable') | ||
const PromiseReadable = require('promise-readable').PromiseReadable | ||
@@ -8,0 +8,0 @@ class SMTPServerAsPromised { |
{ | ||
"name": "smtp-server-as-promised", | ||
"version": "2.0.0", | ||
"version": "2.0.2", | ||
"description": "Promisify smtp-server module", | ||
@@ -34,3 +34,3 @@ "main": "lib/smtp-server-as-promised.js", | ||
"onchange": "^3.2.1", | ||
"promise-socket": "^2.0.0", | ||
"promise-socket": "^2.0.1", | ||
"snazzy": "^7.0.0", | ||
@@ -37,0 +37,0 @@ "standard": "^10.0.3", |
{ | ||
"compilerOptions": { | ||
"module": "commonjs", | ||
"removeComments": false, | ||
"target": "ES2017", | ||
"noImplicitAny": true, | ||
"noImplicitThis": true, | ||
"strict": true, | ||
"target": "ES2017", | ||
"typeRoots" : [ | ||
"./lib", | ||
"./typings", | ||
"./node_modules/@types" | ||
"strictNullChecks": true, | ||
"typeRoots": [ | ||
"./typings" | ||
] | ||
} | ||
}, | ||
"exclude": [ | ||
"spool" | ||
] | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
13609
8
129
1