Comparing version 0.1.0-alpha.32 to 0.1.0-alpha.33
{ | ||
"name": "zone-mta", | ||
"private": false, | ||
"version": "0.1.0-alpha.32", | ||
"version": "0.1.0-alpha.33", | ||
"description": "Tiny outbound MTA", | ||
@@ -16,3 +16,3 @@ "main": "app.js", | ||
"config": "^1.21.0", | ||
"crc-32": "^0.4.1", | ||
"crc-32": "^1.0.0", | ||
"dnscache": "0.0.4", | ||
@@ -28,3 +28,3 @@ "iconv-lite": "^0.4.13", | ||
"msgpack-js": "^0.3.0", | ||
"nodemailer-fetch": "^2.0.0", | ||
"nodemailer-fetch": "^2.1.0", | ||
"npmlog": "^4.0.0", | ||
@@ -31,0 +31,0 @@ "restify": "4.1.1", |
@@ -29,2 +29,3 @@ 'use strict'; | ||
body: this.body, | ||
allowErrorResponse: true, | ||
headers | ||
@@ -109,3 +110,3 @@ }); | ||
} catch (E) { | ||
this.emit('fail', E); | ||
this.emit('fail', new Error('Failed parsing server response (code ' + this.req.statusCode + ').' + E.message)); | ||
} | ||
@@ -112,0 +113,0 @@ callback(); |
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
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
306523
6050
+ Addedcrc-32@1.2.2(transitive)
- Removedbuffer-from@1.1.2(transitive)
- Removedconcat-stream@2.0.0(transitive)
- Removedcrc-32@0.4.1(transitive)
- Removedexit-on-epipe@1.0.1(transitive)
- Removedreadable-stream@3.6.2(transitive)
- Removedsafe-buffer@5.2.1(transitive)
- Removedstring_decoder@1.3.0(transitive)
- Removedtypedarray@0.0.6(transitive)
Updatedcrc-32@^1.0.0
Updatednodemailer-fetch@^2.1.0