mailgun-js
Advanced tools
Comparing version 0.6.5 to 0.6.6
@@ -254,4 +254,4 @@ var https = require('https'); | ||
if (err) { | ||
self.deferred.reject(e); | ||
return self.callback(e); | ||
self.deferred.reject(err); | ||
return self.callback(err); | ||
} | ||
@@ -258,0 +258,0 @@ |
@@ -5,3 +5,3 @@ { | ||
"keywords": ["email", "mailgun"], | ||
"version": "0.6.5", | ||
"version": "0.6.6", | ||
"homepage": "https://github.com/1lobby/mailgun-js", | ||
@@ -8,0 +8,0 @@ "license": "MIT", |
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
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
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
84478
1
0