Comparing version 0.5.5 to 0.5.6
@@ -57,3 +57,14 @@ (function() { | ||
AmazonClient.prototype.getDestination = function() {}; | ||
AmazonClient.prototype.getDestination = function(data) { | ||
var $, dest, rightNow; | ||
if (data == null) { | ||
return; | ||
} | ||
$ = data.$, rightNow = data.rightNow; | ||
dest = $(".delivery-address").text(); | ||
console.log("[AMAZON] dest=" + dest); | ||
if (dest != null ? dest.length : void 0) { | ||
return this.presentLocationString(dest); | ||
} | ||
}; | ||
@@ -60,0 +71,0 @@ AmazonClient.prototype.getEta = function(data) { |
{ | ||
"name": "shipit", | ||
"version": "0.5.5", | ||
"version": "0.5.6", | ||
"description": "This module allows you to connect to many shipping carriers like UPS and FedEx and download tracking data for your packages in a common schema", | ||
@@ -5,0 +5,0 @@ "main": "lib/main.js", |
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
106960
2469