mailgun-js
Advanced tools
Comparing version 0.7.9 to 0.7.10
@@ -139,3 +139,3 @@ var https = require('https'); | ||
var value = getDataValue(key, data[key]); | ||
if(value) { | ||
if(isOk(value)) { | ||
params[key] = value; | ||
@@ -176,3 +176,3 @@ } | ||
var value = getDataValue(key, element); | ||
if(value) { | ||
if(isOk(value)) { | ||
self.form.append(key, value); | ||
@@ -187,3 +187,3 @@ } | ||
var value = getDataValue(key, obj); | ||
if(value) { | ||
if(isOk(value)) { | ||
this.form.append(key, value); | ||
@@ -190,0 +190,0 @@ } |
@@ -8,3 +8,3 @@ { | ||
], | ||
"version": "0.7.9", | ||
"version": "0.7.10", | ||
"homepage": "https://github.com/bojand/mailgun-js", | ||
@@ -11,0 +11,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
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
103399