Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

shipit

Package Overview
Dependencies
Maintainers
1
Versions
102
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

shipit - npm Package Compare versions

Comparing version 0.5.5 to 0.5.6

13

lib/amazon.js

@@ -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) {

2

package.json
{
"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",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc